Home
last modified time | relevance | path

Searched refs:switch (Results 51 – 75 of 114) sorted by relevance

12345

/PHP-5.4/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-5.4/ext/sybase_ct/tests/
H A Dtest_msghandler_handled.phpt17 switch ($msgnumber) {
/PHP-5.4/ext/intl/tests/
H A Dcollator_compare.phpt19 switch( $comp_res )
H A Dcollator_compare_variant2.phpt19 switch( $comp_res )
H A Dformatter_fail.phpt15 switch(true) {
/PHP-5.4/tests/classes/
H A Diterators_002.phpt35 switch($this->num) {
/PHP-5.4/ext/imap/tests/
H A Dimap_fetchbody_basic.phpt31 switch ($key) {
/PHP-5.4/ext/standard/tests/file/
H A Dbug38450.phpt50 switch ($whence) {
H A Dbug38450_1.phpt50 switch ($whence) {
H A Dbug38450_3.phpt50 switch ($whence) {
H A Dfopencookie.phpt48 switch($whence) {
H A Dinclude_streams.phpt69 switch($whence) {
H A Dbug38450_2.phpt50 switch ($whence) {
H A Dinclude_userstream_002.phpt58 switch($whence) {
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_fork.phpt28 switch ($pid) {
81 switch ($pid) {
148 switch ($row['msg']) {
H A Dmysqli_fetch_fields.phpt33 switch ($k) {
/PHP-5.4/ext/tokenizer/tests/
H A D002.phpt12 '<?php switch($a) { case 1: break; default: break; } while($a) { exit; } ?>',
399 string(6) "switch"
/PHP-5.4/
H A Drun-tests.php499 $switch = substr($argv[$i],1,1); variable
505 $switch = substr($argv[$i],1,1); variable
512 if (strpos($switch, '--' . $type) === 0) {
514 if ($switch == '--' . $type . '-' . $file) {
531 switch($switch) {
545 if ($switch != 'l') {
651 $switch = $argv[$i]; variable
652 if ($switch != '-') {
665 echo "Illegal switch '$switch' specified!\n";
/PHP-5.4/ext/pdo/
H A DREADME46 the handle will switch back to autocommit mode again. If the mode could not
/PHP-5.4/ext/spl/examples/
H A Dcallbackfilteriterator.inc58 switch($this->mode) {
/PHP-5.4/ext/fileinfo/
H A Dlibmagic.patch1252 - switch ((rv = read(fd, buf, n))) {
1669 switch (sb->st_mode & S_IFMT) {
2678 - switch (m->type) {
3139 switch (cvt_flip(m->in_type, flip)) {
3145 switch (m->in_op & FILE_OPS_MASK) {
3154 switch (m->in_op & FILE_OPS_MASK) {
3163 switch (m->in_op & FILE_OPS_MASK) {
3172 switch (m->in_op & FILE_OPS_MASK) {
3228 switch (m->type) {
3336 + switch (Z_STRVAL_P(pattern)[i]) {
[all …]
/PHP-5.4/ext/ftp/tests/
H A Dserver.inc35 switch ($action) {
304 switch ($matches [1]){
330 switch($matches[1]){
/PHP-5.4/Zend/tests/
H A Dzend2.php.txt56 switch ($shape) {
/PHP-5.4/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc129 switch ($this->compress) {
/PHP-5.4/win32/build/
H A Dconfig.w32.h.in171 * 3rdParty libs that were built with older compilers; switch

Completed in 44 milliseconds

12345