Lines Matching refs:E_WARNING

60 		php_error_docref(NULL, E_WARNING, "Type %c: integer overflow in format string", code); \
288 php_error_docref(NULL, E_WARNING, "Type %c: '*' ignored", code); in PHP_FUNCTION()
302 php_error_docref(NULL, E_WARNING, "Type %c: not enough arguments", code); in PHP_FUNCTION()
328 …php_error_docref(NULL, E_WARNING, "64-bit format codes are not available for 32-bit versions of PH… in PHP_FUNCTION()
358 php_error_docref(NULL, E_WARNING, "Type %c: too few arguments", code); in PHP_FUNCTION()
366 php_error_docref(NULL, E_WARNING, "Type %c: unknown format code", code); in PHP_FUNCTION()
375 php_error_docref(NULL, E_WARNING, "%d arguments unused", (num_args - currentarg)); in PHP_FUNCTION()
442 php_error_docref(NULL, E_WARNING, "Type %c: outside of string", code); in PHP_FUNCTION()
493 php_error_docref(NULL, E_WARNING, "Type %c: not enough characters in string", code); in PHP_FUNCTION()
507 php_error_docref(NULL, E_WARNING, "Type %c: illegal hex digit %c", code, n); in PHP_FUNCTION()
743 php_error_docref(NULL, E_WARNING, "Offset " ZEND_LONG_FMT " is out of input range" , offset); in PHP_FUNCTION()
796 php_error_docref(NULL, E_WARNING, "Type %c: '*' ignored", type); in PHP_FUNCTION()
856 …php_error_docref(NULL, E_WARNING, "64-bit format codes are not available for 32-bit versions of PH… in PHP_FUNCTION()
876 php_error_docref(NULL, E_WARNING, "Invalid format type %c", type); in PHP_FUNCTION()
883 php_error_docref(NULL, E_WARNING, "Type %c: integer overflow", type); in PHP_FUNCTION()
902 php_error_docref(NULL, E_WARNING, "Type %c: integer overflow", type); in PHP_FUNCTION()
1172 php_error_docref(NULL, E_WARNING, "Type %c: outside of string", type); in PHP_FUNCTION()
1181 php_error_docref(NULL, E_WARNING, "Type %c: outside of string", type); in PHP_FUNCTION()
1191 php_error_docref(NULL, E_WARNING, "Type %c: outside of string", type); in PHP_FUNCTION()
1199 …php_error_docref(NULL, E_WARNING, "Type %c: not enough input, need %d, have " ZEND_LONG_FMT, type,… in PHP_FUNCTION()