Searched refs:switch (Results 1 – 25 of 114) sorted by relevance
12345
2 Bug #26801 (switch ($a{0}) crash)8 switch ($b) {14 switch ($a[0]) {
2 jump 09: goto into switch (backward)5 switch (0) {13 Fatal error: 'goto' into loop or switch statement is disallowed in %sjump09.php on line 7
2 jump 10: goto into switch (forward)6 switch (0) {13 Fatal error: 'goto' into loop or switch statement is disallowed in %sjump10.php on line 2
2 Bug #29944 (Function defined in switch, crashes)6 switch ($a) {
2 Bug #26281 (switch() crash when condition is a string offset)6 switch ($x[0]) {
2 Testing multiples 'default:' in switch6 switch (1) {
2 Bug #38623 (leaks in a tricky code with switch() and exceptions)6 switch(strtolower("apache")) {
2 jump 08: goto inside switch in constructor7 switch (1) {
2 Bug #26696 (crash in switch() when string index is used)8 switch ($str[$i]) {
11 Fatal error: 'goto' into loop or switch statement is disallowed in %sjump07.php on line 5
11 Fatal error: 'goto' into loop or switch statement is disallowed in %sjump08.php on line 2
7 switch ($val) {
8 switch ($class) {
2 Bug #26696 (string index in a switch() crashes with multiple matches)9 switch ($str[$i]) {17 switch ($str[0]) {
2 Bug #29944 (function defined in switch crashes PHP)7 switch ($a) {
8 switch ($i) {10 switch($j) {
9 switch (1) {12 switch ($i) {
6 switch($a) {
28 switch ($a):
10 switch($i) {
2 assert() - basic - check switch on warnings using assert_options.16 //switch warning on and test return value23 //switch warning on and test return value
11 The switch for project file generation is a buildconf switch and12 not a configure switch:
19 * switch...case - T_ENDSWITCH(327), T_CASE(329)43 echo "-- with while..., do..while, switch & continue tokens --\n";67 // switch..case, default68 echo "-- with switch...case tokens --\n";70 $source = '<?php switch($var)442 -- with while..., do..while, switch & continue tokens --979 -- with switch...case tokens --995 string(6) "switch"
10 (-q switch kept for compatibility)12 (-C switch kept for compatibility)
21 switch ($shape) {
Completed in 14 milliseconds