/PHP-8.0/ext/intl/collator/ |
H A D | collator_attr.c | 29 zend_long attribute, value; in PHP_FUNCTION() local 35 &object, Collator_ce_ptr, &attribute ) == FAILURE ) in PHP_FUNCTION() 43 value = ucol_getAttribute( co->ucoll, attribute, COLLATOR_ERROR_CODE_P( co ) ); in PHP_FUNCTION() 53 zend_long attribute, value; in PHP_FUNCTION() local 59 &object, Collator_ce_ptr, &attribute, &value ) == FAILURE) in PHP_FUNCTION() 68 ucol_setAttribute( co->ucoll, attribute, value, COLLATOR_ERROR_CODE_P( co ) ); in PHP_FUNCTION()
|
H A D | collator.stub.php | 43 public function getAttribute(int $attribute) {} argument 49 public function setAttribute(int $attribute, int $value) {} argument
|
/PHP-8.0/ext/tidy/tests/ |
H A D | 012.phpt | 53 ["attribute"]=> 74 ["attribute"]=> 98 ["attribute"]=> 121 ["attribute"]=> 146 ["attribute"]=> 271 ["attribute"]=> 310 ["attribute"]=> 330 ["attribute"]=> 410 ["attribute"]=> 430 ["attribute"]=> [all …]
|
H A D | 010.phpt | 34 ["attribute"]=> 60 ["attribute"]=> 83 ["attribute"]=> 129 ["attribute"]=> 160 ["attribute"]=> 191 ["attribute"]=> 214 ["attribute"]=> 235 ["attribute"]=> 260 ["attribute"]=> 290 ["attribute"]=> [all …]
|
H A D | 011.phpt | 9 var_dump($body->attribute); 10 foreach($body->attribute as $key=>$val) {
|
/PHP-8.0/Zend/tests/attributes/ |
H A D | 007_self_reflect_attribute.phpt | 9 foreach ($attributes as $attribute) { 10 var_dump($attribute->getName()); 11 var_dump($attribute->getArguments()); 13 $a = $attribute->newInstance();
|
H A D | 026_unpack_in_args.phpt | 2 Cannot use unpacking in attribute argument list 11 Fatal error: Cannot use unpacking in attribute argument list in %s on line %d
|
H A D | 004_name_resolution.phpt | 2 Resolve attribute names 9 foreach ($attributes as $attribute) { 10 $arr[] = ['name' => $attribute->getName(), 'args' => $attribute->getArguments()];
|
/PHP-8.0/ext/intl/formatter/ |
H A D | formatter_attr.c | 28 zend_long attribute, value; in PHP_FUNCTION() local 33 &object, NumberFormatter_ce_ptr, &attribute ) == FAILURE ) in PHP_FUNCTION() 41 switch(attribute) { in PHP_FUNCTION() 61 value = unum_getAttribute(FORMATTER_OBJECT(nfo), attribute); in PHP_FUNCTION() 90 zend_long attribute; in PHP_FUNCTION() local 99 &object, NumberFormatter_ce_ptr, &attribute ) == FAILURE ) in PHP_FUNCTION() 127 zend_long attribute; in PHP_FUNCTION() local 133 &object, NumberFormatter_ce_ptr, &attribute, &value ) == FAILURE) in PHP_FUNCTION() 141 switch(attribute) { in PHP_FUNCTION() 182 zend_long attribute; in PHP_FUNCTION() local [all …]
|
H A D | formatter.stub.php | 46 public function setAttribute(int $attribute, int|float $value) {} argument 52 public function getAttribute(int $attribute) {} argument 58 public function setTextAttribute(int $attribute, string $value) {} argument 64 public function getTextAttribute(int $attribute) {} argument
|
/PHP-8.0/ext/simplexml/tests/ |
H A D | profile07.phpt | 2 SimpleXML [profile]: Accessing an aliased namespaced attribute 10 <child reserved:attribute="Sample" /> 17 echo $rsattr['attribute']; 18 echo $myattr['attribute'];
|
H A D | profile10.phpt | 10 <child reserved:attribute="Sample" special:attribute="Test" /> 17 echo $rsattr['attribute']; 19 echo $spattr['attribute'];
|
H A D | profile03.phpt | 2 SimpleXML [profile]: Accessing an attribute 9 <child attribute="Sample" /> 13 echo $root->child['attribute'];
|
H A D | profile08.phpt | 2 SimpleXML [profile]: Accessing a namespaced attribute without a namespace 10 <child reserved:attribute="Sample" /> 14 echo $root->child['attribute'];
|
H A D | profile06.phpt | 2 SimpleXML [profile]: Accessing a namespaced attribute 10 <child reserved:attribute="Sample" /> 15 echo $attr['attribute'];
|
H A D | bug38406.phpt | 9 $item->attribute = 'something'; 10 var_dump($item->attribute); 12 $item->otherAttribute = $item->attribute;
|
/PHP-8.0/ext/intl/tests/ |
H A D | collator_get_error_message.phpt | 18 // Try specifying a correct attribute. 23 // Try specifying an incorrect attribute. 36 Error getting attribute value: U_ILLEGAL_ARGUMENT_ERROR
|
/PHP-8.0/ext/reflection/tests/ |
H A D | bug81208.phpt | 2 Bug #81208: Segmentation fault while create newInstance from attribute 18 foreach ($z->getProperty("property")->getAttributes() as $attribute) { 20 $attribute->newInstance();
|
/PHP-8.0/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_get_attribute.phpt | 18 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-8.0/ext/pdo/ |
H A D | pdo_dbh.stub.php | 25 public function getAttribute(int $attribute) {} argument 49 public function setAttribute(int $attribute, mixed $value) {} argument
|
/PHP-8.0/ext/xmlreader/tests/ |
H A D | 014.phpt | 32 // Try to set the value of the first "num" attribute from "1" to "num attribute 1" 35 $reader->value = 'num attribute 1'; 39 // Try to set the name of the first attribute from "num" to "number"
|
/PHP-8.0/ext/ldap/tests/ |
H A D | ldap_add_error.phpt | 59 // Invalid attribute 77 /* Is this correct behaviour to still have "Undefined attribute type" as error/errno? 108 Warning: ldap_add(): Add: Undefined attribute type in %s on line %d 110 string(24) "Undefined attribute type" 113 Warning: ldap_add(): Unknown attribute in the data in %s on line %d
|
/PHP-8.0/ext/soap/tests/schema/ |
H A D | schema069.phpt | 10 <attribute name="str" type="string"/> 11 <attribute ref="tns:int"/> 13 <attribute name="int" type="int" default="5"/>
|
H A D | schema068.phpt | 10 <attribute name="str" type="string"/> 11 <attribute name="int" type="int" fixed="5"/>
|
H A D | schema075.phpt | 10 <attribute name="int1" type="int"/> 11 <attribute name="int2" type="int" form="qualified"/> 12 <attribute name="int3" type="int" form="unqualified"/>
|