Home
last modified time | relevance | path

Searched refs:attribute (Results 1 – 25 of 154) sorted by relevance

1234567

/PHP-7.4/ext/tidy/tests/
H A D012.phpt53 ["attribute"]=>
74 ["attribute"]=>
98 ["attribute"]=>
121 ["attribute"]=>
146 ["attribute"]=>
271 ["attribute"]=>
310 ["attribute"]=>
330 ["attribute"]=>
410 ["attribute"]=>
430 ["attribute"]=>
[all …]
H A D010.phpt34 ["attribute"]=>
60 ["attribute"]=>
83 ["attribute"]=>
129 ["attribute"]=>
160 ["attribute"]=>
191 ["attribute"]=>
214 ["attribute"]=>
235 ["attribute"]=>
260 ["attribute"]=>
290 ["attribute"]=>
[all …]
H A D011.phpt9 var_dump($body->attribute);
10 foreach($body->attribute as $key=>$val) {
/PHP-7.4/ext/intl/collator/
H A Dcollator_attr.c36 zend_long attribute, value; in PHP_FUNCTION() local
42 &object, Collator_ce_ptr, &attribute ) == FAILURE ) in PHP_FUNCTION()
53 value = ucol_getAttribute( co->ucoll, attribute, COLLATOR_ERROR_CODE_P( co ) ); in PHP_FUNCTION()
67 zend_long attribute, value; in PHP_FUNCTION() local
73 &object, Collator_ce_ptr, &attribute, &value ) == FAILURE) in PHP_FUNCTION()
85 ucol_setAttribute( co->ucoll, attribute, value, COLLATOR_ERROR_CODE_P( co ) ); in PHP_FUNCTION()
/PHP-7.4/ext/intl/formatter/
H A Dformatter_attr.c35 zend_long attribute, value; in PHP_FUNCTION() local
40 &object, NumberFormatter_ce_ptr, &attribute ) == FAILURE ) in PHP_FUNCTION()
51 switch(attribute) { in PHP_FUNCTION()
71 value = unum_getAttribute(FORMATTER_OBJECT(nfo), attribute); in PHP_FUNCTION()
104 zend_long attribute; in PHP_FUNCTION() local
113 &object, NumberFormatter_ce_ptr, &attribute ) == FAILURE ) in PHP_FUNCTION()
148 zend_long attribute; in PHP_FUNCTION() local
154 &object, NumberFormatter_ce_ptr, &attribute, &value ) == FAILURE) in PHP_FUNCTION()
165 switch(attribute) { in PHP_FUNCTION()
210 zend_long attribute; in PHP_FUNCTION() local
[all …]
/PHP-7.4/ext/simplexml/tests/
H A Dprofile07.phpt2 SimpleXML [profile]: Accessing an aliased namespaced attribute
10 <child reserved:attribute="Sample" />
17 echo $rsattr['attribute'];
18 echo $myattr['attribute'];
H A Dprofile10.phpt10 <child reserved:attribute="Sample" special:attribute="Test" />
17 echo $rsattr['attribute'];
19 echo $spattr['attribute'];
H A Dprofile03.phpt2 SimpleXML [profile]: Accessing an attribute
9 <child attribute="Sample" />
13 echo $root->child['attribute'];
H A Dprofile08.phpt2 SimpleXML [profile]: Accessing a namespaced attribute without a namespace
10 <child reserved:attribute="Sample" />
14 echo $root->child['attribute'];
H A Dprofile06.phpt2 SimpleXML [profile]: Accessing a namespaced attribute
10 <child reserved:attribute="Sample" />
15 echo $attr['attribute'];
H A Dbug38406.phpt9 $item->attribute = 'something';
10 var_dump($item->attribute);
12 $item->otherAttribute = $item->attribute;
H A D031.phpt18 /* Add new attribute in a new namespace */
21 /* Try to add attribute again -> display warning as method is for new Attr only */
24 /* Add new attribute w/o namespace */
28 /* Try to add element to attribute -> display warning and do not add */
H A D012.phpt33 Warning: main(): Cannot write or create unnamed attribute in %s012.php on line %d
39 Fatal error: Uncaught Error: Cannot create unnamed attribute in %s012.php:%d
/PHP-7.4/ext/intl/tests/
H A Dcollator_get_error_message.phpt18 // Try specifying a correct attribute.
23 // Try specifying an incorrect attribute.
36 Error getting attribute value: U_ILLEGAL_ARGUMENT_ERROR
H A Dcollator_get_error_code.phpt26 // Try specifying a correct attribute.
31 // Try specifying an incorrect attribute.
H A Dut_common.inc169 function ut_nfmt_set_attribute( $fmt, $attribute, $value )
171 …rn $GLOBALS['oo-mode'] ? $fmt->setAttribute( $attribute, $value ) : numfmt_set_attribute( $fmt, $a…
175 …OBALS['oo-mode'] ? $fmt->setTextAttribute( $attribute, $value ) : numfmt_set_text_attribute( $fmt,…
177 function ut_nfmt_set_symbol( $fmt, $attribute, $value )
179 …return $GLOBALS['oo-mode'] ? $fmt->setSymbol( $attribute, $value ) : numfmt_set_symbol( $fmt, $att…
185 function ut_nfmt_get_attribute( $fmt, $attribute )
187 …return $GLOBALS['oo-mode'] ? $fmt->getAttribute( $attribute ) : numfmt_get_attribute( $fmt, $attri…
189 function ut_nfmt_get_text_attribute( $fmt, $attribute )
191 … $GLOBALS['oo-mode'] ? $fmt->getTextAttribute( $attribute ) : numfmt_get_text_attribute( $fmt, $at…
193 function ut_nfmt_get_symbol( $fmt, $attribute )
[all …]
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_get_attribute.phpt18 function set_and_get($offset, $db, $attribute, $value) {
23 if (!$db->setAttribute($attribute, $value)) {
24 printf("[%03d] Cannot set attribute '%s' to value '%s'\n",
25 $offset, $attribute, var_export($tmp, true));
30 …printf("[%03d] Call to PDO::setAttribute(int attribute, mixed value) has changed the type of value…
35 $tmp = $db->getAttribute($attribute);
38 …$offset, $attribute, var_export($value, true), gettype($value), var_export($tmp, true), gettype($t…
/PHP-7.4/ext/xmlreader/tests/
H A D014.phpt28 // Try to set the value of the first "num" attribute from "1" to "num attribute 1"
30 $reader->value = 'num attribute 1';
31 // Try to set the name of the first attribute from "num" to "number"
/PHP-7.4/ext/soap/tests/schema/
H A Dschema069.phpt10 <attribute name="str" type="string"/>
11 <attribute ref="tns:int"/>
13 <attribute name="int" type="int" default="5"/>
H A Dschema076.phpt10 <attribute name="int1" type="int"/>
11 <attribute name="int2" type="int" form="qualified"/>
12 <attribute name="int3" type="int" form="unqualified"/>
H A Dschema077.phpt10 <attribute name="int1" type="int"/>
11 <attribute name="int2" type="int" form="qualified"/>
12 <attribute name="int3" type="int" form="unqualified"/>
H A Dschema075.phpt10 <attribute name="int1" type="int"/>
11 <attribute name="int2" type="int" form="qualified"/>
12 <attribute name="int3" type="int" form="unqualified"/>
H A Dschema068.phpt10 <attribute name="str" type="string"/>
11 <attribute name="int" type="int" fixed="5"/>
/PHP-7.4/ext/pdo_dblib/tests/
H A Dtimeout.phpt21 // regular timeout attribute, set after instance created, will affect query timeout, causing this q…
34 // pdo_dblib-specific timeout attribute, set after instance created, will control query timeout, ca…
47 // regular timeout attribute will affect query timeout, causing this query to fail
59 // pdo_dblib-specific timeout attribute will control query timeout, causing this query to fail
/PHP-7.4/ext/ldap/tests/
H A Dldap_add_error.phpt65 // Invalid attribute
83 /* Is this correct behaviour to still have "Undefined attribute type" as error/errno?
129 Warning: ldap_add(): Add: Undefined attribute type in %s on line %d
131 string(24) "Undefined attribute type"
134 Warning: ldap_add(): Unknown attribute in the data in %s on line %d

Completed in 29 milliseconds

1234567