Searched refs:helper_name (Results 1 – 1 of 1) sorted by relevance
/PHP-7.1/Zend/ |
H A D | zend_vm_gen.php | 625 function helper_name($name, $spec, $op1, $op2) { function 840 …return "ZEND_VM_TAIL_CALL(" . helper_name($matches[1], $spec, $op1, $op2) . "(" . $args. " ZEND_OP… 842 …return "ZEND_VM_TAIL_CALL(" . helper_name($matches[1], $spec, $op1, $op2) . "(ZEND_OPCODE_HANDLER_… 864 return $args . "goto " . helper_name($matches[1], $spec, $op1, $op2); 866 return "goto " . helper_name($matches[1], $spec, $op1, $op2); 888 return $args . "goto " . helper_name($matches[1], $spec, $op1, $op2); 890 return "goto " . helper_name($matches[1], $spec, $op1, $op2);
|
Completed in 10 milliseconds