Home
last modified time | relevance | path

Searched refs:PRIu32 (Results 1 – 7 of 7) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_long.h87 # define ZEND_ULONG_FMT "%" PRIu32
90 # define ZEND_ULONG_FMT_SPEC PRIu32
H A Dzend_execute_API.c376 zend_error(E_WARNING, "Leaked %" PRIu32 " hashtable iterators", EG(ht_iterators_used)); in shutdown_executor()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_opcode.c75 spprintf(&result, 0, "%" PRIu32, op.num); in phpdbg_decode_input_op()
78 spprintf(&result, 0, "try-catch(%" PRIu32 ")", op.num); in phpdbg_decode_input_op()
/PHP-7.3/ext/date/lib/
H A Dtimelib.h79 # ifndef PRIu32
80 # define PRIu32 "I32u" macro
123 # define TIMELIB_ULONG_FMT "%" PRIu32
/PHP-7.3/win32/
H A Dphp_inttypes.h123 #define PRIu32 "I32u" macro
/PHP-7.3/main/
H A Dmain.c1326 …spprintf(&log_buffer, 0, "PHP %s: %s in %s on line %" PRIu32, error_type_str, buffer, error_filen… in php_error_cb()
1333 …er><member><name>faultString</name><value><string>%s:%s in %s on line %" PRIu32 "</string></value>… in php_error_cb()
1341 …php_printf("%s<br />\n<b>%s</b>: %s in <b>%s</b> on line <b>%" PRIu32 "</b><br />\n%s", STR_PRINT… in php_error_cb()
1344 …php_printf("%s<br />\n<b>%s</b>: %s in <b>%s</b> on line <b>%" PRIu32 "</b><br />\n%s", STR_PRINT… in php_error_cb()
1351 …fprintf(stderr, "%s: %s in %s on line %" PRIu32 "\n", error_type_str, buffer, error_filename, erro… in php_error_cb()
1356 …php_printf("%s\n%s: %s in %s on line %" PRIu32 "\n%s", STR_PRINT(prepend_string), error_type_str, … in php_error_cb()
1376 …zend_output_debug_string(trigger_break, "%s(%" PRIu32 ") : %s - %s", error_filename, error_lineno,… in php_error_cb()
1673 …snprintf(memory_leak_buf, 512, "%s(%" PRIu32 ") : Freeing " ZEND_ADDR_FMT " (%zu bytes), script=%… in php_message_handler_for_zend()
1677 …snprintf(relay_buf, 512, "%s(%" PRIu32 ") : Actual location (location was relayed)\n", t->orig_fil… in php_message_handler_for_zend()
/PHP-7.3/ext/opcache/
H A Dzend_accelerator_module.c500 snprintf(buf, sizeof(buf), "%" PRIu32, ZCSG(hash).num_direct_entries);
502 snprintf(buf, sizeof(buf), "%" PRIu32, ZCSG(hash).num_entries);
504 snprintf(buf, sizeof(buf), "%" PRIu32, ZCSG(hash).max_num_entries);

Completed in 36 milliseconds