Searched refs:PRIu32 (Results 1 – 6 of 6) sorted by relevance
/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg_opcode.c | 75 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 D | zend_long.h | 90 # define ZEND_ULONG_FMT "%" PRIu32 93 # define ZEND_ULONG_FMT_SPEC PRIu32
|
H A D | zend_execute_API.c | 390 zend_error(E_WARNING, "Leaked %" PRIu32 " hashtable iterators", EG(ht_iterators_used)); in shutdown_executor()
|
/PHP-7.2/ext/date/lib/ |
H A D | timelib.h | 77 # ifndef PRIu32 78 # define PRIu32 "I32u" macro 121 # define TIMELIB_ULONG_FMT "%" PRIu32
|
/PHP-7.2/win32/ |
H A D | php_inttypes.h | 123 #define PRIu32 "I32u" macro
|
/PHP-7.2/ext/opcache/ |
H A D | zend_accelerator_module.c | 501 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 16 milliseconds