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

BW_AND> <BOOL_XOR
[edit] Last updated: Fri, 28 Jun 2013

view this page in

BRK

PHP code

<?php
/*
 * ???  End of a case block exists the current switch block.  Followed by JMP?
 * opcode number: 50
 */
$x 0;
while(
1) {
    if(
$x == 0) break;
}
?>

PHP opcodes

Function name: (null)

Compiled variables: !0=$x

line#op fetchextreturn operands
60 ASSIGN     !0,0
71 JMPZ     1,->7
82 IS_EQUAL   ~1 !0,0
 3 JMPZ     ~1,->6
 4 BRK     1
 5 JMP     ->6
96 JMP     ->1
107 RETURN     1


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

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