<?php
/*
* prepare to perform function call without displaying error messages
* opcode number: 57
*/
/* Intentional file error */
$my_file = @file ('non_existent_file') or
die ("error:'$php_errormsg'");
?>
Function name: (null)
Compiled variables: !0=$my_file, !1=$php_errormsg
line | # | op | fetch | ext | return | operands |
---|---|---|---|---|---|---|
7 | 0 | BEGIN_SILENCE | В | В | ~0 | В |
В | 1 | SEND_VAL | В | В | В | 'non_existent_file' |
В | 2 | DO_FCALL | В | 1 | В | 'file' |
В | 3 | END_SILENCE | В | В | В | ~0 |
В | 4 | ASSIGN | В | В | $2 | !0,$1 |
В | 5 | JMPNZ_EX | В | В | ~3 | $2,->11 |
8 | 6 | ADD_STRING | В | В | ~4 | 'error%3A%27' |
В | 7 | ADD_VAR | В | В | ~4 | ~4,!1 |
В | 8 | ADD_CHAR | В | В | ~4 | ~4,39 |
В | 9 | EXIT | В | В | В | ~4 |
В | 10 | BOOL | В | В | ~3 | true |
В | 11 | FREE | В | В | В | ~3 |
9 | 12 | RETURN | В | В | В | 1 |