Home
last modified time | relevance | path

Searched refs:switch (Results 1 – 25 of 168) sorted by relevance

1234567

/PHP-7.2/ext/opcache/tests/
H A Dbug69038.phpt2 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) {
H A Dbug77215.phpt2 Bug #77215: CFG assertion failure on multiple finalizing switch frees in one block
12 switch ($eValeur["a"]) {
14 switch($eValeur["a"]) {
H A Dbug65665.phpt13 switch (1)
50 switch (1)
88 switch (1)
H A Dbug73789.phpt2 Bug #73789 (Strange behavior of class constants in switch/case block)
15 switch (true) {
/PHP-7.2/Zend/tests/
H A Dbug26801.phpt2 Bug #26801 (switch ($a{0}) crash)
8 switch ($b) {
14 switch ($a[0]) {
H A Djump09.phpt2 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
H A Djump10.phpt2 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
H A Dtemporary_cleaning_004.phpt2 Temporary leak with switch
11 switch ($a[0]) {
27 switch ($a[0]) {
H A Dtemporary_cleaning_008.phpt2 Optimization of constant switch expression
6 switch ("1" . (int)2) {
H A Dbug29944.phpt2 Bug #29944 (Function defined in switch, crashes)
6 switch ($a) {
H A Dbug26281.phpt2 Bug #26281 (switch() crash when condition is a string offset)
6 switch ($x[0]) {
H A Dbug38623.phpt2 Bug #38623 (leaks in a tricky code with switch() and exceptions)
6 switch(strtolower("apache")) {
H A Djump11.phpt2 jump 08: goto inside switch in constructor
7 switch (1) {
H A D034.phpt2 Testing multiples 'default:' in switch
6 switch (1) {
H A Dbug26696.phpt2 Bug #26696 (crash in switch() when string index is used)
8 switch ($str[$i]) {
H A Dbug72508.phpt2 Bug #72508 (strange references after recursive function call and "switch" statement)
14 switch ($option['bla']) {
H A Dbug71756.phpt2 Bug #71756 (Call-by-reference widens scope to uninvolved functions when used in switch)
14 switch ($option['bla']) {
H A Dbug71914.phpt2 Bug #71914 (Reference is lost in "switch")
7 switch ($value) {
/PHP-7.2/tests/lang/
H A Dbug26696.phpt2 Bug #26696 (string index in a switch() crashes with multiple matches)
9 switch ($str[$i]) {
17 switch ($str[0]) {
H A Dbug29944.phpt2 Bug #29944 (function defined in switch crashes PHP)
7 switch ($a) {
H A D022.phpt8 switch ($i) {
10 switch($j) {
/PHP-7.2/Zend/tests/try/
H A Dtry_finally_022.phpt14 switch ($a) {
17 switch ($a) {
20 switch ($a) {
/PHP-7.2/Zend/tests/generators/
H A Daborted_yield_during_switch.phpt2 Aborted yield during switch
7 switch ($x."y") {
/PHP-7.2/ext/standard/tests/assert/
H A Dassert_basic5.phpt2 assert() - basic - check switch on warnings using assert_options.
16 //switch warning on and test return value
23 //switch warning on and test return value
/PHP-7.2/ext/json/tests/
H A Dbug62369.phpt14 switch (json_last_error()) {
24 switch (json_last_error()) {

Completed in 31 milliseconds

1234567