Searched refs:helper_name (Results 1 – 1 of 1) sorted by relevance
/PHP-5.5/Zend/ |
H A D | zend_vm_gen.php | 288 function helper_name($name, $spec, $op1, $op2) { function 403 …return "return " . helper_name($matches[1], $spec, $op1, $op2) . "(" . $matches[2]. ", ZEND_OPCODE… 405 …return "return " . helper_name($matches[1], $spec, $op1, $op2) . "(ZEND_OPCODE_HANDLER_ARGS_PASSTH… 424 …return $matches[2] . " = " . $matches[3] . "; goto " . helper_name($matches[1], $spec, $op1, $op2… 426 return "goto " . helper_name($matches[1], $spec, $op1, $op2); 445 …return $matches[2] . " = " . $matches[3] . "; goto " . helper_name($matches[1], $spec, $op1, $op2… 447 return "goto " . helper_name($matches[1], $spec, $op1, $op2);
|
Completed in 5 milliseconds