Home
last modified time | relevance | path

Searched refs:same (Results 226 – 250 of 377) sorted by relevance

12345678910>>...16

/PHP-5.5/ext/mbstring/tests/
H A Dmb_encode_mimeheader_basic3.phpt23 //All strings are the same when displayed in their respective encodings
H A Dmb_substr_variation7.phpt48 if (strlen($a) == mb_strlen($b, 'UTF-8')) { // should return same length
H A Dmb_encode_mimeheader_basic2.phpt23 //All strings are the same when displayed in their respective encodings
H A Dmb_substr_variation4.phpt42 if (strlen($a) == mb_strlen($b, 'UTF-8')) { // should return same length
H A Dmb_substr_variation5.phpt43 if (strlen($a) == mb_strlen($b, 'UTF-8')) { // should return same length
H A Dmb_substr_variation6.phpt47 if (strlen($a) == mb_strlen($b, 'UTF-8')) { // should return same length
H A Dmb_convert_encoding_basic.phpt21 //All strings are the same when displayed in their respective encodings
/PHP-5.5/ext/mysql/tests/
H A Dmysql_pconn_disable.phpt34 printf("[004] Looks like the second call to pconnect() did not give us the same connection.\n");
H A Dmysql_pconn_reuse.phpt45 printf("[004] Looks like the second call to pconnect() did not give us the same connection.\n");
/PHP-5.5/ext/standard/tests/array/
H A Duasort_variation3.phpt19 * Return value : 0 - if both values are same
H A Duasort_variation4.phpt18 * Return value : 0 - if both values are same
H A Duasort_variation5.phpt18 * Return value : 0 - if both values are same
H A Darray_intersect_assoc_variation6.phpt75 // additional argument passed is the same as $arr1 argument
H A Darray_intersect_variation6.phpt72 // additional argument passed is the same as $arr1 argument
H A Duasort_error.phpt15 * Return value : 0 - if both values are same
H A Duasort_object1.phpt20 * Return value : 0 - if both values are same
/PHP-5.5/ext/oci8/tests/
H A Dlob_022.phpt2 fetching the same lob several times
/PHP-5.5/ext/date/tests/
H A Dbug27780.phpt6 die("skip. Not the same TZ on windows.");
/PHP-5.5/Zend/RFCs/
H A D003.txt17 correct type and reduce the need for duplicating the same code in
/PHP-5.5/ext/standard/tests/strings/
H A Dimplode1.phpt7 array elements in the same order, with the glue string between each element.
50 /* loop through to display a string containing all the array $pieces in the same order,
/PHP-5.5/ext/spl/tests/
H A DSplFileObject_fputcsv_variation7.phpt2 Test fputcsv() : usage variations - with different delimiter and same enclosure
7 Testing fputcsv() to write to a file when enclosure is same but delimiter is different from those
11 echo "*** Testing fputcsv() : with different delimiter and same enclosure ***\n";
71 *** Testing fputcsv() : with different delimiter and same enclosure ***
H A DSplFileObject_fputcsv_variation8.phpt2 Test fputcsv() : usage variations - with same delimiter and different enclosure
7 Testing fputcsv() to write to a file when delimiter is same but enclosure is different from those
11 echo "*** Testing fputcsv() : with same delimiter and different enclosure ***\n";
71 *** Testing fputcsv() : with same delimiter and different enclosure ***
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput15120 /--- This should fail, as a null name is the same as no name ---/
5153 /--- An empty name does not pass back an empty string. It is the same as if no
5335 /---- OK, lets play the same game again using SKIP instead of PRUNE. ----/
5693 /(?P<same>a)(?P<same>b)/gJ
5696 /(?P<same>a)(?P<same>b)(?P=same)/gJ
5699 /(?P=same)?(?P<same>a)(?P<same>b)/gJ
5702 /(?:(?P=same)?(?:(?P<same>a)|(?P<same>b))(?P=same))+/gJ
5705 /(?:(?P=same)?(?:(?P=same)(?P<same>a)(?P=same)|(?P=same)?(?P<same>b)(?P=same)){2}(?P=same)(?P<same>…
/PHP-5.5/ext/pdo/
H A DTODO25 with the same meanings as those options from oci8.
/PHP-5.5/ext/spl/internal/
H A Dappenditerator.inc73 /* Using $this->valid() would be exactly the same; it would omit

Completed in 50 milliseconds

12345678910>>...16