Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_long.h87 # define ZEND_ULONG_FMT "%" PRIu32
90 # define ZEND_ULONG_FMT_SPEC PRIu32
H A Dzend_execute_API.c423 zend_error(E_WARNING, "Leaked %" PRIu32 " hashtable iterators", EG(ht_iterators_used)); in shutdown_executor()
H A Dzend_compile.c133 zend_string *result = zend_strpprintf(0, "%c%s%s:%" PRIu32 "$%" PRIx32, in zend_build_runtime_definition_key()
6380 zend_string *result = zend_strpprintf(0, "class@anonymous%c%s:%" PRIu32 "$%" PRIx32, in zend_generate_anon_class_name()
/PHP-7.4/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.4/ext/date/lib/
H A Dtimelib.h79 # ifndef PRIu32
80 # define PRIu32 "I32u" macro
123 # define TIMELIB_ULONG_FMT "%" PRIu32
/PHP-7.4/win32/
H A Dphp_inttypes.h123 #define PRIu32 "I32u" macro
/PHP-7.4/main/
H A Dmain.c1385 …spprintf(&log_buffer, 0, "PHP %s: %s in %s on line %" PRIu32, error_type_str, buffer, error_filen… in php_error_cb()
1392 …er><member><name>faultString</name><value><string>%s:%s in %s on line %" PRIu32 "</string></value>… in php_error_cb()
1400 …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()
1403 …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()
1410 …fprintf(stderr, "%s: %s in %s on line %" PRIu32 "\n", error_type_str, buffer, error_filename, erro… in php_error_cb()
1415 …php_printf("%s\n%s: %s in %s on line %" PRIu32 "\n%s", STR_PRINT(prepend_string), error_type_str, … in php_error_cb()
1435 …zend_output_debug_string(trigger_break, "%s(%" PRIu32 ") : %s - %s", error_filename, error_lineno,… in php_error_cb()
1715 …snprintf(memory_leak_buf, 512, "%s(%" PRIu32 ") : Freeing " ZEND_ADDR_FMT " (%zu bytes), script=%… in php_message_handler_for_zend()
1719 …snprintf(relay_buf, 512, "%s(%" PRIu32 ") : Actual location (location was relayed)\n", t->orig_fil… in php_message_handler_for_zend()
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_module.c490 snprintf(buf, sizeof(buf), "%" PRIu32, ZCSG(hash).num_direct_entries);
492 snprintf(buf, sizeof(buf), "%" PRIu32, ZCSG(hash).num_entries);
494 snprintf(buf, sizeof(buf), "%" PRIu32, ZCSG(hash).max_num_entries);

Completed in 51 milliseconds