Home
last modified time | relevance | path

Searched refs:cd (Results 1 – 25 of 81) sorted by path

1234

/PHP-5.5/
H A DINSTALL185 5. cd apache_xxx
189 9. cd ../php-xxx
254 2. cd apache_1.3.x
256 4. cd ..
259 6. cd php-5.x.y
264 10. cd ../apache_1.3.x
275 13. cd ../php-5.x.y
407 cd httpd-2_x_NN
429 cd ../php-NN
1419 $ cd extname
[all …]
H A DREADME.RELEASE_PROCESS42 cd pecl; mkdir foo foo/tags foo/branches; svn add foo; svn commit
185 cd distributions;
187 cd ..;
H A DREADME.SELF-CONTAINED-EXTENSIONS38 $ cd /tmp/newext
H A DREADME.TESTING135 cd $CO_DIR
H A Dacinclude.m471 ep_realdir=`(cd "$ep_dir" && pwd)`
H A Dconfigure.in189 abs_srcdir=`(cd $srcdir; pwd)`
/PHP-5.5/Zend/tests/
H A Dbug43651.phpt17 var_dump(is_callable("cd"));
H A Dbug64677.phpt10 $cat->show_output('Files: ', trim(`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"
/PHP-5.5/build/
H A Dlibtool.m41144 cd conftest
1178 cd ..
1435 …est $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a…
1712 …lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; }…
5439 … $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2…
5761 … $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2…
/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/dba/tests/
H A Ddba_db4_017.phpt2 DBA DB4 file creation dba_open("cd")
15 if (($db_file = dba_open($db_filename, "cd", $handler)) !== FALSE) {
/PHP-5.5/ext/ereg/regex/
H A Dtests168 ^\(a\)\1b\(c\)*cd$ b aabcccd aabcccd
324 [ab][cd][ef][gh][ij][kl][mn] - xacegikmoq acegikm
325 [ab][cd][ef][gh][ij][kl][mn][op] - xacegikmoq acegikmo
326 [ab][cd][ef][gh][ij][kl][mn][op][qr] - xacegikmoqy acegikmoq
327 [ab][cd][ef][gh][ij][kl][mn][op][q] - xacegikmoqy acegikmoq
/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/iconv/
H A Dconfig.m4136 iconv_t cd;
137 cd = iconv_open( "*blahblah*", "*blahblah*" );
138 if (cd == (iconv_t)(-1)) {
145 iconv_close( cd );
168 iconv_t cd = iconv_open( "UTF-8//IGNORE", "UTF-8" );
173 size_t result = iconv(cd, (char **) &in_p, &in_left, (char **) &out_p, &out_left);
H A Diconv.c494 iconv_t cd; in php_iconv_string() local
553 iconv_close(cd); in php_iconv_string()
561 iconv_t cd; in php_iconv_string()
639 iconv_close(cd); in php_iconv_string()
678 iconv_t cd; in _php_iconv_strlen() local
747 iconv_close(cd); in _php_iconv_strlen()
910 iconv_t cd; in _php_iconv_strpos() local
1080 iconv_close(cd); in _php_iconv_strpos()
1402 iconv_close(cd); in _php_iconv_mime_encode()
1936 iconv_close(cd); in _php_iconv_mime_decode()
[all …]
/PHP-5.5/ext/intl/tests/
H A Dgrapheme.phpt572 array( $char_a_ring_nfd . "bcde", 2, 4, 6, "cd" ),
1106 …e" "2" graphemes - grapheme_extract starting at byte position 4 with $next = cd == cd $next=6 == 6
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja156 % cd php-3.0.18-i18n-ja-2
165 % cd apache_1.3.x
167 % cd ../php-3.0.18-i18n-ja-2
171 % cd ../apache_1.3.x
181 % cd apache-1.3.x
187 % cd php-3.0.18-i18n-ja-2
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE226 ex. (?<=a|bc) is OK. (?<=aaa(?:b|cd)) is not allowed.
/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/ext/pcre/pcrelib/
H A DChangeLog3495 subpattern has no definite first character. For example, (a*|b*)[cd] would
4358 9. Matching the pattern "\b.*?" against "ab cd", starting at offset 1, failed
H A DREADME189 cd /build/pcre/pcre-xxx
H A Dpcre_compile.c934 cd->hwm = (pcre_uchar *)newspace + (cd->hwm - cd->start_workspace); in expand_workspace()
4642 else if (cd->hwm > cd->start_workspace + cd->workspace_size) in compile_branch()
4785 item_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
6120 while (cd->hwm > cd->start_workspace + cd->workspace_size - in compile_branch()
6201 while (cd->hwm > cd->start_workspace + cd->workspace_size - in compile_branch()
7511 if (cd->hwm >= cd->start_workspace + cd->workspace_size - in compile_branch()
8283 save_hwm_offset = cd->hwm - cd->start_workspace; in compile_regex()
8498 cd->open_caps = cd->open_caps->next; in compile_regex()
9288 cd->bracount = cd->final_bracount = 0; in pcre_compile2()
9392 cd->hwm = (pcre_uchar *)(cd->start_workspace); in pcre_compile2()
[all …]
H A Dpcre_study.c636 compile_data *cd, BOOL utf) in set_table_bit() argument
664 if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c]); in set_table_bit()
695 if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c]); in set_table_bit()
724 compile_data *cd) in set_type_bits() argument
732 if ((cd->cbits[c/8] & (1 << (c&7))) != 0) in set_type_bits()
766 compile_data *cd) in set_nottype_bits() argument
803 compile_data *cd) in set_start_bits() argument
973 rc = set_start_bits(tcode, start_bits, utf, cd); in set_start_bits()
1020 rc = set_start_bits(++tcode, start_bits, utf, cd); in set_start_bits()
1171 set_type_bits(start_bits, cbit_digit, table_limit, cd); in set_start_bits()
[all …]
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt4388 ab(?C4)cd
7042 (ab(cd)ef)
9956 "?:" modifier within the pattern itself. e.g. (?:ab|cd) does not cap-
9957 ture, while (ab|cd) does.

Completed in 130 milliseconds

1234