Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_opcode.c96 spprintf(&decode[1], 0, "%" PRIu32, op->op1.num); in phpdbg_decode_opline()
124 spprintf(&decode[2], 0, "J%" PRIu32, op->op2.opline_num); in phpdbg_decode_opline()
135 spprintf(&decode[2], 0, "%" PRIu32, op->op2.num); in phpdbg_decode_opline()
146 spprintf(&decode[3], 0, "%" PRIu32, op->result.num); in phpdbg_decode_opline()
/PHP-7.0/ext/date/lib/
H A Dtimelib_structs.h85 # ifndef PRIu32
86 # define PRIu32 "I32u" macro
143 # define TIMELIB_ULONG_FMT "%" PRIu32
/PHP-7.0/Zend/
H A Dzend_long.h89 # define ZEND_ULONG_FMT "%" PRIu32
91 # define ZEND_ULONG_FMT_SPEC PRIu32
H A Dzend_execute_API.c402 zend_error(E_WARNING, "Leaked %" PRIu32 " hashtable iterators", EG(ht_iterators_used)); in shutdown_executor()
/PHP-7.0/win32/
H A Dphp_inttypes.h123 #define PRIu32 "I32u" macro

Completed in 22 milliseconds