Home
last modified time | relevance | path

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

123456

/PHP-5.5/ext/dba/tests/
H A Ddba_db1.phpt22 Failed to write "key number 6" 2nd time
23 Content 2 replaced 2nd time
29 string(27) "Content 2 replaced 2nd time"
39 Failed to write "key number 6" 2nd time
40 Content 2 replaced 2nd time
46 string(27) "Content 2 replaced 2nd time"
H A Ddba_db2.phpt22 Failed to write "key number 6" 2nd time
23 Content 2 replaced 2nd time
29 string(27) "Content 2 replaced 2nd time"
39 Failed to write "key number 6" 2nd time
40 Content 2 replaced 2nd time
46 string(27) "Content 2 replaced 2nd time"
H A Ddba_db3.phpt22 Failed to write "key number 6" 2nd time
23 Content 2 replaced 2nd time
29 string(27) "Content 2 replaced 2nd time"
39 Failed to write "key number 6" 2nd time
40 Content 2 replaced 2nd time
46 string(27) "Content 2 replaced 2nd time"
H A Ddba_db4_000.phpt26 Failed to write "key number 6" 2nd time
27 Content 2 replaced 2nd time
33 string(27) "Content 2 replaced 2nd time"
43 Failed to write "key number 6" 2nd time
44 Content 2 replaced 2nd time
50 string(27) "Content 2 replaced 2nd time"
H A Ddba_dbm.phpt22 Failed to write "key number 6" 2nd time
23 Content 2 replaced 2nd time
29 string(27) "Content 2 replaced 2nd time"
39 Failed to write "key number 6" 2nd time
40 Content 2 replaced 2nd time
46 string(27) "Content 2 replaced 2nd time"
H A Ddba_flatfile.phpt26 Failed to write "key number 6" 2nd time
27 Content 2 replaced 2nd time
33 string(27) "Content 2 replaced 2nd time"
43 Failed to write "key number 6" 2nd time
44 Content 2 replaced 2nd time
50 string(27) "Content 2 replaced 2nd time"
H A Ddba_inifile.phpt22 Failed to write "key number 6" 2nd time
23 Content 2 replaced 2nd time
29 string(27) "Content 2 replaced 2nd time"
39 Failed to write "key number 6" 2nd time
40 Content 2 replaced 2nd time
46 string(27) "Content 2 replaced 2nd time"
H A Ddba_ndbm.phpt22 Failed to write "key number 6" 2nd time
23 Content 2 replaced 2nd time
29 string(27) "Content 2 replaced 2nd time"
39 Failed to write "key number 6" 2nd time
40 Content 2 replaced 2nd time
46 string(27) "Content 2 replaced 2nd time"
H A Ddba_tcadb.phpt26 Failed to write "key number 6" 2nd time
27 Content 2 replaced 2nd time
33 string(27) "Content 2 replaced 2nd time"
43 Failed to write "key number 6" 2nd time
44 Content 2 replaced 2nd time
50 string(27) "Content 2 replaced 2nd time"
H A Ddba_gdbm.phpt25 Failed to write "key number 6" 2nd time
26 Content 2 replaced 2nd time
32 string(27) "Content 2 replaced 2nd time"
H A Ddba_qdbm.phpt23 Failed to write "key number 6" 2nd time
24 Content 2 replaced 2nd time
30 string(27) "Content 2 replaced 2nd time"
H A Ddba_db4_018.phpt41 echo "Test 5 - close 2nd resource\n";
46 echo "Test 6 - query after closing 2nd resource\n";
70 Test 5 - close 2nd resource
73 Test 6 - query after closing 2nd resource
H A Ddba015.phpt41 echo "Test 5 - close 2nd resource\n";
46 echo "Test 6 - query after closing 2nd resource\n";
70 Test 5 - close 2nd resource
73 Test 6 - query after closing 2nd resource
H A Ddba_handler.inc55 echo '"key number 6" written 2nd time' . "\n";
57 echo 'Failed to write "key number 6" 2nd time' . "\n";
59 dba_replace("key2", "Content 2 replaced 2nd time", $db_writer);
/PHP-5.5/ext/oci8/tests/
H A Dbug51291_1.phpt15 echo "2nd call\n";
24 echo "2nd call\n";
34 echo "2nd call\n";
44 echo "2nd call\n";
156 2nd call
183 2nd call
210 2nd call
235 2nd call
263 2nd call after oci_rollback
291 2nd call after successful execute
[all …]
H A Dbug51291_2.phpt13 echo "\nTest 1 - Execute - after successful 2nd query with same statement\n";
29 echo "2nd call after successful execute\n";
37 Test 1 - Execute - after successful 2nd query with same statement
52 2nd call after successful execute
H A Dfetch_object_1.phpt19 "insert into fetch_object_tab values (456, '2nd row col2 string', '2 more text')",
96 string(19) "2nd row col2 string"
113 2nd row col2 string
H A Dfetch_object.phpt19 "insert into fetch_object_tab values (456, '2nd row col2 string', '2 more text')",
96 %unicode|string%(19) "2nd row col2 string"
113 2nd row col2 string
/PHP-5.5/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-5.5/ext/pgsql/tests/
H A D80_bug14383.phpt28 Content 2 replaced 2nd time
34 string(27) "Content 2 replaced 2nd time"
43 Content 2 replaced 2nd time
49 string(27) "Content 2 replaced 2nd time"
/PHP-5.5/tests/classes/
H A Diterators_004.phpt18 echo "2nd try\n";
41 case 1: return "2nd";
58 2nd try
H A Diterators_006.phpt59 echo "===2nd===\n";
79 ===2nd===
/PHP-5.5/Zend/tests/
H A Dbug47320.phpt8 if (!@substr('no 2nd parameter')) {
13 if (!@strpos('no 2nd parameter')) {
/PHP-5.5/ext/date/tests/
H A D003.phpt16 string(3) "2nd"
36 string(4) "22nd"
/PHP-5.5/ext/standard/tests/serialize/
H A Dprecision.phpt19 "0200000000000000", //2nd minumum subnormal double
21 "fefffffffffff000", //2nd maximum subnormal double

Completed in 25 milliseconds

123456