Home
last modified time | relevance | path

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

12345

/PHP-5.5/
H A Drun-tests.php504 $switch = substr($argv[$i],1,1); variable
510 $switch = substr($argv[$i],1,1); variable
517 if (strpos($switch, '--' . $type) === 0) {
519 if ($switch == '--' . $type . '-' . $file) {
536 switch($switch) {
550 if ($switch != 'l') {
656 $switch = $argv[$i]; variable
657 if ($switch != '-') {
670 echo "Illegal switch '$switch' specified!\n";
H A DREADME.GIT-RULES41 7. For development use the --enable-maintainer-zts switch to ensure your
/PHP-5.5/ext/spl/examples/
H A Dcallbackfilteriterator.inc58 switch($this->mode) {
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_fields.phpt39 switch ($k) {
H A Dmysqli_fetch_array_large.phpt90 switch($last) {
H A Dmysqli_fetch_field_flags.phpt149 switch ($column_def) {
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1252 - switch ((rv = read(fd, buf, n))) {
1669 switch (sb->st_mode & S_IFMT) {
2678 - switch (m->type) {
3142 switch (cvt_flip(m->in_type, flip)) {
3148 switch (m->in_op & FILE_OPS_MASK) {
3157 switch (m->in_op & FILE_OPS_MASK) {
3166 switch (m->in_op & FILE_OPS_MASK) {
3175 switch (m->in_op & FILE_OPS_MASK) {
3231 switch (m->type) {
3339 + switch (Z_STRVAL_P(pattern)[i]) {
[all …]
/PHP-5.5/ext/ftp/tests/
H A Dserver.inc35 switch ($action) {
304 switch ($matches [1]){
330 switch($matches[1]){
/PHP-5.5/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc129 switch ($this->compress) {
H A Dcorrupt_tarmaker.php.inc137 switch ($this->compress) {
H A Dmake.dangerous.tar.php.inc130 switch ($this->compress) {
/PHP-5.5/win32/build/
H A Dconfig.w32.h.in171 * 3rdParty libs that were built with older compilers; switch
/PHP-5.5/Zend/tests/
H A Dzend2.php.txt56 switch ($shape) {
/PHP-5.5/ext/intl/tests/
H A Dmsgfmt_fail.phpt16 switch(true) {
H A Dmsgfmt_fail2.phpt16 switch(true) {
/PHP-5.5/ext/standard/tests/file/
H A Dinclude_userstream_003.phpt58 switch($whence) {
H A Duserstreams.phpt128 switch($whence) {
212 switch($whence) {
/PHP-5.5/tests/classes/
H A Diterators_001.phpt34 switch($this->num) {
/PHP-5.5/ext/spl/internal/
H A Dregexiterator.inc75 switch($this->mode)
H A Dsplfileobject.inc81 switch(fun_num_args())
/PHP-5.5/ext/oci8/tests/
H A Dconn_attr.inc74 switch($conn_type) {
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc123 .'class file cannot be located. This switch also adds some code around the '
125 .'if necessary. And finally this switch will add the file phar.inc from '
375 switch($arg) {
418 switch($hash) {
592 switch($this->args['c']['val']) {
683 switch($compress) {
1137 switch($this->args['c']['val']) {
/PHP-5.5/sapi/apache2filter/
H A Dconfig.m465 …e 2 support while your server is Apache 1.3. Please use the appropriate switch --with-apxs (witho…
/PHP-5.5/sapi/apache2handler/
H A Dconfig.m464 …e 2 support while your server is Apache 1.3. Please use the appropriate switch --with-apxs (witho…
/PHP-5.5/ext/standard/
H A Durl_scanner_ex.re211 switch (ctx->tag.len) {
287 switch (STATE) {

Completed in 74 milliseconds

12345