Searched refs:ZEND_MAX_EXECUTION_TIMERS_CLOCK (Results 1 – 1 of 1) sorted by relevance
46 # define ZEND_MAX_EXECUTION_TIMERS_CLOCK CLOCK_MONOTONIC macro48 # define ZEND_MAX_EXECUTION_TIMERS_CLOCK CLOCK_BOOTTIME macro76 if (timer_create(ZEND_MAX_EXECUTION_TIMERS_CLOCK, &sev, &EG(max_execution_timer_timer)) != 0) { in zend_max_execution_timer_init()
Completed in 4 milliseconds