Home
last modified time | relevance | path

Searched refs:attribute (Results 26 – 50 of 154) sorted by relevance

1234567

/PHP-7.4/build/
H A Dax_gcc_func_attribute.m417 # The ATTRIBUTE parameter holds the name of the attribute to be checked.
21 # The macro caches its result in the ax_cv_have_func_attribute_<attribute>
34 # constructor_priority for constructor attribute with priority
222 m4_warn([syntax], [Unsupported attribute $1, the test may fail])
227 dnl GCC doesn't exit with an error if an unknown attribute is
228 dnl provided but only outputs a warning, so accept the attribute
238 [Define to 1 if the system has the `$1' function attribute])], [])
/PHP-7.4/ext/simplexml/tests/
H A Dbug51615.phpt22 Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in %s on line %d
24 Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in %s on line %d
/PHP-7.4/ext/intl/tests/
H A Dformatter_get_set_text_attribute.phpt10 * Get/set text attribute.
42 // Get default attribute's value
50 // Set new attribute's value and see if it works out.
55 // Get attribute value back.
64 // Restore attribute's value to default
H A Dformatter_get_set_text_attribute_var2.phpt10 * Get/set text attribute.
42 // Get default attribute's value
50 // Set new attribute's value and see if it works out.
55 // Get attribute value back.
64 // Restore attribute's value to default
/PHP-7.4/ext/soap/tests/schema/
H A Dschema058.phpt12 <attribute ref="enc12:itemType" wsdl:itemType="int"/>
13 <attribute ref="enc12:arraySize" wsdl:arraySize="*"/>
H A Dschema060.phpt12 <attribute ref="enc12:itemType" wsdl:itemType="int"/>
13 <attribute ref="enc12:arraySize" wsdl:arraySize="* 1"/>
H A Dschema065.phpt10 <attribute name="str" type="string"/>
11 <attribute name="int" type="int" default="5"/>
H A Dschema066.phpt10 <attribute name="str" type="string"/>
11 <attribute name="int" type="int" fixed="5"/>
H A Dschema067.phpt10 <attribute name="str" type="string"/>
11 <attribute name="int" type="int" fixed="5"/>
H A Dschema070.phpt10 <attribute name="str" type="string"/>
14 <attribute name="int" type="int" default="5"/>
H A Dschema038.phpt13 <attribute ref="tns:int"/>
15 <attribute name="int" type="int"/>
H A Dschema040.phpt13 <attribute name="int">
17 </attribute>
H A Dschema043.phpt12 <attribute name="int" type="int"/>
19 <attribute name="int2" type="int"/>
H A Dschema045.phpt12 <attribute name="int" type="int"/>
19 <attribute name="int2" type="int"/>
H A Dschema046.phpt12 <attribute name="int" type="int"/>
19 <attribute name="int2" type="int"/>
H A Dschema048.phpt12 <attribute name="int" type="int"/>
19 <attribute name="int2" type="int"/>
/PHP-7.4/ext/xmlreader/tests/
H A Dbug64230.phpt41 Internal: Specification mandate%A value for attribute att
45 Warning: XMLReader::read(): %s: parser error : Specification mandate%A value for attribute att in %…
H A D003-get-errors.phpt2 XMLReader: libxml2 XML Reader, Get an attribute, with invalid arguments
40 // Test for call by name for an attribute that doesn't exist
47 // 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…
H A D003-move-errors.phpt2 XMLReader: libxml2 XML Reader, Move cursor to an attribute, with invalid arguments
40 // Test for call by name for an attribute that doesn't exist
47 // Test for call by number for an attribute that doesn't exist
/PHP-7.4/ext/standard/tests/strings/
H A Dbug40432.phpt2 Bug #40432 (strip_tags() fails with greater than in attribute)
/PHP-7.4/ext/oci8/tests/
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 **************
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 **************
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug66528.phpt49 … mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.
50 … 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.
/PHP-7.4/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()

Completed in 37 milliseconds

1234567