Searched refs:helper_name (Results 1 – 1 of 1) sorted by relevance
/PHP-8.1/Zend/ |
H A D | zend_vm_gen.php | 610 function helper_name($name, $spec, $op1, $op2, $extra_spec) { function 851 … return $args . "goto " . helper_name($matches[1], $spec, $op1, $op2, $extra_spec) . "_LABEL"; 853 … return "goto " . helper_name($matches[1], $spec, $op1, $op2, $extra_spec) . "_LABEL"; 858 …return "ZEND_VM_TAIL_CALL(" . helper_name($matches[1], $spec, $op1, $op2, $extra_spec) . "(" . $ar… 860 …return "ZEND_VM_TAIL_CALL(" . helper_name($matches[1], $spec, $op1, $op2, $extra_spec) . "(ZEND_OP… 892 …return "ZEND_VM_TAIL_CALL(" . helper_name($matches[1], $spec, $op1, $op2, $extra_spec) . "(" . $ar… 894 …return "ZEND_VM_TAIL_CALL(" . helper_name($matches[1], $spec, $op1, $op2, $extra_spec) . "(ZEND_OP… 916 … return $args . "goto " . helper_name($matches[1], $spec, $op1, $op2, $extra_spec); 918 return "goto " . helper_name($matches[1], $spec, $op1, $op2, $extra_spec); 940 … return $args . "goto " . helper_name($matches[1], $spec, $op1, $op2, $extra_spec); [all …]
|
Completed in 17 milliseconds