Printf Inventory

List of all printf(), sprintf(), etc. formats strings mentioned in the code..

ValueCountFile:Line
"UPDATE note SET data='%s' WHERE id='%s' AND deleted=0;"
1
  • /app/Migrations/V2Dot2Dot4.php
"INSERT INTO attribute (%s) VALUES (:%s)"
1
  • /app/Migrations/V3Dot13Dot0.php
"INSERT INTO product_family_attribute (%s) VALUES (:%s)"
1
  • /app/Migrations/V3Dot13Dot0.php
"UPDATE channel SET `code` = '%s' WHERE id = '%s';"
1
  • /app/Migrations/V1Dot5Dot5.php
'Product and Attribute cannot be empty'
1
  • /app/Listeners/ProductAttributeValueEntity.php
'Product Family attribute cannot be changed'
1
  • /app/Listeners/ProductAttributeValueEntity.php
'Such product attribute \'%s\' already exists'
1
  • /app/Listeners/ProductAttributeValueEntity.php
'Product Family attribute cannot be deleted'
1
  • /app/Listeners/ProductAttributeValueEntity.php
"UPDATE product SET brand_id = null WHERE brand_id IN ('%s');"
1
  • /app/Services/Brand.php
"INSERT INTO product_attribute_value (%s) VALUES (:%s)"
2
  • /app/Migrations/V3Dot13Dot0.php
  • /app/Migrations/V3Dot13Dot0.php