Home
last modified time | relevance | path

Searched refs:cd (Results 26 – 50 of 81) sorted by relevance

1234

/PHP-5.5/ext/xsl/tests/53965/
H A Dinclude.xsl2 <xsl:template match="cd"> matchedTemplate
/PHP-5.5/ext/standard/tests/file/
H A Dbug41874_2.phpt13 $result = exec('cd 1:\\non_existent; dir nonexistent');
/PHP-5.5/sapi/apache2handler/
H A DREADME26 $ cd apache-2.x
27 $ cd src
36 $ cd php-4.x
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput9275 /(?<=aXb)cd/8
277 0: cd
281 0: cd
285 0: cd
580 ab> <cd
608 ab cd
618 ab cd
640 ab==cd
651 ab==cd
706 ab|cd
[all …]
H A Dtestoutput1490 /ab.cd/P
91 ab-cd
92 0: ab-cd
93 ab=cd
94 0: ab=cd
100 /ab.cd/Ps
101 ab-cd
102 0: ab-cd
103 ab=cd
104 0: ab=cd
H A Dtestinput1451 /ab.cd/P
52 ab-cd
53 ab=cd
57 /ab.cd/Ps
58 ab-cd
59 ab=cd
H A Dtestoutput21352 0+ cd
1694 1: cd
1736 1: cd
1746 2: cd
1757 3: cd
1762 3: cd
1773 3: cd
1778 3: cd
1797 11: cd
4436 1: cd
[all …]
H A Dtestinput2138 /ab(?z)cd/
616 (ab(xy)cd)
627 (ab(xy)cd)
630 (ab(xy)cd)
633 (ab(xy)cd)
637 (ab(xy)cd)
641 (ab(xy)cd)
1316 ab cd\>1
1319 ab cd\>1
1519 cd\CA
[all …]
/PHP-5.5/ext/mysqli/tests/
H A Dclient-cert.pem17 a1:21:6a:55:4e:4d:3f:e6:67:9d:26:99:b2:cd:a4:
30 89:9c:d2:cd:60:95:20:ba:8e:e3:7c:e6:df:76:3a:7c:89:77:
/PHP-5.5/Zend/tests/
H A Dforeach_list_001.phpt39 string(2) "cd"
H A Dbug43651.phpt17 var_dump(is_callable("cd"));
/PHP-5.5/ext/gd/libgd/
H A Dgdkanji.c347 iconv_t cd; in do_convert() local
350 if ((cd = iconv_open (EUCSTR, code)) == (iconv_t) - 1) in do_convert()
365 if ((int) iconv(cd, (char **) &from, &from_len, (char **) &to, &to_len) == -1) in do_convert()
381 if (iconv_close (cd) != 0) in do_convert()
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtoupper1-win32.phpt268 cd => cd
300 ed => cd
H A Dsubstr_compare.phpt11 var_dump(substr_compare("abcde", "cd", 1, 2));
H A Dconvert_cyr_string_basic.phpt145 236: cd
/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_stream_1.phpt46 echo 'Read '.stream_get_contents($r['data'], 2, 1)."$\n"; // cd
90 Read cd$
/PHP-5.5/sapi/thttpd/
H A DREADME70 $ cd php-*
75 $ cd ..
H A Dconfig.m419 (cd $THTTPD && patch -p1 < $abs_srcdir/sapi/thttpd/thttpd_patch && touch php_patched)"
/PHP-5.5/ext/phar/tests/
H A Dcached_manifest_1.phpt33 string(%d) "phar://%snophar.phar%cd"
H A Dcached_manifest_1U.phpt33 string(%d) "phar://%snophar.phar%cd"
/PHP-5.5/sapi/pi3web/
H A DREADME33 cd ./php5
/PHP-5.5/ext/standard/
H A Dfilters.c1209 php_conv *cd; member
1509 if ((inst->cd = php_conv_open(conv_mode, conv_opts, persistent)) == NULL) { in php_convert_filter_ctor()
1516 if (inst->cd != NULL) { in php_convert_filter_ctor()
1517 php_conv_dtor(inst->cd); in php_convert_filter_ctor()
1518 pefree(inst->cd, persistent); in php_convert_filter_ctor()
1528 if (inst->cd != NULL) { in php_convert_filter_dtor()
1529 php_conv_dtor(inst->cd); in php_convert_filter_dtor()
1530 pefree(inst->cd, inst->persistent); in php_convert_filter_dtor()
1575 err = php_conv_convert(inst->cd, &pt, &tcnt, &pd, &ocnt); in strfilter_convert_append_bucket()
1653 err = ((ps == NULL ? php_conv_convert(inst->cd, NULL, NULL, &pd, &ocnt): in strfilter_convert_append_bucket()
[all …]
/PHP-5.5/ext/bcmath/libbcmath/
H A Daclocal.m429 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
38 missing_dir=`cd $ac_aux_dir && pwd`
/PHP-5.5/ext/standard/tests/array/
H A Darray_values.phpt33 array("a" => "abcd", "a" => "", "ab" => -6, "cd" => -0.5 ),
/PHP-5.5/ext/snmp/tests/
H A DREADME21 > make -C ../../.. test TESTS="`cd ../../..; /bin/ls -1 ext/snmp/tests/*.phpt | xargs echo`"

Completed in 60 milliseconds

1234