/php-src/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 26 DOMDocument::load(): Argument #1 ($filename) must not contain any null bytes
|
H A D | DOMDocument_load_error2_pre2_11.phpt | 2 Test DOMDocument::load() detects not-well formed XML 10 - XML_FILE: the xml file to load 24 Warning: DOMDocument::load%r(XML){0,1}%r(): AttValue: " or ' expected %s 26 Warning: DOMDocument::load%r(XML){0,1}%r(): attributes construct error %s 28 Warning: DOMDocument::load%r(XML){0,1}%r(): Couldn't find end of Start Tag book %s 30 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: books %s 32 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
|
H A D | DOMDocument_load_error2_gte2_11.phpt | 2 Test DOMDocument::load() detects not-well formed 10 - XML_FILE: the xml file to load 24 Warning: DOMDocument::load(): AttValue: " or ' expected in %s on line %d 26 Warning: DOMDocument::load(): internal error: xmlParseStartTag: problem parsing attributes in %s on… 28 Warning: DOMDocument::load(): Couldn't find end of Start Tag book line 4 in %s on line %d 30 Warning: DOMDocument::load(): Opening and ending tag mismatch: books line 3 and book in %s on line … 32 Warning: DOMDocument::load(): Extra content at the end of the document in %s on line %d
|
H A D | DOMDocument_load_error2_gte2_12.phpt | 2 Test DOMDocument::load() detects not-well formed 10 - XML_FILE: the xml file to load 24 Warning: DOMDocument::load(): AttValue: " or ' expected in %s on line %d 26 Warning: DOMDocument::load():%sattributes%s 28 Warning: DOMDocument::load(): Couldn't find end of Start Tag book line 4 in %s on line %d 30 Warning: DOMDocument::load(): Opening and ending tag mismatch: books line 3 and book in %s on line …
|
H A D | DOMDocument_loadXML_error2_pre2_11.phpt | 10 - XML_FILE: the xml file to load 24 Warning: DOMDocument::load%r(XML){0,1}%r(): AttValue: " or ' expected %s 26 Warning: DOMDocument::load%r(XML){0,1}%r(): attributes construct error %s 28 Warning: DOMDocument::load%r(XML){0,1}%r(): Couldn't find end of Start Tag book %s 30 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: books %s 32 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 10 - XML_FILE: the xml file to load 24 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: title line 5 and book … 26 Warning: DOMDocument::load%r(XML){0,1}%r(): %rexpected '>'|Opening and ending tag mismatch: book li… 28 Warning: DOMDocument::load%r(XML){0,1}%r(): %rPremature end of data in tag books|EndTag: '<\/' not …
|
H A D | DOMDocument_load_error1_gte2_12.phpt | 2 Test DOMDocument::load() detects not-well formed XML 10 - XML_FILE: the xml file to load 24 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: title line 5 and book … 26 Warning: DOMDocument::load%r(XML){0,1}%r(): %rexpected '>'|Opening and ending tag mismatch: book li…
|
H A D | bug67081.phpt | 9 $domDocument->load(__DIR__ . DIRECTORY_SEPARATOR . "bug67081_0.xml"); 14 $domDocument->load(__DIR__ . DIRECTORY_SEPARATOR . "bug67081_1.xml"); 19 $domDocument->load(__DIR__ . DIRECTORY_SEPARATOR . "bug67081_2.xml"); 24 $domDocument->load(__DIR__ . DIRECTORY_SEPARATOR . "dom.xml");
|
H A D | DOMDocument_load_error4.phpt | 2 Test DOMDocument::load() detects not-well formed XML 6 - XML_FILE: the xml file to load 20 Warning: DOMDocument::load%r(XML){0,1}%r(): Unsupported version '3.1' %s
|
H A D | DOMDocument_loadXML_error1.phpt | 10 - XML_FILE: the xml file to load 24 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: title line 5 and book … 26 Warning: DOMDocument::load%r(XML){0,1}%r(): %rexpected '>'|Opening and ending tag mismatch: book li… 28 Warning: DOMDocument::load%r(XML){0,1}%r(): %rPremature end of data in tag books|EndTag: '<\/' not …
|
H A D | DOMDocument_load_error3.phpt | 2 Test DOMDocument::load() detects not-well formed XML 6 - XML_FILE: the xml file to load 20 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 20 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
|
H A D | DOMDocument_load_variation2.phpt | 2 Test DOMDocument::load() with LIBXML_DTDVALID option 6 - XML_FILE: the xml file to load 20 Warning: DOMDocument::load%r(XML){0,1}%r(): Element book content does not follow the DTD, expecting…
|
H A D | DOMDocument_loadXML_error1_gte2_12.phpt | 10 - XML_FILE: the xml file to load 24 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: title line 5 and book … 26 Warning: DOMDocument::load%r(XML){0,1}%r(): %rexpected '>'|Opening and ending tag mismatch: book li…
|
H A D | DOMDocument_load_basic.phpt | 2 Test DOMDocument::load() basic behavior 6 - XML_FILE: the xml file to load
|
/php-src/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){} 35 string(4) "load" 42 string(4) "load"
|
/php-src/ext/ffi/tests/ |
H A D | ffi_load_error.phpt | 2 Test that FFI::load returns a detailed error when failing to load a shared library 10 FFI::load(__DIR__ . "/ffi_load_error.h");
|
H A D | gh14215.phpt | 2 GH-14215 (Cannot use FFI::load on CRLF header file with apache2handler) 18 $ffi = FFI::load($header_path);
|
/php-src/ext/tidy/tests/ |
H A D | parsing_inexistent_file.phpt | 20 Warning: tidy::parseFile(): Cannot load "does_not_exist.html" into memory in %s on line %d 23 Warning: tidy_parse_file(): Cannot load "does_not_exist.html" into memory in %s on line %d 25 Cannot load "does_not_exist.html" into memory
|
H A D | 019.phpt | 31 Warning: tidy_repair_string(): Could not load the Tidy configuration file "1" in %s on line %d 35 Warning: tidy_repair_string(): Could not load the Tidy configuration file "" in %s on line %d 37 Warning: tidy_repair_string(): Could not load the Tidy configuration file "1" in %s on line %d
|
/php-src/Zend/asm/ |
H A D | jump_i386_ms_pe_masm.asm | 39 ; load NT_TIB into ECX 42 ; load fiber local storage 45 ; load current deallocation stack 48 ; load current stack limit 51 ; load current stack base 54 ; load current SEH exception list 80 ; load NT_TIB into EDX
|
/php-src/ext/pdo_sqlite/tests/subclasses/ |
H A D | pdosqlite_load_extension_failure.phpt | 2 Pdo\Sqlite load extension 41 Unable to load extension "/this/does/not_exist" 43 Unable to load extension "%a"
|
/php-src/ext/xsl/tests/ |
H A D | prepare.inc | 3 $dom->load(dirname(__FILE__)."/xslt.xml"); 9 $xsl->load(dirname(__FILE__)."/xslt.xsl");
|
/php-src/Zend/tests/ |
H A D | debug_backtrace_with_include_and_this.phpt | 13 public function load($class) { 27 (new CL())->load('class://non.existent.Class'); 38 #0 %s(%d): CL->load('class://non.exi...')
|
/php-src/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 …]
|