/PHP-8.0/ext/spl/tests/ |
H A D | bug65006.phpt | 8 spl_autoload_register(array('self','load')); 10 public static function load($class) {} 15 spl_autoload_register(array('self','load')); 17 public static function load($class){} 32 string(4) "load" 39 string(4) "load"
|
/PHP-8.0/ext/dom/tests/ |
H A D | DOMDocument_load_error6.phpt | 2 Test DOMDocument::load() with invalid paths 10 $dom->load(""); 16 $dom->load("/path/with/\0/byte"); 22 var_dump($dom->load(str_repeat(" ", PHP_MAXPATHLEN + 1))); 25 DOMDocument::load(): Argument #1 ($filename) must not be empty
|
H A D | DOMDocument_load_error2.phpt | 2 Test DOMDocument::load() detects not-well formed XML 6 - XML_FILE: the xml file to load 22 Warning: DOMDocument::load%r(XML){0,1}%r(): AttValue: " or ' expected %s 24 Warning: DOMDocument::load%r(XML){0,1}%r(): attributes construct error %s 26 Warning: DOMDocument::load%r(XML){0,1}%r(): Couldn't find end of Start Tag book %s 28 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: books %s 30 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
|
H A D | DOMDocument_loadXML_error2.phpt | 6 - XML_FILE: the xml file to load 22 Warning: DOMDocument::load%r(XML){0,1}%r(): AttValue: " or ' expected %s 24 Warning: DOMDocument::load%r(XML){0,1}%r(): attributes construct error %s 26 Warning: DOMDocument::load%r(XML){0,1}%r(): Couldn't find end of Start Tag book %s 28 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: books %s 30 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
|
H A D | DOMDocument_load_error1.phpt | 2 Test DOMDocument::load() detects not-well formed XML 6 - XML_FILE: the xml file to load 22 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: title line 5 and book … 24 Warning: DOMDocument::load%r(XML){0,1}%r(): %rexpected '>'|Opening and ending tag mismatch: book li… 26 Warning: DOMDocument::load%r(XML){0,1}%r(): %rPremature end of data in tag books|EndTag: '<\/' not …
|
H A D | bug67081.phpt | 11 $domDocument->load(__DIR__ . DIRECTORY_SEPARATOR . "bug67081_0.xml"); 16 $domDocument->load(__DIR__ . DIRECTORY_SEPARATOR . "bug67081_1.xml"); 21 $domDocument->load(__DIR__ . DIRECTORY_SEPARATOR . "bug67081_2.xml"); 26 $domDocument->load(__DIR__ . DIRECTORY_SEPARATOR . "dom.xml");
|
H A D | DOMDocument_loadXML_error1.phpt | 6 - XML_FILE: the xml file to load 22 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: title line 5 and book … 24 Warning: DOMDocument::load%r(XML){0,1}%r(): %rexpected '>'|Opening and ending tag mismatch: book li… 26 Warning: DOMDocument::load%r(XML){0,1}%r(): %rPremature end of data in tag books|EndTag: '<\/' not …
|
H A D | DOMDocument_load_error4.phpt | 2 Test DOMDocument::load() detects not-well formed XML 6 - XML_FILE: the xml file to load 22 Warning: DOMDocument::load%r(XML){0,1}%r(): Unsupported version '3.1' %s
|
H A D | DOMDocument_load_variation2.phpt | 2 Test DOMDocument::load() with LIBXML_DTDVALID option 6 - XML_FILE: the xml file to load 22 Warning: DOMDocument::load%r(XML){0,1}%r(): Element book content does not follow the DTD, expecting…
|
H A D | DOMDocument_load_error3.phpt | 2 Test DOMDocument::load() detects not-well formed XML 6 - XML_FILE: the xml file to load 22 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: boOk line 8 and book %s
|
H A D | DOMDocument_load_error5.phpt | 2 Test DOMDocument::load() detects not-well formed XML 6 - XML_FILE: the xml file to load 22 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
|
H A D | DOMDocument_load_basic.phpt | 2 Test DOMDocument::load() basic behavior 6 - XML_FILE: the xml file to load
|
H A D | DOMDocument_load_variation1.phpt | 2 Test DOMDocument::load() with LIBXML_DTDLOAD option 6 - XML_FILE: the xml file to load
|
H A D | DOMDocument_loadXML_error4.phpt | 6 - XML_FILE: the xml file to load 22 Warning: DOMDocument::load%r(XML){0,1}%r(): Unsupported version '3.1' %s
|
H A D | DOMDocument_load_variation3.phpt | 2 Test DOMDocument::load() with LIBXML_DTDVALID and LIBXML_NOERROR options 7 - XML_FILE: the xml file to load
|
/PHP-8.0/ext/xsl/tests/ |
H A D | prepare.inc | 3 $dom->load(dirname(__FILE__)."/xslt.xml"); 9 $xsl->load(dirname(__FILE__)."/xslt.xsl");
|
H A D | bug26384.phpt | 8 $dom->load(__DIR__."/area_name.xml"); 14 $xsl->load(__DIR__."/area_list.xsl");
|
/PHP-8.0/Zend/tests/ |
H A D | debug_backtrace_with_include_and_this.phpt | 12 public function load($class) { 26 (new CL())->load('class://non.existent.Class'); 37 #0 %s(%d): CL->load('class://non.exi...')
|
/PHP-8.0/ext/tidy/tests/ |
H A D | 019.phpt | 31 Warning: tidy_repair_string(): Could not load configuration file "1" in %s on line %d 35 Warning: tidy_repair_string(): Could not load configuration file "" in %s on line %d 37 Warning: tidy_repair_string(): Could not load configuration file "1" in %s on line %d
|
/PHP-8.0/ext/standard/tests/serialize/ |
H A D | serialization_objects_005.phpt | 102 …was loaded _before_ unserialize() gets called or provide an autoloader to load the class definitio… 104 …was loaded _before_ unserialize() gets called or provide an autoloader to load the class definition 106 …was loaded _before_ unserialize() gets called or provide an autoloader to load the class definitio… 109 …was loaded _before_ unserialize() gets called or provide an autoloader to load the class definitio… 111 …was loaded _before_ unserialize() gets called or provide an autoloader to load the class definition 114 …was loaded _before_ unserialize() gets called or provide an autoloader to load the class definitio… 116 …was loaded _before_ unserialize() gets called or provide an autoloader to load the class definition 118 …was loaded _before_ unserialize() gets called or provide an autoloader to load the class definitio… 120 …was loaded _before_ unserialize() gets called or provide an autoloader to load the class definition 122 …was loaded _before_ unserialize() gets called or provide an autoloader to load the class definitio… [all …]
|
/PHP-8.0/ext/oci8/tests/ |
H A D | bug46994.phpt | 40 var_dump($myclob->load()); 47 var_dump($myclob->load()); 54 var_dump($myclob->load()); 58 var_dump($myclob->load()); // Use cached size code path
|
H A D | lob_temp1.phpt | 15 var_dump($blob->load()); 22 var_dump($blob->load());
|
H A D | xmltype_02.phpt | 42 <DockType>Rear load</DockType> 72 $sx = simplexml_load_string($row[0]->load()); 98 var_dump($row[0]->load()); 132 string(9) "Rear load" 154 string(9) "Rear load" 172 %sDockType>Rear load</DockType>
|
/PHP-8.0/ext/sqlite3/tests/ |
H A D | sqlite3_22_loadextension.phpt | 2 SQLite3 load extension 30 Warning: SQLite3::loadExtension(): Unable to load extension at '.%emyext.txt' in %s on line %d
|
/PHP-8.0/ext/soap/tests/bugs/ |
H A D | bug42151.phpt | 29 SOAP-ERROR: Parsing WSDL: Couldn't load from 'httpx://' : failed to load external entity "httpx://"
|