Home
last modified time | relevance | path

Searched refs:attribute (Results 101 – 125 of 288) sorted by relevance

12345678910>>...12

/php-src/ext/soap/tests/schema/
H A Dschema083.phpt13 <attribute ref="enc12:itemType" wsdl:itemType="int"/>
14 <attribute ref="enc12:arraySize" wsdl:arraySize="*"/>
/php-src/ext/dom/tests/modern/spec/
H A DNode_lookupPrefix.phpt28 echo "--- NULL case because xmlns attribute not in xmlns namespace ---\n";
52 --- NULL case because xmlns attribute not in xmlns namespace ---
H A Dserialize_xml_attribute.phpt2 Serialize XML attribute
/php-src/ext/dom/tests/modern/html/parser/
H A Dpredefined_namespaces.phpt34 foreach ($node->attributes as $attribute) {
35 echo " Attribute: ", $attribute->nodeName, " ", $attribute->namespaceURI ?? "(NONE)", "\n";
/php-src/Zend/tests/readonly_classes/
H A Dreadonly_class_dynamic_property_attribute.phpt2 Readonly classes cannot apply the #[AllowDynamicProperties] attribute
/php-src/Zend/tests/type_declarations/variance/
H A Dreturn_type_will_change_class_error.phpt2 Test that the ReturnTypeWillChange attribute cannot target classes
H A Dreturn_type_will_change_function_error.phpt2 Test that the ReturnTypeWillChange attribute cannot target functions
H A Dreturn_type_will_change_property_error.phpt2 Test that the ReturnTypeWillChange attribute cannot be used with functions
/php-src/ext/reflection/tests/
H A Dbug37816.phpt2 Bug #37816 (ReflectionProperty does not throw exception when accessing protected attribute)
H A Dgh12908.phpt2 GH-12908 (Show attribute name/class in ReflectionAttribute dump)
/php-src/Zend/tests/attributes/
H A D022_attribute_flags_value_is_validated.phpt20 Invalid attribute flags specified
H A D027_trailing_comma_args.phpt2 Trailing comma in attribute argument list
H A D018_fatal_error_in_argument.phpt2 Don't free uninitialized memory if a fatal error occurs in an attribute argument
/php-src/Zend/tests/attributes/override/
H A D003.phpt16 Fatal error: C::c() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D022.phpt16 Fatal error: C::c() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D021.phpt19 Fatal error: C::__construct() has #[\Override] attribute, but no matching parent method exists in %…
H A D014.phpt18 Fatal error: E::e() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D017.phpt21 Fatal error: C::t() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D008.phpt19 Fatal error: Foo::t() has #[\Override] attribute, but no matching parent method exists in %s on lin…
H A Dgh12189_5.phpt2 #[Override] attribute in trait does not check for parent class implementations (Variant with abstra…
/php-src/ext/pdo/tests/
H A Dbug_44159.phpt46 TypeError: Attribute value must be of type bool for selected attribute, null given
48 TypeError: Attribute value must be of type bool for selected attribute, string given
/php-src/ext/tidy/tests/
H A D036.phpt54 $node->attribute = [];
74 Cannot modify readonly property tidyNode::$attribute
/php-src/ext/simplexml/tests/
H A Dbug41175.phpt2 Bug #41175 (addAttribute() fails to add an attribute with an empty value)
H A Dbug36611.phpt2 Bug #36611 (assignment to SimpleXML object attribute changes argument type to string)
H A Dbug37076_1.phpt2 Bug #37076 (SimpleXML ignores .=) (appending to unnamed attribute)

Completed in 33 milliseconds

12345678910>>...12