Home
last modified time | relevance | path

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

12345

/php-src/Zend/tests/
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"
H A Dbug55305.phpt2 Bug #55305 (ref lost: 1st ref instantiated in class def, 2nd ref made w/o instantiating)
/php-src/sapi/cli/tests/
H A D003-2.phpt2 defining INI options with -d (as 2nd arg)
15 var_dump(`$php -nd max_execution_time=111 -r 'var_dump(ini_get("max_execution_time"));'`);
16 var_dump(`$php -nd max_execution_time=500 -r 'var_dump(ini_get("max_execution_time"));'`);
/php-src/tests/classes/
H A Diterators_004.phpt16 echo "2nd try\n";
39 case 1: return "2nd";
56 2nd try
H A Diterators_006.phpt58 echo "===2nd===\n";
77 ===2nd===
/php-src/ext/dba/tests/
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 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_dbm.phpt41 Fetch "key2": Content 2 replaced 2nd time
47 string(27) "Content 2 replaced 2nd time"
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_qdbm.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_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_ndbm.phpt61 Fetch "key2": Content 2 replaced 2nd time
73 string(27) "Content 2 replaced 2nd time"
107 Fetch "key2": Content 2 replaced 2nd time
117 string(27) "Content 2 replaced 2nd time"
H A Ddba_db1.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_flatfile.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_tcadb.phpt55 Fetch "key2": Content 2 replaced 2nd time
65 string(27) "Content 2 replaced 2nd time"
H A Ddba_inifile.phpt57 Fetch "key2": Content 2 replaced 2nd time
71 string(27) "Content 2 replaced 2nd time"
/php-src/ext/date/tests/
H A D003.phpt16 string(3) "2nd"
36 string(4) "22nd"
H A Dbug70245.phpt2 Bug #70245 (strtotime does not emit warning when 2nd parameter is object or string)
H A Dbug51994.phpt5 $trans_date = '10153'; // 152nd day of year 2010 -> 03.06.2010
/php-src/Zend/
H A Dzend_strtod.c2328 nd = bc->nd;
2764 k = nd < DBL_DIG + 2 ? nd : DBL_DIG + 2;
2994 bc.nd = nd - nz1;
3115 if (bc.nd > nd && i <= 0) {
3299 if (bc.nd >nd) {
3316 if (bc.nd >nd) {
3332 if (bc.nd > nd)
3366 if (bc.nd >nd) {
3386 if (bc.nd >nd) {
3487 if (bc.nd >nd) {
[all …]
/php-src/ext/xml/tests/
H A Dset_element_handler_trampoline_errors.phpt27 echo "2nd arg is rubbish:\n";
43 2nd arg is rubbish:
/php-src/ext/standard/tests/serialize/
H A Dprecision.phpt20 "0200000000000000", //2nd minimum subnormal double
22 "fefffffffffff000", //2nd maximum subnormal double

Completed in 60 milliseconds

12345