Searched refs:switch (Results 1 – 25 of 147) sorted by relevance
123456
2 Bug #69038 (switch(SOMECONSTANT) misbehaves)13 switch (PHP_OS) {26 switch (PHP_OS) {29 switch (PHP_OS) {44 switch (extension_loaded("standard")) {53 switch (PHP_OS) {
13 switch (1)50 switch (1)88 switch (1)
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 Temporary leak with switch13 switch ($a[0]) {29 switch ($a[0]) {
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 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 Testing multiples 'default:' in switch6 switch (1) {
2 Bug #26696 (crash in switch() when string index is used)8 switch ($str[$i]) {
2 Bug #72508 (strange references after recursive function call and "switch" statement)14 switch ($option['bla']) {
2 Bug #71756 (Call-by-reference widens scope to uninvolved functions when used in switch)14 switch ($option['bla']) {
2 Bug #71914 (Reference is lost in "switch")7 switch ($value) {
14 switch ($b[0]) {32 switch ($b[0]) {
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) {
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
2 Aborted yield during switch7 switch ($x."y") {
14 switch (json_last_error()) {24 switch (json_last_error()) {
10 switch ($codeUnits) {23 switch ($codePoint) {
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)
Completed in 21 milliseconds