Home
last modified time | relevance | path

Searched defs:NUM_VAR (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/opcache/Optimizer/
H A Dzend_optimizer_internal.h29 # define NUM_VAR(v) ((zend_uint)(zend_uintptr_t)EX_TMP_VAR_NUM(0, v)) macro
32 # define NUM_VAR(v) ((v)*ZEND_MM_ALIGNED_SIZE(sizeof(temp_variable))) macro
35 # define NUM_VAR(v) ((v)*(sizeof(temp_variable))) macro

Completed in 5 milliseconds