Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_long.h88 # define ZEND_ULONG_FMT "%" PRIu32
91 # define ZEND_ULONG_FMT_SPEC PRIu32
H A Dzend_execute_API.c485 zend_error(E_WARNING, "Leaked %" PRIu32 " hashtable iterators", EG(ht_iterators_used)); in shutdown_executor()
H A Dzend_API.c508 "%s(): Passing null to parameter #%" PRIu32 "%s%s%s of type %s is deprecated", in zend_null_arg_deprecated()
2599 zend_error(error_type, "Method %s::%s() must take exactly %" PRIu32 " arguments", in zend_check_magic_method_args()
H A Dzend_compile.c171 zend_string *result = zend_strpprintf(0, "%c%s%s:%" PRIu32 "$%" PRIx32, in zend_build_runtime_definition_key()
7737 "{closure:%S%S%S%s:%" PRIu32 "}", in zend_begin_func_decl()
8268 zend_string *result = zend_strpprintf(0, "%s@anonymous%c%s:%" PRIu32 "$%" PRIx32, in zend_generate_anon_class_name()
/php-src/ext/date/lib/
H A Dtimelib.h83 # ifndef PRIu32
84 # define PRIu32 "I32u" macro
127 # define TIMELIB_ULONG_FMT "%" PRIu32
/php-src/main/
H A Dmain.c1224 …zend_output_debug_string(trigger_break, "%s(%" PRIu32 ") : %s", ZSTR_VAL(error_filename), error_li… in report_zend_debug_error_notify_cb()
1347 …spprintf(&log_buffer, 0, "PHP %s: %s in %s on line %" PRIu32, error_type_str, ZSTR_VAL(message), … in php_error_cb()
1354 …er><member><name>faultString</name><value><string>%s:%s in %s on line %" PRIu32 "</string></value>… in php_error_cb()
1362 …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()
1365 …php_printf_unchecked("%s<br />\n<b>%s</b>: %S in <b>%s</b> on line <b>%" PRIu32 "</b><br />\n%s",… in php_error_cb()
1374 fprintf(stderr, " in %s on line %" PRIu32 "\n", ZSTR_VAL(error_filename), error_lineno); in php_error_cb()
1379 …php_printf_unchecked("%s\n%s: %S in %s on line %" PRIu32 "\n%s", STR_PRINT(prepend_string), error_… in php_error_cb()
1652 …snprintf(memory_leak_buf, 512, "%s(%" PRIu32 ") : Freeing " ZEND_ADDR_FMT " (%zu bytes), script=%… in php_message_handler_for_zend()
1656 …snprintf(relay_buf, 512, "%s(%" PRIu32 ") : Actual location (location was relayed)\n", t->orig_fil… in php_message_handler_for_zend()
/php-src/ext/fileinfo/libmagic/
H A Dfile.h54 # ifdef PRIu32
58 # define SIZE_T_FORMAT PRIu32
/php-src/ext/opcache/
H A Dzend_accelerator_module.c529 snprintf(buf, sizeof(buf), "%" PRIu32, ZCSG(hash).num_direct_entries);
531 snprintf(buf, sizeof(buf), "%" PRIu32, ZCSG(hash).num_entries);
533 snprintf(buf, sizeof(buf), "%" PRIu32, ZCSG(hash).max_num_entries);
/php-src/sapi/phpdbg/
H A Dphpdbg_help.c128 phpdbg_error("Output overrun of %" PRIu32 " bytes", (uint32_t) ((q - new) - size)); in pretty_print()
/php-src/ext/session/
H A Dsession.c1518 …() because a session has already been started (started from %s on line %"PRIu32")", ZSTR_VAL(PS(se… in php_session_start()
2539 …n_start() because a session is already active (started from %s on line %"PRIu32")", ZSTR_VAL(PS(se… in PHP_FUNCTION()

Completed in 82 milliseconds