Home
last modified time | relevance | path

Searched refs:STR_PRINT (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/main/
H A Dmain.c1338 …%" PRIu32 "</b><br />\n%s", STR_PRINT(prepend_string), error_type_str, ZSTR_VAL(buf), error_filena… in php_error_cb()
1341 … PRIu32 "</b><br />\n%s", STR_PRINT(prepend_string), error_type_str, ZSTR_VAL(message), error_file… in php_error_cb()
1353 …on line %" PRIu32 "\n%s", STR_PRINT(prepend_string), error_type_str, ZSTR_VAL(message), error_file… in php_error_cb()
1583 …or inclusion (include_path='%s')", php_strip_url_passwd((char *) data), STR_PRINT(PG(include_path)… in php_message_handler_for_zend()
1586 …equired '%s' (include_path='%s')", php_strip_url_passwd((char *) data), STR_PRINT(PG(include_path)… in php_message_handler_for_zend()
H A Dphp.h278 #define STR_PRINT(str) ((str)?(str):"") macro

Completed in 13 milliseconds