Home
last modified time | relevance | path

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

/PHP-8.1/Zend/Optimizer/
H A Dnop_removal.c95 uint32_t *opline_num = &ctx->script->first_early_binding_opline; in zend_optimizer_nop_removal() local
H A Ddfa_pass.c254 uint32_t *opline_num = &ctx->script->first_early_binding_opline; in zend_ssa_remove_nops() local
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_bp.h85 zend_ulong opline_num; member
/PHP-8.1/Zend/
H A Dzend_compile.h67 uint32_t opline_num; /* Needs to be signed */ member
157 uint32_t opline_num; member
631 #define ZEND_OPLINE_NUM_TO_OFFSET(op_array, opline, opline_num) \ argument
H A Dzend_types.h324 uint32_t opline_num; /* opline number (for FAST_CALL) */ member
H A Dzend_compile.c1354 uint32_t opline_num = first_early_binding_opline; in zend_do_delayed_early_binding() local

Completed in 52 milliseconds