Searched refs:switch (Results 1 – 25 of 168) sorted by relevance
1234567
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) {
2 Bug #77215: CFG assertion failure on multiple finalizing switch frees in one block12 switch ($eValeur["a"]) {14 switch($eValeur["a"]) {
13 switch (1)50 switch (1)88 switch (1)
2 Bug #73789 (Strange behavior of class constants in switch/case block)15 switch (true) {
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 switch11 switch ($a[0]) {27 switch ($a[0]) {
2 Optimization of constant switch expression6 switch ("1" . (int)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 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) {
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) {
14 switch ($a) {17 switch ($a) {20 switch ($a) {
2 Aborted yield during switch7 switch ($x."y") {
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
14 switch (json_last_error()) {24 switch (json_last_error()) {
Completed in 20 milliseconds