Home
last modified time | relevance | path

Searched refs:cd (Results 1 – 25 of 65) sorted by relevance

123

/php-src/Zend/tests/
H A Dbug64677.phpt10 $cat->show_output('Files: ', trim((string) `cd .`)); // this gives invalid args to shell_exec
11 $cat->show_output('Files: ', `cd .`); // this causes a segmentation fault
12 $cat->show_output(`cd .`); // this causes a segmentation fault
17 show_outputa('Files: ', `cd .`); // this works as expected
H A Dforeach_list_001.phpt39 string(2) "cd"
H A Dbug43651.phpt17 var_dump(is_callable("cd"));
/php-src/ext/reflection/tests/
H A Dbug43926.phpt24 $cd = $rd->newInstance();
37 print("Is? A ". ($ra->isInstance($cd) ? 'true' : 'false') .", instanceof: ". (($cd instanceof A) ? …
38 print("Is? C ". ($rc->isInstance($cd) ? 'true' : 'false') .", instanceof: ". (($cd instanceof C) ? …
39 print("Is? D ". ($rd->isInstance($cd) ? 'true' : 'false') .", instanceof: ". (($cd instanceof D) ? …
40 print("Is? E ". ($re->isInstance($cd) ? 'true' : 'false') .", instanceof: ". (($cd instanceof E) ? …
/php-src/ext/standard/tests/strings/
H A Dbug45166.phpt5 echo substr('cd', -3) . "\n";
8 cd
H A Dsubstr_compare.phpt12 var_dump(substr_compare("abcde", "cd", 1, 2) < 0);
/php-src/ext/iconv/
H A Dconfig.m485 iconv_t cd;
86 cd = iconv_open( "*blahblah*", "*blahblahblah*" );
87 if (cd == (iconv_t)(-1)) {
94 iconv_close( cd );
112 iconv_t cd = iconv_open( "UTF-8//IGNORE", "UTF-8" );
113 if(cd == (iconv_t)-1) {
120 size_t result = iconv(cd, (char **) &in_p, &in_left, (char **) &out_p, &out_left);
H A Diconv.c440 iconv_t cd; in php_iconv_string() local
517 iconv_close(cd); in php_iconv_string()
554 iconv_t cd; in _php_iconv_strlen() local
615 iconv_close(cd); in _php_iconv_strlen()
763 iconv_t cd; in _php_iconv_strpos() local
893 iconv_close(cd); in _php_iconv_strpos()
1178 iconv_close(cd); in _php_iconv_mime_encode()
1350 iconv_close(cd); in _php_iconv_mime_decode()
1735 iconv_close(cd); in _php_iconv_mime_decode()
2297 iconv_t cd; member
[all …]
/php-src/tests/basic/
H A D011.phpt6 ab+cd+ef+123+test
19 1: cd
H A D012.phpt7 ab cd ef 123 test
20 1: cd
/php-src/ext/standard/tests/file/
H A Dbug41874.phpt9 $result = exec('cd 1:\non_existent; dir nonexistent');
11 system('cd 1:\non_existent; dir nonexistent');
H A Dbug41874_3.phpt13 system('cd 1:\\non_existent; dir nonexistent');
H A Dbug41874_2.phpt13 $result = exec('cd 1:\\non_existent; dir nonexistent');
/php-src/ext/standard/
H A DMakefile.frag.w322 cd $(PHP_SRC_DIR)
6 cd $(PHP_SRC_DIR)
/php-src/ext/pcre/tests/
H A Dbug21732.phpt17 var_dump(preg_replace_callback("/(ab)(cd)(e)/", array(new foo(), "cb"), 'abcde'));
27 string(2) "cd"
/php-src/ext/pdo/
H A DMakefile.frag.w322 cd $(PHP_SRC_DIR)
/php-src/ext/phar/
H A DMakefile.frag.w322 cd $(PHP_SRC_DIR)
/php-src/ext/standard/tests/array/
H A Darray_keys_variation_001.phpt18 array("a" => "abcd", "a" => "", "ab" => -6, "cd" => -0.5 ),
133 string(2) "cd"
/php-src/ext/xsl/tests/53965/
H A Dinclude.xsl2 <xsl:template match="cd"> matchedTemplate
/php-src/ext/com_dotnet/tests/
H A Dbug63208.phpt7 $string = "\u{0905}b\0cd";
/php-src/ext/opcache/tests/jit/
H A Didentical_001.phpt21 var_dump(foo("ab", "cd"));
/php-src/main/
H A Drfc1867.c773 char *cd = NULL, *param = NULL, *filename = NULL, *tmp = NULL; local
783 if ((cd = php_mime_get_hdr_value(header, "Content-Disposition"))) {
792 while (isspace(*cd)) {
793 ++cd;
796 while (*cd && (pair = getword(mbuff->input_encoding, &cd, ';')))
800 while (isspace(*cd)) {
801 ++cd;
1160 if (cancel_upload || !(cd = php_mime_get_hdr_value(header, "Content-Type"))) {
1161 cd = "";
1164 s = strchr(cd, ';');
[all …]
/php-src/ext/gd/libgd/
H A Dgdkanji.c344 iconv_t cd; in do_convert() local
347 if ((cd = iconv_open (EUCSTR, code)) == (iconv_t) - 1) in do_convert()
360 if ((int) iconv(cd, (char **) &from, &from_len, (char **) &to, &to_len) == -1) in do_convert()
374 if (iconv_close (cd) != 0) in do_convert()
/php-src/.github/workflows/
H A Dnightly.yml427 cd ..
434 cd framework
458 cd ..
476 cd symfony
497 cd phpunit
829 cd php
842 cd apcu
848 cd imagick
862 cd redis
868 cd xdebug
[all …]
/php-src/ext/phar/tests/
H A Dcached_manifest_1.phpt29 string(%d) "phar://%snophar.phar%cd"

Completed in 38 milliseconds

123