Home
last modified time | relevance | path

Searched refs:fromStream (Results 1 – 10 of 10) sorted by relevance

/php-src/ext/xmlreader/tests/
H A DfromStream_custom_constructor_error.phpt2 XMLReader::fromStream() - custom constructor with error
18 CustomXMLReader::fromStream($h, encoding: "UTF-8");
H A DfromStream_legit_usage.phpt2 XMLReader::fromStream() - legit usage
11 $reader = XMLReader::fromStream($h, encoding: "UTF-8");
H A DfromStream_broken_stream.phpt2 XMLReader::fromStream() - broken stream
11 $reader = XMLReader::fromStream($h, encoding: "UTF-8");
H A Dbug73246.phpt19 XMLReader::fromStream(fopen('php://memory', 'r'), encoding: "UTF\0-8");
27 XMLReader::fromStream(): Argument #2 ($encoding) must not contain any null bytes
H A Dinvalid_encoding.phpt16 XMLReader::fromStream($h, encoding: "does not exist");
30 XMLReader::fromStream(): Argument #2 ($encoding) must be a valid character encoding
H A DfromStream_custom_constructor.phpt2 XMLReader::fromStream() - custom constructor
20 $reader = CustomXMLReader::fromStream($h, encoding: "UTF-8");
H A Dlibxml_global_state_entity_loader_bypass.phpt30 $reader = XMLReader::fromStream($stream);
/php-src/ext/xmlreader/
H A Dphp_xmlreader.stub.php195 …public static function fromStream($stream, ?string $encoding = null, int $flags = 0, ?string $docu… function in XMLReader
H A Dphp_xmlreader_arginfo.h130 ZEND_METHOD(XMLReader, fromStream);
160 ZEND_ME(XMLReader, fromStream, arginfo_class_XMLReader_fromStream, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
H A Dphp_xmlreader.c982 PHP_METHOD(XMLReader, fromStream) in PHP_METHOD() argument

Completed in 21 milliseconds