Home
last modified time | relevance | path

Searched refs:ZEND_FETCH_CLASS_NAME (Results 1 – 4 of 4) sorted by relevance

/PHP-8.1/Zend/
H A Dzend_vm_opcodes.h243 #define ZEND_FETCH_CLASS_NAME 157 macro
H A Dzend_compile.c9571 zend_op *opline = zend_emit_op_tmp(result, ZEND_FETCH_CLASS_NAME, NULL, NULL); in zend_compile_class_name()
9583 zend_emit_op_tmp(result, ZEND_FETCH_CLASS_NAME, &expr_node, NULL); in zend_compile_class_name()
9752 opline = zend_emit_op_tmp(result, ZEND_FETCH_CLASS_NAME, NULL, NULL); in zend_compile_magic_const()
H A Dzend_vm_def.h8549 ZEND_VM_HANDLER(157, ZEND_FETCH_CLASS_NAME, CV|TMPVAR|UNUSED|CLASS_FETCH, ANY)
/PHP-8.1/Zend/Optimizer/
H A Dzend_optimizer.c301 case ZEND_FETCH_CLASS_NAME: in zend_optimizer_update_op1_const()

Completed in 61 milliseconds