Home
last modified time | relevance | path

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

/PHP-7.2/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()
82 spprintf(&result, 0, "live-range(%" PRIu32 ")", op.num); in phpdbg_decode_input_op()
118 spprintf(&decode[3], 0, "%" PRIu32, opline->result.num); in phpdbg_decode_opline()
/PHP-7.2/Zend/
H A Dzend_long.h90 # define ZEND_ULONG_FMT "%" PRIu32
93 # define ZEND_ULONG_FMT_SPEC PRIu32
H A Dzend_execute_API.c390 zend_error(E_WARNING, "Leaked %" PRIu32 " hashtable iterators", EG(ht_iterators_used)); in shutdown_executor()
/PHP-7.2/ext/date/lib/
H A Dtimelib.h77 # ifndef PRIu32
78 # define PRIu32 "I32u" macro
121 # define TIMELIB_ULONG_FMT "%" PRIu32
/PHP-7.2/win32/
H A Dphp_inttypes.h123 #define PRIu32 "I32u" macro
/PHP-7.2/ext/opcache/
H A Dzend_accelerator_module.c501 snprintf(buf, sizeof(buf), "%" PRIu32, ZCSG(hash).num_direct_entries);
503 snprintf(buf, sizeof(buf), "%" PRIu32, ZCSG(hash).num_entries);
505 snprintf(buf, sizeof(buf), "%" PRIu32, ZCSG(hash).max_num_entries);

Completed in 38 milliseconds