Searched refs:fromStream (Results 1 – 10 of 10) sorted by relevance
/php-src/ext/xmlreader/tests/ |
H A D | fromStream_custom_constructor_error.phpt | 2 XMLReader::fromStream() - custom constructor with error 18 CustomXMLReader::fromStream($h, encoding: "UTF-8");
|
H A D | fromStream_legit_usage.phpt | 2 XMLReader::fromStream() - legit usage 11 $reader = XMLReader::fromStream($h, encoding: "UTF-8");
|
H A D | fromStream_broken_stream.phpt | 2 XMLReader::fromStream() - broken stream 11 $reader = XMLReader::fromStream($h, encoding: "UTF-8");
|
H A D | bug73246.phpt | 19 XMLReader::fromStream(fopen('php://memory', 'r'), encoding: "UTF\0-8"); 27 XMLReader::fromStream(): Argument #2 ($encoding) must not contain any null bytes
|
H A D | invalid_encoding.phpt | 16 XMLReader::fromStream($h, encoding: "does not exist"); 30 XMLReader::fromStream(): Argument #2 ($encoding) must be a valid character encoding
|
H A D | fromStream_custom_constructor.phpt | 2 XMLReader::fromStream() - custom constructor 20 $reader = CustomXMLReader::fromStream($h, encoding: "UTF-8");
|
H A D | libxml_global_state_entity_loader_bypass.phpt | 30 $reader = XMLReader::fromStream($stream);
|
/php-src/ext/xmlreader/ |
H A D | php_xmlreader.stub.php | 195 …public static function fromStream($stream, ?string $encoding = null, int $flags = 0, ?string $docu… function in XMLReader
|
H A D | php_xmlreader_arginfo.h | 130 ZEND_METHOD(XMLReader, fromStream); 160 ZEND_ME(XMLReader, fromStream, arginfo_class_XMLReader_fromStream, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
|
H A D | php_xmlreader.c | 982 PHP_METHOD(XMLReader, fromStream) in PHP_METHOD() argument
|
Completed in 17 milliseconds