dismiss Step into the future! Click here to switch to the beta php.net site
downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

EXIT> <ECHO
[edit] Last updated: Fri, 28 Jun 2013

view this page in

END_SILENCE

PHP code

<?php
/*
 * no longer surpress error messages
 * opcode number: 58
 */
$my_file = @file ('non_existent_file') or
   die (
"error:'$php_errormsg'");
?>

PHP opcodes

Function name: (null)

Compiled variables: !0=$my_file, !1=$php_errormsg

line#op fetchextreturn operands
60 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
76 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
812 RETURN     1


add a note add a note User Contributed Notes END_SILENCE - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites