Searched refs:helper_name (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/Zend/ |
H A D | zend_vm_gen.php | 300 function helper_name($name, $spec, $op1, $op2) { function 430 …return "return " . helper_name($matches[1], $spec, $op1, $op2) . "(" . $matches[2]. ", ZEND_OPCODE… 432 …return "return " . helper_name($matches[1], $spec, $op1, $op2) . "(ZEND_OPCODE_HANDLER_ARGS_PASSTH… 451 …return $matches[2] . " = " . $matches[3] . "; goto " . helper_name($matches[1], $spec, $op1, $op2… 453 return "goto " . helper_name($matches[1], $spec, $op1, $op2); 472 …return $matches[2] . " = " . $matches[3] . "; goto " . helper_name($matches[1], $spec, $op1, $op2… 474 return "goto " . helper_name($matches[1], $spec, $op1, $op2);
|
Completed in 10 milliseconds