Home
last modified time | relevance | path

Searched refs:switch (Results 26 – 50 of 147) sorted by relevance

123456

/PHP-7.0/tests/lang/
H A D020.phpt9 switch (1) {
12 switch ($i) {
H A D003.phpt6 switch($a) {
H A D033.phpt28 switch ($a):
H A D021.phpt10 switch($i) {
/PHP-7.0/Zend/tests/
H A Dbreak_error_003.phpt10 Fatal error: 'break' not in the 'loop' or 'switch' context in %sbreak_error_003.php on line 3
H A Djump07.phpt11 Fatal error: 'goto' into loop or switch statement is disallowed in %sjump07.php on line 5
H A Djump08.phpt11 Fatal error: 'goto' into loop or switch statement is disallowed in %sjump08.php on line 2
H A Djump05.phpt7 switch ($val) {
H A Djump15.phpt7 switch ($val) {
H A Dbug63305.phpt8 switch ($class) {
H A Dbug34260.phpt9 switch($Method)
/PHP-7.0/Zend/tests/try/
H A Dtry_finally_011.phpt15 Fatal error: 'break' not in the 'loop' or 'switch' context in %stry_finally_011.php on line %d
/PHP-7.0/ext/opcache/tests/
H A Dbug74152.phpt16 switch ($foo) {
H A Dissue0183.phpt13 switch (PHP_OS) {
H A Dissue0057.phpt17 switch ($query) {
/PHP-7.0/tests/classes/
H A Dfactory_001.phpt21 switch ($shape) {
/PHP-7.0/Zend/tests/return_types/
H A Dbug71092.phpt10 switch ($data[0]) {
/PHP-7.0/sapi/phpdbg/
H A DChangelog.md11 5. Fix crash when loading .phpdbginit with command line switch
35 - frame (switch to a frame in the current stack for inspection)
/PHP-7.0/Zend/tests/generators/
H A Dyield_in_parenthesis.phpt11 switch (yield $foo) {}
/PHP-7.0/Zend/tests/grammar/
H A Dsemi_reserved_003.phpt56 var $switch = 'switch';
136 echo $obj->switch, PHP_EOL;
217 switch
H A Dsemi_reserved_004.phpt56 static $switch = 'switch';
134 echo Obj::$switch, PHP_EOL;
214 switch
/PHP-7.0/ext/spl/tests/
H A Dspl_recursive_iterator_iterator_key_case.phpt2 SPL: Test on RecursiveIteratorIterator key function checking switch statements
/PHP-7.0/ext/pgsql/tests/
H A D29nb_async_connect.phpt24 switch ($status = pg_connect_poll($db)) {
/PHP-7.0/ext/oci8/tests/
H A Ddrcp_scope1.phpt45 switch($conn_type)
61 switch($conn_type)
H A Ddrcp_scope2.phpt45 switch($conn_type)
61 switch($conn_type)

Completed in 40 milliseconds

123456