Home
last modified time | relevance | path

Searched refs:load (Results 51 – 75 of 175) sorted by relevance

1234567

/PHP-5.5/ext/oci8/tests/
H A Ddefine3.phpt28 $data = $fileimage->load();
47 echo "file md5:" . md5($f->load()) . "\n";
75 echo "file md5:" . md5($fid->load()) . "\n";
H A Dlob_017.phpt47 var_dump($row['LOB_1']->load());
48 var_dump($row['LOB_2']->load());
/PHP-5.5/ext/xml/tests/
H A Dskipif.inc2 // DO NOT dl load extension
/PHP-5.5/ext/dom/tests/
H A DDOMNode_getLineNo_basic.phpt11 $doc->load($file);
H A DDOMDocument_implementationRead_basic.phpt12 $doc->load(dirname(__FILE__)."/book.xml");
H A DDOMDocument_schemaValidate_basic.phpt13 $doc->load(dirname(__FILE__)."/book.xml");
H A DDOMNode_getNodePath_basic.phpt11 $doc->load($file);
H A DDOMDocument_schemaValidateSource_basic.phpt13 $doc->load(dirname(__FILE__)."/book.xml");
H A DDOMDocument_strictErrorChecking_basic.phpt12 $doc->load(dirname(__FILE__)."/book.xml");
H A Dbug37456.phpt10 $doc->load(dirname(__FILE__)."/dom.xml");
H A DDOMDocument_preserveWhiteSpace_basic.phpt12 $doc->load(dirname(__FILE__)."/book.xml");
H A DDOMDocument_schemaValidateSource_error4.phpt13 $doc->load(dirname(__FILE__)."/book.xml");
H A DDOMDocument_schemaValidate_error4.phpt13 $doc->load(dirname(__FILE__)."/book.xml");
H A DDOMDocument_schemaValidateSource_error3.phpt13 $doc->load(dirname(__FILE__)."/book.xml");
H A DDOMDocument_schemaValidate_error3.phpt13 $doc->load(dirname(__FILE__)."/book.xml");
H A DDOMDocument_schemaValidateSource_addAttrs.phpt12 $doc->load(dirname(__FILE__)."/book-attr.xml");
H A DDOMDocument_schemaValidate_missingAttrs.phpt12 $doc->load(dirname(__FILE__)."/book-attr.xml");
H A DDOMDocument_schemaValidateSource_missingAttrs.phpt12 $doc->load(dirname(__FILE__)."/book-attr.xml");
H A DDOMDocument_schemaValidate_addAttrs.phpt12 $doc->load(dirname(__FILE__)."/book-attr.xml");
H A Dbug38949.phpt9 $doc->load(dirname(__FILE__)."/nsdoc.xml");
/PHP-5.5/ext/simplexml/examples/
H A Dinterop.php3 $dom->load("book.xml");
/PHP-5.5/ext/zlib/
H A Dzlib_win32_howto.txt12 Start Visual Studio, load php_modules.dsw, select the ZLIB projects, and build
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug44811.phpt17 SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://slashdot.org' : %s
/PHP-5.5/Zend/tests/
H A Dbug37138.phpt2 Bug #37138 (__autoload tries to load callback'ed self and parent)
/PHP-5.5/ext/standard/tests/network/
H A Dhttp-stream.phpt19 $e = $d->load("http://127.0.0.1:12342/news.rss");

Completed in 21 milliseconds

1234567