Home
last modified time | relevance | path

Searched refs:switch (Results 76 – 100 of 147) sorted by relevance

123456

/PHP-7.0/
H A DREADME.input_filter106 switch(arg) {
161 switch(arg) {
H A Drun-tests.php541 $switch = substr($argv[$i],1,1); variable
547 $switch = substr($argv[$i],1,1); variable
554 if (strpos($switch, '--' . $type) === 0) {
556 if ($switch == '--' . $type . '-' . $file) {
573 switch($switch) {
587 if ($switch != 'l') {
696 $switch = $argv[$i]; variable
697 if ($switch != '-') {
710 echo "Illegal switch '$switch' specified!\n";
/PHP-7.0/ext/imap/tests/
H A Dimap_fetchbody_basic.phpt31 switch ($key) {
/PHP-7.0/ext/intl/tests/
H A Dcollator_compare.phpt19 switch( $comp_res )
H A Dcollator_compare_variant2.phpt19 switch( $comp_res )
H A Dformatter_fail.phpt20 switch(true) {
/PHP-7.0/tests/classes/
H A Diterators_002.phpt35 switch($this->num) {
/PHP-7.0/ext/standard/tests/http/
H A Dbug47021.phpt13 switch($notification_code) {
/PHP-7.0/Zend/
H A DREADME.ZEND_VM5 fields and using different execution methods (call threading, switch threading
107 can switch to the old executor at runtime by calling zend_vm_use_old_executor().
/PHP-7.0/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc89 switch ($corrupt) {
167 switch ($corrupt) {
260 switch ($compress) {
284 switch ($corrupt) {
/PHP-7.0/ext/standard/tests/file/
H A Dbug38450.phpt50 switch ($whence) {
H A Dbug38450_1.phpt50 switch ($whence) {
H A Dfopencookie.phpt48 switch($whence) {
H A Dbug38450_2.phpt50 switch ($whence) {
H A Dbug38450_3.phpt50 switch ($whence) {
H A Dinclude_streams.phpt69 switch($whence) {
H A Dinclude_userstream_002.phpt58 switch($whence) {
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_fork.phpt28 switch ($pid) {
81 switch ($pid) {
148 switch ($row['msg']) {
H A Dmysqli_fetch_fields.phpt39 switch ($k) {
/PHP-7.0/ext/tokenizer/tests/
H A D002.phpt12 '<?php switch($a) { case 1: break; default: break; } while($a) { exit; } ?>',
399 string(6) "switch"
/PHP-7.0/Zend/tests/grammar/
H A Dsemi_reserved_005.phpt55 const SWITCH = 'switch';
209 switch
/PHP-7.0/ext/pdo/
H A DREADME46 the handle will switch back to autocommit mode again. If the mode could not
/PHP-7.0/Zend/tests/assert/
H A Dexpect_015.phpt83 switch ($x) {
224 switch ($x) {
/PHP-7.0/ext/spl/examples/
H A Dcallbackfilteriterator.inc58 switch($this->mode) {
/PHP-7.0/sapi/phpdbg/
H A DREADME.md48 **Note:** PHP must be configured with the switch --with-readline for phpdbg to support history, aut…

Completed in 43 milliseconds

123456