Home
last modified time | relevance | path

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

/PHP-7.1/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()
113 spprintf(&decode[3], 0, "%" PRIu32, opline->result.num); in phpdbg_decode_opline()
/PHP-7.1/ext/date/lib/
H A Dtimelib_structs.h85 # ifndef PRIu32
86 # define PRIu32 "I32u" macro
143 # define TIMELIB_ULONG_FMT "%" PRIu32
/PHP-7.1/Zend/
H A Dzend_long.h90 # define ZEND_ULONG_FMT "%" PRIu32
93 # define ZEND_ULONG_FMT_SPEC PRIu32
H A Dzend_execute_API.c404 zend_error(E_WARNING, "Leaked %" PRIu32 " hashtable iterators", EG(ht_iterators_used)); in shutdown_executor()
/PHP-7.1/win32/
H A Dphp_inttypes.h123 #define PRIu32 "I32u" macro

Completed in 14 milliseconds