Searched refs:helper_name (Results 1 – 1 of 1) sorted by relevance
/PHP-7.4/Zend/ |
H A D | zend_vm_gen.php | 654 function helper_name($name, $spec, $op1, $op2, $extra_spec) { function 888 … return $args . "goto " . helper_name($matches[1], $spec, $op1, $op2, $extra_spec) . "_LABEL"; 890 … return "goto " . helper_name($matches[1], $spec, $op1, $op2, $extra_spec) . "_LABEL"; 895 …return "ZEND_VM_TAIL_CALL(" . helper_name($matches[1], $spec, $op1, $op2, $extra_spec) . "(" . $ar… 897 …return "ZEND_VM_TAIL_CALL(" . helper_name($matches[1], $spec, $op1, $op2, $extra_spec) . "(ZEND_OP… 929 …return "ZEND_VM_TAIL_CALL(" . helper_name($matches[1], $spec, $op1, $op2, $extra_spec) . "(" . $ar… 931 …return "ZEND_VM_TAIL_CALL(" . helper_name($matches[1], $spec, $op1, $op2, $extra_spec) . "(ZEND_OP… 953 … return $args . "goto " . helper_name($matches[1], $spec, $op1, $op2, $extra_spec); 955 return "goto " . helper_name($matches[1], $spec, $op1, $op2, $extra_spec); 977 … return $args . "goto " . helper_name($matches[1], $spec, $op1, $op2, $extra_spec); [all …]
|
Completed in 25 milliseconds