Home
last modified time | relevance | path

Searched refs:test (Results 3376 – 3400 of 4507) sorted by last modified time

1...<<131132133134135136137138139140>>...181

/PHP-5.5/ext/dom/tests/
H A DDOMComment_replaceData_basic.phpt2 Test replacing data into a DOMComment basic test
12 $comment = $dom->createComment('test-comment');
19 $comment = $dom->createComment('test-comment');
H A DDOMComment_replaceData_error1.phpt2 Test replacing data into a DOMComment basic test
13 $comment = $dom->createComment('test-comment');
H A DDOMComment_replaceData_error2.phpt2 Test replacing data into a DOMComment basic test
13 $comment = $dom->createComment('test-comment');
H A DDOMDocument_createProcessingInstruction_basic.phpt2 DomDocument::createProcessingInstruction() - basic test for DomDocument::createProcessingInstructio…
H A DDOMDocument_createProcessingInstruction_error.phpt2 DomDocument::createProcessingInstruction() - error test for DomDocument::createProcessingInstructio…
H A DDOMDocument_implementationRead_basic.phpt2 DOMDocument::DOMImplementation - basic test for DomDocument::DOMImplementation
H A DDOMDocument_loadHTMLfile_error1.phpt14 $result = $doc->loadHTMLFile(dirname(__FILE__) . "/ffff/test.html");
/PHP-5.5/ext/dba/tests/
H A Ddba_optimize.phpt10 require_once(dirname(__FILE__) .'/test.inc');
H A Ddba_qdbm.phpt2 DBA QDBM handler test
11 require_once dirname(__FILE__) .'/test.inc';
H A Ddba_tcadb.phpt2 DBA TCADB handler test
H A Ddba_handlers.phpt12 require_once(dirname(__FILE__) .'/test.inc');
H A Ddba_inifile.phpt2 DBA INIFILE handler test
11 require_once dirname(__FILE__) .'/test.inc';
H A Ddba_ndbm.phpt2 DBA NDBM handler test
11 require_once dirname(__FILE__) .'/test.inc';
H A Ddba_sync.phpt10 require_once(dirname(__FILE__) .'/test.inc');
H A Dbug36436.phpt12 require_once(dirname(__FILE__) .'/test.inc');
H A Dbug48240.phpt12 require_once(dirname(__FILE__) .'/test.inc');
H A Dbug49125.phpt14 require_once(dirname(__FILE__) .'/test.inc');
H A Dclean.inc2 $db_filename = dirname(__FILE__) .'/test0.dbm'; // see test.inc
H A Ddba002.phpt10 require_once(dirname(__FILE__) .'/test.inc');
13 dba_insert("key1", "This is a test insert", $db_file);
26 This is a test insert
H A Ddba003.phpt10 require_once(dirname(__FILE__) .'/test.inc');
13 dba_insert("key1", "This is a test insert", $db_file);
H A Ddba_cdb_make.phpt2 DBA CDB_MAKE handler test
12 require_once(dirname(__FILE__) .'/test.inc');
14 // print md5 checksum of test.cdb which is generated by cdb_make program
15 var_dump(md5_file(dirname(__FILE__).'/test.cdb'));
28 // no need to test created database: this is done by dba_cdb_read.phpt
H A Ddba_cdb_read.phpt2 DBA CDB handler test (read only)
12 $db_file = dirname(__FILE__).'/test.cdb';
H A Ddba_db1.phpt2 DBA DB1 handler test
11 require_once dirname(__FILE__) .'/test.inc';
H A Ddba_db2.phpt2 DBA DB2 handler test
11 require_once dirname(__FILE__) .'/test.inc';
/PHP-5.5/ext/dom/
H A Dconfig.m48 if test -z "$PHP_LIBXML_DIR"; then
13 if test "$PHP_DOM" != "no"; then
15 if test "$PHP_LIBXML" = "no"; then

Completed in 33 milliseconds

1...<<131132133134135136137138139140>>...181