Home
last modified time | relevance | path

Searched refs:attributeCount (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/xmlreader/tests/
H A Dvirtual_properties2.phpt10 var_dump(isset($reader->attributeCount));
11 var_dump(empty($reader->attributeCount));
12 var_dump(property_exists($reader, "attributeCount"));
H A Dvirtual_properties3.phpt16 unset($reader->attributeCount);
50 Cannot unset MyXMLReader::$attributeCount
H A Dvar_dump.phpt14 ["attributeCount"]=>
H A DfromString_custom_constructor.phpt30 ["attributeCount"]=>
H A DfromStream_custom_constructor.phpt36 ["attributeCount"]=>
/php-src/ext/xmlreader/
H A Dphp_xmlreader.stub.php103 public int $attributeCount; variable in XMLReader

Completed in 22 milliseconds