Home
last modified time | relevance | path

Searched refs:zend_vm_set_opcode_handler_ex (Results 1 – 4 of 4) sorted by last modified time

/php-src/ext/opcache/
H A Dzend_persist.c536 zend_vm_set_opcode_handler_ex(opline, 1 << Z_TYPE_P(opline->op1.zv), 0, 0); in zend_persist_op_array_ex()
552 zend_vm_set_opcode_handler_ex(opline, 0, 0, 0); in zend_persist_op_array_ex()
/php-src/Zend/Optimizer/
H A Dzend_optimizer.c1419 zend_vm_set_opcode_handler_ex(opline, op1_info, op2_info, res_info); in zend_redo_pass_two_ex()
/php-src/Zend/
H A Dzend_vm_execute.h66688 ZEND_API void ZEND_FASTCALL zend_vm_set_opcode_handler_ex(zend_op* op, uint32_t op1_info, uint32_t … function
H A Dzend_vm.h25 ZEND_API void ZEND_FASTCALL zend_vm_set_opcode_handler_ex(zend_op* opcode, uint32_t op1_info, uint3…

Completed in 164 milliseconds