Home
last modified time | relevance | path

Searched refs:nd (Results 1 – 25 of 113) sorted by path

12345

/php-src/Zend/tests/
H A Dbug55305.phpt2 Bug #55305 (ref lost: 1st ref instantiated in class def, 2nd ref made w/o instantiating)
H A Dbug70547.phpt24 $arg2 = "2nd";
36 string(3) "2nd"
46 string(3) "2nd"
53 string(3) "2nd"
60 string(3) "2nd"
70 string(3) "2nd"
80 string(3) "2nd"
/php-src/Zend/
H A Dzend_strtod.c2324 nd = bc->nd;
2760 k = nd < DBL_DIG + 2 ? nd : DBL_DIG + 2;
2990 bc.nd = nd - nz1;
3111 if (bc.nd > nd && i <= 0) {
3295 if (bc.nd >nd) {
3312 if (bc.nd >nd) {
3328 if (bc.nd > nd)
3362 if (bc.nd >nd) {
3382 if (bc.nd >nd) {
3483 if (bc.nd >nd) {
[all …]
/php-src/ext/date/lib/
H A Dparse_date.re515 …if (!timelib_strncasecmp(*ptr, "nd", 2) || !timelib_strncasecmp(*ptr, "rd", 2) ||!timelib_strncase…
1036 daysuf = "st" | "nd" | "rd" | "th";
/php-src/ext/date/tests/
H A D003.phpt16 string(3) "2nd"
36 string(4) "22nd"
H A Dbug51994.phpt5 $trans_date = '10153'; // 152nd day of year 2010 -> 03.06.2010
H A Dbug70245.phpt2 Bug #70245 (strtotime does not emit warning when 2nd parameter is object or string)
H A Dbug73460-002.phpt8 //DST starts Apr. 2nd 02:00 and moves to 03:00
/php-src/ext/dba/tests/
H A Ddba015.phpt45 echo "Test 5 - close 2nd resource\n";
50 echo "Test 6 - query after closing 2nd resource\n";
71 Test 5 - close 2nd resource
74 Test 6 - query after closing 2nd resource
H A Ddba_cdb_creation_matrix.phpt76 Mode parameter is "nd":
133 Mode parameter is "nd":
190 Mode parameter is "nd":
H A Ddba_db1.phpt54 Fetch "key2": Content 2 replaced 2nd time
64 string(27) "Content 2 replaced 2nd time"
H A Ddba_db2.phpt54 Fetch "key2": Content 2 replaced 2nd time
64 string(27) "Content 2 replaced 2nd time"
H A Ddba_db3.phpt54 Fetch "key2": Content 2 replaced 2nd time
64 string(27) "Content 2 replaced 2nd time"
H A Ddba_db4_000.phpt55 Fetch "key2": Content 2 replaced 2nd time
65 string(27) "Content 2 replaced 2nd time"
H A Ddba_db4_018.phpt45 echo "Test 5 - close 2nd resource\n";
50 echo "Test 6 - query after closing 2nd resource\n";
71 Test 5 - close 2nd resource
74 Test 6 - query after closing 2nd resource
H A Ddba_db4_creation_matrix.phpt68 Mode parameter is "nd":
109 Mode parameter is "nd":
166 Mode parameter is "nd":
H A Ddba_dbm.phpt41 Fetch "key2": Content 2 replaced 2nd time
47 string(27) "Content 2 replaced 2nd time"
H A Ddba_flatfile.phpt54 Fetch "key2": Content 2 replaced 2nd time
64 string(27) "Content 2 replaced 2nd time"
H A Ddba_flatfile_creation_matrix.phpt68 Mode parameter is "nd":
109 Mode parameter is "nd":
150 Mode parameter is "nd":
H A Ddba_gdbm.phpt60 Fetch "key2": Content 2 replaced 2nd time
72 string(27) "Content 2 replaced 2nd time"
106 Fetch "key2": Content 2 replaced 2nd time
116 string(27) "Content 2 replaced 2nd time"
H A Ddba_gdbm_creation_matrix.phpt78 Mode parameter is "nd":
133 Mode parameter is "nd":
200 Mode parameter is "nd":
H A Ddba_inifile.phpt57 Fetch "key2": Content 2 replaced 2nd time
71 string(27) "Content 2 replaced 2nd time"
H A Ddba_inifile_creation_matrix.phpt68 Mode parameter is "nd":
109 Mode parameter is "nd":
150 Mode parameter is "nd":
H A Ddba_lmdb.phpt62 Fetch "key2": Content 2 replaced 2nd time
74 string(27) "Content 2 replaced 2nd time"
110 Fetch "key2": Content 2 replaced 2nd time
120 string(27) "Content 2 replaced 2nd time"
H A Ddba_lmdb_creation_matrix.phpt72 Mode parameter is "nd":
127 Mode parameter is "nd":
196 Mode parameter is "nd":

Completed in 39 milliseconds

12345