Home
last modified time | relevance | path

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

/PHP-8.0/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 Ddfa_pass.c255 uint32_t *opline_num = &ctx->script->first_early_binding_opline; in zend_ssa_remove_nops() local
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_bp.h85 zend_ulong opline_num; member
/PHP-8.0/Zend/
H A Dzend_compile.h67 uint32_t opline_num; /* Needs to be signed */ member
166 uint32_t opline_num; member
613 #define ZEND_OPLINE_NUM_TO_OFFSET(op_array, opline, opline_num) \ argument
H A Dzend_types.h321 uint32_t opline_num; /* opline number (for FAST_CALL) */ member
H A Dzend_compile.c1331 uint32_t opline_num = first_early_binding_opline; in zend_do_delayed_early_binding() local

Completed in 51 milliseconds