Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_compile.h134 struct _zend_op { struct
135 const void *handler;
136 znode_op op1;
137 znode_op op2;
138 znode_op result;
139 uint32_t extended_value;
140 uint32_t lineno;
141 uint8_t opcode; /* Opcodes defined in Zend/zend_vm_opcodes.h */
142 uint8_t op1_type; /* IS_UNUSED, IS_CONST, IS_TMP_VAR, IS_VAR, IS_CV */
143 uint8_t op2_type; /* IS_UNUSED, IS_CONST, IS_TMP_VAR, IS_VAR, IS_CV */
[all …]

Completed in 16 milliseconds