Searched refs:load (Results 1 - 9 of 9) sorted by relevance
| /PHP_TRUNK/ext/dom/examples/ |
| H A D | note.php | 4 $dom->load('note.xml'); 12 $dom->load('note-invalid.xml');
|
| H A D | relaxNG.php | 4 $dom->load('relaxNG.xml');
|
| H A D | shipping.php | 4 $dom->load('shipping.xml');
|
| /PHP_TRUNK/ext/simplexml/examples/ |
| H A D | interop.php | 3 $dom->load("book.xml");
|
| /PHP_TRUNK/ext/spl/examples/ |
| H A D | autoload.inc | 13 * Tries to load class $classname from directory $dir.
|
| /PHP_TRUNK/ext/dom/ |
| H A D | document.c | 214 PHP_ME(domdocument, load, arginfo_dom_document_load, ZEND_ACC_PUBLIC|ZEND_ACC_ALLOW_STATIC) 1722 URL: http://www.w3.org/TR/DOM-Level-3-LS/load-save.html#LS-DocumentLS-load 1725 PHP_METHOD(domdocument, load) 1732 URL: http://www.w3.org/TR/DOM-Level-3-LS/load-save.html#LS-DocumentLS-loadXML 1785 URL: http://www.w3.org/TR/DOM-Level-3-LS/load-save.html#LS-DocumentLS-saveXML
|
| H A D | dom_fe.h | 127 PHP_METHOD(domdocument, load);
|
| /PHP_TRUNK/ext/oci8/ |
| H A D | oci8.c | 976 PHP_FALIAS(load, oci_lob_load, arginfo_oci_lob_load_method) 1922 /* If we got a pconnection stub, then 'load'(OCISessionGet) the real connection from its
|
| /PHP_TRUNK/ext/standard/ |
| H A D | basic_functions.c | 6065 double load[3]; local 6071 if (getloadavg(load, 3) == -1) { 6075 add_index_double(return_value, 0, load[0]); 6076 add_index_double(return_value, 1, load[1]); 6077 add_index_double(return_value, 2, load[2]);
|
Completed in 40 milliseconds