Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_vm_gen.php627 function helper_name($name, $spec, $op1, $op2, $extra_spec) { function
848 …return "ZEND_VM_TAIL_CALL(" . helper_name($matches[1], $spec, $op1, $op2, $extra_spec) . "(" . $ar…
850 …return "ZEND_VM_TAIL_CALL(" . helper_name($matches[1], $spec, $op1, $op2, $extra_spec) . "(ZEND_OP…
872 return $args . "goto " . helper_name($matches[1], $spec, $op1, $op2, $extra_spec);
874 return "goto " . helper_name($matches[1], $spec, $op1, $op2, $extra_spec);
896 return $args . "goto " . helper_name($matches[1], $spec, $op1, $op2, $extra_spec);
898 return "goto " . helper_name($matches[1], $spec, $op1, $op2, $extra_spec);

Completed in 8 milliseconds