Home
last modified time | relevance | path

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

123

/PHP-7.4/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-7.4/ext/standard/tests/strings/
H A Dsubstr_compare.phpt11 var_dump(substr_compare("abcde", "cd", 1, 2) < 0);
H A Dconvert_cyr_string_basic.phpt149 236: cd
H A Dstrtolower-win32.phpt268 cd => ed
H A Dhtml_entity_decode_iso8859-15.phpt252 LATIN CAPITAL LETTER I WITH ACUTE: &#xCD; => cd
253 &#xCD; => cd
H A Dhtml_entity_decode_macroman.phpt387 LATIN CAPITAL LETTER O WITH TILDE: &#xD5; => cd
412 &#xD5; => cd
H A Dhtml_entity_decode_iso8859-5.phpt252 CYRILLIC CAPITAL LETTER E: &#x42D; => cd
H A Dhtml_entity_decode_win1251.phpt384 CYRILLIC CAPITAL LETTER EN: &#x41D; => cd
H A Dhtml_entity_decode_cp866.phpt380 BOX DRAWINGS DOUBLE HORIZONTAL: &#x2550; => cd
H A Dhtml_entity_decode_koi8-r.phpt380 CYRILLIC SMALL LETTER EM: &#x43C; => cd
/PHP-7.4/ext/phar/tests/
H A Dcached_manifest_1.phpt32 string(%d) "phar://%snophar.phar%cd"
H A Dphar_oo_002.phpt120 string(43) "phar://*/files/phar_oo_002.phar.php/b%cd.php"
/PHP-7.4/ext/filter/tests/
H A D056.phpt18 'ab.cd-.com',
H A D015.phpt26 'http://ab.cd-.com',
/PHP-7.4/ext/standard/
H A Dfilters.c1204 php_conv *cd; member
1435 if ((inst->cd = php_conv_open(conv_mode, conv_opts, persistent)) == NULL) { in php_convert_filter_ctor()
1442 if (inst->cd != NULL) { in php_convert_filter_ctor()
1443 php_conv_dtor(inst->cd); in php_convert_filter_ctor()
1444 pefree(inst->cd, persistent); in php_convert_filter_ctor()
1454 if (inst->cd != NULL) { in php_convert_filter_dtor()
1455 php_conv_dtor(inst->cd); in php_convert_filter_dtor()
1456 pefree(inst->cd, inst->persistent); in php_convert_filter_dtor()
1499 err = php_conv_convert(inst->cd, &pt, &tcnt, &pd, &ocnt); in strfilter_convert_append_bucket()
1567 err = ((ps == NULL ? php_conv_convert(inst->cd, NULL, NULL, &pd, &ocnt): in strfilter_convert_append_bucket()
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Darray_values.phpt33 array("a" => "abcd", "a" => "", "ab" => -6, "cd" => -0.5 ),
/PHP-7.4/ext/snmp/tests/
H A DREADME.md26 make -C ../../.. test TESTS="`cd ../../..; /bin/ls -1 ext/snmp/tests/*.phpt | xargs echo`"
/PHP-7.4/sapi/phpdbg/
H A DREADME.md34 cd /path/to/php-src
/PHP-7.4/appveyor/
H A Dbuild_task.bat26 cd /D %APPVEYOR_BUILD_FOLDER%
H A Dtest_task.bat102 cd "%APPVEYOR_BUILD_FOLDER%"
/PHP-7.4/scripts/
H A Dphpize.m431 abs_srcdir=`(cd $srcdir && pwd)`
/PHP-7.4/docs/
H A Dself-contained-extensions.md31 cd /tmp/newext
H A Drelease-process.md48 cd ext-name
252 cd distributions
255 cd ..
/PHP-7.4/
H A D.gitignore171 # Extensions files additionally generated by `cd ext/name && phpize && ./configure`
/PHP-7.4/ext/intl/tests/
H A Dgrapheme.phpt583 array( $char_a_ring_nfd . "bcde", 2, 4, 6, "cd" ),
1128 …e" "2" graphemes - grapheme_extract starting at byte position 4 with $next = cd == cd $next=6 == 6

Completed in 45 milliseconds

123