<?php/* * Question Mark Assign, used twice inside a question mark assign to temporarily assign result as value1 (this is followed up with an ASSIGN bytecode) * opcode number: 22 */function A(){ echo 1?2:3;}function B(){ $b = 0; $a = $b > 1 ? 10: 11;}?>
Function name: (null)
Compiled variables: none
Function name: A
Function name: B
Compiled variables: !0=$b, !1=$a