Searched refs:zend_vm_set_opcode_handler_ex (Results 1 – 4 of 4) sorted by relevance
/php-src/Zend/ |
H A D | zend_vm.h | 30 ZEND_API void ZEND_FASTCALL zend_vm_set_opcode_handler_ex(zend_op* opcode, uint32_t op1_info, uint3…
|
H A D | zend_vm_execute.h | 68133 ZEND_API void ZEND_FASTCALL zend_vm_set_opcode_handler_ex(zend_op* op, uint32_t op1_info, uint32_t … function
|
/php-src/ext/opcache/ |
H A D | zend_persist.c | 538 zend_vm_set_opcode_handler_ex(opline, 1 << Z_TYPE_P(opline->op1.zv), 0, 0); in zend_persist_op_array_ex() 554 zend_vm_set_opcode_handler_ex(opline, 0, 0, 0); in zend_persist_op_array_ex()
|
/php-src/Zend/Optimizer/ |
H A D | zend_optimizer.c | 1458 zend_vm_set_opcode_handler_ex(opline, op1_info, op2_info, res_info); in zend_redo_pass_two_ex()
|
Completed in 157 milliseconds