Home
last modified time | relevance | path

Searched refs:attribute (Results 51 – 75 of 208) sorted by relevance

123456789

/PHP-8.1/ext/soap/tests/schema/
H A Dschema060.phpt13 <attribute ref="enc12:itemType" wsdl:itemType="int"/>
14 <attribute ref="enc12:arraySize" wsdl:arraySize="* 1"/>
H A Dschema065.phpt11 <attribute name="str" type="string"/>
12 <attribute name="int" type="int" default="5"/>
H A Dschema066.phpt11 <attribute name="str" type="string"/>
12 <attribute name="int" type="int" fixed="5"/>
H A Dschema067.phpt11 <attribute name="str" type="string"/>
12 <attribute name="int" type="int" fixed="5"/>
H A Dschema038.phpt14 <attribute ref="tns:int"/>
16 <attribute name="int" type="int"/>
H A Dschema040.phpt14 <attribute name="int">
18 </attribute>
H A Dschema070.phpt11 <attribute name="str" type="string"/>
15 <attribute name="int" type="int" default="5"/>
H A Dschema043.phpt13 <attribute name="int" type="int"/>
20 <attribute name="int2" type="int"/>
H A Dschema045.phpt13 <attribute name="int" type="int"/>
20 <attribute name="int2" type="int"/>
H A Dschema046.phpt13 <attribute name="int" type="int"/>
20 <attribute name="int2" type="int"/>
H A Dschema048.phpt13 <attribute name="int" type="int"/>
20 <attribute name="int2" type="int"/>
H A Dschema083.phpt13 <attribute ref="enc12:itemType" wsdl:itemType="int"/>
14 <attribute ref="enc12:arraySize" wsdl:arraySize="*"/>
/PHP-8.1/ext/pdo_mysql/tests/
H A Dbug66528.phpt50 … mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.
51 … mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.
52 … mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.
/PHP-8.1/ext/soap/
H A Dphp_xml.c271 xmlNodePtr get_node_with_attribute_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, … in get_node_with_attribute_ex() argument
283 attr = get_attribute_ex(node->properties, attribute, attr_ns); in get_node_with_attribute_ex()
292 …ttribute_recursive_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, char *value, ch… in get_node_with_attribute_recursive_ex() argument
296 xmlAttrPtr attr = get_attribute_ex(node->properties, attribute, attr_ns); in get_node_with_attribute_recursive_ex()
302 …xmlNodePtr tmp = get_node_with_attribute_recursive_ex(node->children, name, name_ns, attribute, va… in get_node_with_attribute_recursive_ex()
/PHP-8.1/ext/xmlreader/tests/
H A D003-get-errors.phpt2 XMLReader: libxml2 XML Reader, Get an attribute, with invalid arguments
44 // Test for call by name for an attribute that doesn't exist
51 // Test for call by number for an attribute that doesn't exist
H A D003-move-errors.phpt2 XMLReader: libxml2 XML Reader, Move cursor to an attribute, with invalid arguments
44 // Test for call by name for an attribute that doesn't exist
51 // Test for call by number for an attribute that doesn't exist
H A D015.phpt2 XMLReader: libxml2 XML Reader, Move cursor to a named attribute within a namespace
39 // Try moving to an attribute that doesn't exist
41 …// That move should return a result of false, because there is no elephpant attribute (in any name…
/PHP-8.1/ext/oci8/tests/
H A Ddriver_name_11gR2.phpt2 Verify that the Driver Name attribute is set
24 echo"**Test 1.1 - Default values for the attribute **************\n";
56 **Test 1.1 - Default values for the attribute **************
H A Ddriver_name.phpt2 Verify that the Driver Name attribute is set
27 echo"**Test 1.1 - Default values for the attribute **************\n";
59 **Test 1.1 - Default values for the attribute **************
/PHP-8.1/Zend/tests/attributes/
H A D022_attribute_flags_value_is_validated.phpt11 Fatal error: Invalid attribute flags specified in %s
H A D025_internal_repeatable_validation.phpt2 Internal attribute targets are validated.
H A D024_internal_target_validation.phpt2 Internal attribute targets are validated.
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_stmt_attr_get.phpt33 … printf("[006] Expecting any type, but not boolean/false, got %s/%s for attribute %s/%s\n",
56 mysqli_stmt_attr_get(): Argument #2 ($attribute) must be one of MYSQLI_STMT_ATTR_UPDATE_MAX_LENGTH,…
/PHP-8.1/ext/standard/tests/strings/
H A Dbug40432.phpt2 Bug #40432 (strip_tags() fails with greater than in attribute)
/PHP-8.1/Zend/tests/
H A Dfirst_class_callable_011.phpt11 Fatal error: Cannot create Closure as attribute argument in %s on line 3

Completed in 23 milliseconds

123456789