Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_long.h88 # define ZEND_ULONG_FMT "%" PRIu32
91 # define ZEND_ULONG_FMT_SPEC PRIu32
H A Dzend_execute_API.c484 zend_error(E_WARNING, "Leaked %" PRIu32 " hashtable iterators", EG(ht_iterators_used)); in shutdown_executor()
H A Dzend_API.c488 "%s(): Passing null to parameter #%" PRIu32 "%s%s%s of type %s is deprecated", in zend_null_arg_deprecated()
2546 zend_error(error_type, "Method %s::%s() must take exactly %" PRIu32 " arguments", in zend_check_magic_method_args()
H A Dzend_compile.c162 zend_string *result = zend_strpprintf(0, "%c%s%s:%" PRIu32 "$%" PRIx32, in zend_build_runtime_definition_key()
8039 zend_string *result = zend_strpprintf(0, "%s@anonymous%c%s:%" PRIu32 "$%" PRIx32, in zend_generate_anon_class_name()
/PHP-8.3/ext/date/lib/
H A Dtimelib.h83 # ifndef PRIu32
84 # define PRIu32 "I32u" macro
127 # define TIMELIB_ULONG_FMT "%" PRIu32
/PHP-8.3/main/
H A Dmain.c1223 …zend_output_debug_string(trigger_break, "%s(%" PRIu32 ") : %s", ZSTR_VAL(error_filename), error_li… in report_zend_debug_error_notify_cb()
1346 …spprintf(&log_buffer, 0, "PHP %s: %s in %s on line %" PRIu32, error_type_str, ZSTR_VAL(message), … in php_error_cb()
1353 …er><member><name>faultString</name><value><string>%s:%s in %s on line %" PRIu32 "</string></value>… in php_error_cb()
1361 …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()
1366 …php_printf_unchecked("%s<br />\n<b>%s</b>: %Z in <b>%s</b> on line <b>%" PRIu32 "</b><br />\n%s",… in php_error_cb()
1375 fprintf(stderr, " in %s on line %" PRIu32 "\n", ZSTR_VAL(error_filename), error_lineno); in php_error_cb()
1382 …php_printf_unchecked("%s\n%s: %Z in %s on line %" PRIu32 "\n%s", STR_PRINT(prepend_string), error_… in php_error_cb()
1668 …snprintf(memory_leak_buf, 512, "%s(%" PRIu32 ") : Freeing " ZEND_ADDR_FMT " (%zu bytes), script=%… in php_message_handler_for_zend()
1672 …snprintf(relay_buf, 512, "%s(%" PRIu32 ") : Actual location (location was relayed)\n", t->orig_fil… in php_message_handler_for_zend()
/PHP-8.3/ext/fileinfo/libmagic/
H A Dfile.h54 # ifdef PRIu32
58 # define SIZE_T_FORMAT PRIu32
/PHP-8.3/ext/opcache/
H A Dzend_accelerator_module.c519 snprintf(buf, sizeof(buf), "%" PRIu32, ZCSG(hash).num_direct_entries);
521 snprintf(buf, sizeof(buf), "%" PRIu32, ZCSG(hash).num_entries);
523 snprintf(buf, sizeof(buf), "%" PRIu32, ZCSG(hash).max_num_entries);
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_help.c130 phpdbg_error("Output overrun of %" PRIu32 " bytes", (uint32_t) ((q - new) - size)); in pretty_print()
/PHP-8.3/ext/session/
H A Dsession.c1524 …() because a session has already been started (started from %s on line %"PRIu32")", ZSTR_VAL(PS(se… in php_session_start()
2540 …n_start() because a session is already active (started from %s on line %"PRIu32")", ZSTR_VAL(PS(se… in PHP_FUNCTION()

Completed in 87 milliseconds