Searched refs:STR_PRINT (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/main/ |
H A D | main.c | 1089 …b> on line <b>%d</b><br />\n%s", STR_PRINT(prepend_string), error_type_str, buf, error_filename, e… in php_error_cb() 1092 … on line <b>%d</b><br />\n%s", STR_PRINT(prepend_string), error_type_str, buffer, error_filename, … in php_error_cb() 1106 …n%s: %s in %s on line %d\n%s", STR_PRINT(prepend_string), error_type_str, buffer, error_filename, … in php_error_cb() 1396 …or inclusion (include_path='%s')", php_strip_url_passwd((char *) data), STR_PRINT(PG(include_path)… in php_message_handler_for_zend() 1399 …equired '%s' (include_path='%s')", php_strip_url_passwd((char *) data), STR_PRINT(PG(include_path)… in php_message_handler_for_zend()
|
H A D | php.h | 246 #define STR_PRINT(str) ((str)?(str):"") macro
|
Completed in 14 milliseconds