Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/Optimizer/
H A Dnop_removal.c96 uint32_t *opline_num = &ctx->script->first_early_binding_opline; in zend_optimizer_nop_removal() local
H A Dpass3.c60 uint32_t opline_num = 0; in zend_optimizer_pass3() local
H A Ddfa_pass.c283 uint32_t *opline_num = &ctx->script->first_early_binding_opline; in zend_ssa_remove_nops() local
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_bp.h87 zend_ulong opline_num; member
/PHP-7.4/Zend/
H A Dzend_compile.h67 uint32_t opline_num; /* Needs to be signed */ member
160 uint32_t opline_num; member
604 #define ZEND_OPLINE_NUM_TO_OFFSET(op_array, opline, opline_num) \ argument
H A Dzend_types.h212 uint32_t opline_num; /* opline number (for FAST_CALL) */ member
H A Dzend_compile.c1171 uint32_t opline_num = first_early_binding_opline; in zend_do_delayed_early_binding() local

Completed in 53 milliseconds