Home
last modified time | relevance | path

Searched refs:helper_name (Results 1 – 1 of 1) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_vm_gen.php627 function helper_name($name, $spec, $op1, $op2, $extra_spec) { function
910 …return "ZEND_VM_TAIL_CALL(" . helper_name($matches[1], $spec, $op1, $op2, $extra_spec) . "(" . $ar…
913 return "goto " . helper_name($matches[1], $spec, $op1, $op2, $extra_spec) . "_LABEL";
915 …return "ZEND_VM_TAIL_CALL(" . helper_name($matches[1], $spec, $op1, $op2, $extra_spec) . "(ZEND_OP…
937 …return "ZEND_VM_TAIL_CALL(" . helper_name($matches[1], $spec, $op1, $op2, $extra_spec) . "(" . $ar…
939 …return "ZEND_VM_TAIL_CALL(" . helper_name($matches[1], $spec, $op1, $op2, $extra_spec) . "(ZEND_OP…
961 return $args . "goto " . helper_name($matches[1], $spec, $op1, $op2, $extra_spec);
963 return "goto " . helper_name($matches[1], $spec, $op1, $op2, $extra_spec);
985 return $args . "goto " . helper_name($matches[1], $spec, $op1, $op2, $extra_spec);
987 return "goto " . helper_name($matches[1], $spec, $op1, $op2, $extra_spec);

Completed in 9 milliseconds