Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_vm_gen.php446 function helper_name($name, $spec, $op1, $op2) { function
591 …return "ZEND_VM_TAIL_CALL(" . helper_name($matches[1], $spec, $op1, $op2) . "(" . $matches[2]. " Z…
593 …return "ZEND_VM_TAIL_CALL(" . helper_name($matches[1], $spec, $op1, $op2) . "(ZEND_OPCODE_HANDLER_…
612 …return $matches[2] . " = " . $matches[3] . "; goto " . helper_name($matches[1], $spec, $op1, $op2…
614 return "goto " . helper_name($matches[1], $spec, $op1, $op2);
633 …return $matches[2] . " = " . $matches[3] . "; goto " . helper_name($matches[1], $spec, $op1, $op2…
635 return "goto " . helper_name($matches[1], $spec, $op1, $op2);

Completed in 6 milliseconds