Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_vm_gen.php610 function helper_name($name, $spec, $op1, $op2, $extra_spec) { function
849 … return $args . "goto " . helper_name($matches[1], $spec, $op1, $op2, $extra_spec) . "_LABEL";
851 … return "goto " . helper_name($matches[1], $spec, $op1, $op2, $extra_spec) . "_LABEL";
856 …return "ZEND_VM_TAIL_CALL(" . helper_name($matches[1], $spec, $op1, $op2, $extra_spec) . "(" . $ar…
858 …return "ZEND_VM_TAIL_CALL(" . helper_name($matches[1], $spec, $op1, $op2, $extra_spec) . "(ZEND_OP…
890 …return "ZEND_VM_TAIL_CALL(" . helper_name($matches[1], $spec, $op1, $op2, $extra_spec) . "(" . $ar…
892 …return "ZEND_VM_TAIL_CALL(" . helper_name($matches[1], $spec, $op1, $op2, $extra_spec) . "(ZEND_OP…
914 … return $args . "goto " . helper_name($matches[1], $spec, $op1, $op2, $extra_spec);
916 return "goto " . helper_name($matches[1], $spec, $op1, $op2, $extra_spec);
938 … return $args . "goto " . helper_name($matches[1], $spec, $op1, $op2, $extra_spec);
[all …]

Completed in 10 milliseconds