Home
last modified time | relevance | path

Searched refs:attribute (Results 126 – 150 of 208) sorted by relevance

123456789

/PHP-8.1/Zend/tests/attributes/
H A D030_strict_types.phpt2 strict_types=1 of the attribute use-site is respected
H A D031_backtrace.phpt2 Backtrace during attribute instance creation
/PHP-8.1/ext/ldap/
H A Dldap.c336 char* attribute; in _php_ldap_control_to_array() local
346 if (attribute) { in _php_ldap_control_to_array()
348 ldap_memfree(attribute); in _php_ldap_control_to_array()
1964 char *attribute; in PHP_FUNCTION() local
2060 char *attribute; in PHP_FUNCTION() local
2076 ldap_memfree(attribute); in PHP_FUNCTION()
2088 char *attribute; in PHP_FUNCTION() local
2115 ldap_memfree(attribute); in PHP_FUNCTION()
2128 char *attribute; in PHP_FUNCTION() local
2317 zend_string *attribute; in php_ldap_do_modify() local
[all …]
/PHP-8.1/ext/dom/tests/
H A Ddom001.phpt44 echo "--------- creating a new attribute\n";
67 echo "--------- children of an attribute\n";
158 --------- creating a new attribute
174 --------- children of an attribute
/PHP-8.1/Zend/tests/
H A Ddeprecation_to_exception_during_inheritance.phpt20 …ime::getTimezone(): DateTimeZone|false, or the #[\ReturnTypeWillChange] attribute should be used t…
/PHP-8.1/Zend/tests/type_declarations/variance/internal_parent/
H A Dincompatible_return_type.phpt16 …L, ?string $countryCode = null): array, or the #[\ReturnTypeWillChange] attribute should be used t…
/PHP-8.1/ext/soap/tests/schema/
H A Dschema056.phpt13 <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="int[]"/>
H A Dschema072.phpt14 <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="int[]"/>
H A Dschema073.phpt14 <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="int[]"/>
H A Dschema061.phpt16 <attribute ref="enc12:arraySize" wsdl:arraySize="* 1"/>
H A Dschema042.phpt13 <attribute name="int" type="int"/>
H A Dschema044.phpt13 <attribute name="int" type="int"/>
H A Dschema062.phpt13 <attribute name="int" type="int"/>
/PHP-8.1/ext/xmlreader/tests/
H A Dbug73053.xsd25 <xsd:attribute name="id" type="xsd:positiveInteger"/>
/PHP-8.1/ext/oci8/tests/
H A Dedition_2.phpt2 Set and check Oracle 11gR2 "edition" attribute
44 echo"**Test 1.1 - Default value for the attribute **************\n";
147 echo "\n\n**Test 1.8 - Test setting the attribute with scope ends*******\n";
170 **Test 1.1 - Default value for the attribute **************
247 **Test 1.8 - Test setting the attribute with scope ends*******
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec_select.phpt64 …nable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. in %s on line %d
65 … mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.
H A Dbug_42499.phpt70 …nable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. in %s on line %d
80 …nable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. in %s on line %d
/PHP-8.1/ext/ldap/tests/
H A Dldap_mod_replace_error.phpt38 Warning: ldap_mod_replace(): Unknown attribute in the data in %s on line %d
H A Dldap_mod_del_error.phpt40 Warning: ldap_mod_del(): Unknown attribute in the data in %s on line %d
/PHP-8.1/ext/pdo/
H A Dpdo_stmt.stub.php62 public function setAttribute(int $attribute, mixed $value): bool {} argument
/PHP-8.1/ext/intl/
H A Dphp_intl.stub.php130 function collator_get_attribute(Collator $object, int $attribute): int|false {} argument
132 function collator_set_attribute(Collator $object, int $attribute, int $value): bool {} argument
241 function numfmt_set_attribute(NumberFormatter $formatter, int $attribute, int|float $value): bool {} argument
243 function numfmt_get_attribute(NumberFormatter $formatter, int $attribute): int|float|false {} argument
245 function numfmt_set_text_attribute(NumberFormatter $formatter, int $attribute, string $value): bool… argument
247 function numfmt_get_text_attribute(NumberFormatter $formatter, int $attribute): string|false {} argument
/PHP-8.1/ext/reflection/tests/
H A Dbug76936.phpt25 // This attribute is no longer accessible in this object. Same for other
H A Dnew_in_attributes.phpt2 new in attribute arguments
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_stmt_attr_set.phpt246 mysqli_stmt_attr_set(): Argument #2 ($attribute) must be one of MYSQLI_STMT_ATTR_UPDATE_MAX_LENGTH,…
247 mysqli_stmt::attr_set(): Argument #2 ($value) must be 0 or 1 for attribute MYSQLI_STMT_ATTR_UPDATE_…
249 …ument #2 ($value) must be one of the MYSQLI_CURSOR_TYPE_* constants for attribute MYSQLI_STMT_ATTR…
250 mysqli_stmt::attr_set(): Argument #2 ($value) must be greater than 0 for attribute MYSQLI_STMT_ATTR…
/PHP-8.1/ext/dom/tests/gh11830/
H A Dattribute_variation.phpt2 GH-11830 (ParentNode methods should perform their checks upfront) - attribute variation

Completed in 46 milliseconds

123456789