Home
last modified time | relevance | path

Searched defs:property (Results 1 – 16 of 16) sorted by relevance

/PHP-8.3/ext/xmlreader/
H A Dphp_xmlreader.stub.php165 public function getParserProperty(int $property): bool {}
213 public function setParserProperty(int $property, bool $value): bool {}
H A Dphp_xmlreader.c615 zend_long property; in PHP_METHOD() local
972 zend_long property; in PHP_METHOD() local
/PHP-8.3/ext/intl/uchar/
H A Duchar.c323 zend_long property; in IC_METHOD() local
357 zend_long property, value, nameChoice = U_LONG_PROPERTY_NAME; in IC_METHOD() local
377 zend_long property; in IC_METHOD() local
H A Duchar.stub.php3384 public static function hasBinaryProperty(int|string $codepoint, int $property): ?bool {}
3440 public static function getIntPropertyMaxValue(int $property): int {}
3443 public static function getIntPropertyMinValue(int $property): int {}
3446 public static function getIntPropertyValue(int|string $codepoint, int $property): ?int {}
3455 …public static function getPropertyName(int $property, int $type = IntlChar::LONG_PROPERTY_NAME): s…
3458 public static function getPropertyValueEnum(int $property, string $name): int {}
3461 …public static function getPropertyValueName(int $property, int $value, int $type = IntlChar::LONG_…
/PHP-8.3/Zend/
H A Dzend_vm_execute.h22855 zval *property; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_CONST_HANDLER() local
23082 zval *property; in ZEND_PRE_INC_OBJ_SPEC_VAR_CONST_HANDLER() local
23149 zval *property; in ZEND_POST_INC_OBJ_SPEC_VAR_CONST_HANDLER() local
25776 zval *property; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_TMPVAR_HANDLER() local
26005 zval *property; in ZEND_PRE_INC_OBJ_SPEC_VAR_TMPVAR_HANDLER() local
26073 zval *property; in ZEND_POST_INC_OBJ_SPEC_VAR_TMPVAR_HANDLER() local
30073 zval *property; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_CV_HANDLER() local
30300 zval *property; in ZEND_PRE_INC_OBJ_SPEC_VAR_CV_HANDLER() local
30367 zval *property; in ZEND_POST_INC_OBJ_SPEC_VAR_CV_HANDLER() local
32677 zval *property; in ZEND_ASSIGN_OBJ_OP_SPEC_UNUSED_CONST_HANDLER() local
[all …]
H A Dzend_API.c4594 zval property; in zend_declare_property_null() local
4603 zval property; in zend_declare_property_bool() local
4612 zval property; in zend_declare_property_long() local
4621 zval property; in zend_declare_property_double() local
4630 zval property; in zend_declare_property_string() local
4639 zval property; in zend_declare_property_stringl() local
4777 zend_string *property; in zend_update_property() local
4801 zend_string *property; in zend_unset_property() local
4872 zval *property, tmp; in zend_update_static_property_ex() local
4999 zval *property; in zend_read_static_property_ex() local
[all …]
H A Dzend_vm_def.h1012 zval *property; variable
1287 zval *property; variable
1360 zval *property; variable
2169 zval *property, *container, *result; variable
2190 zval *property, *container, *result; variable
2336 zval *container, *property, *result; variable
2779 zval *property, *container, *value_ptr; variable
H A Dzend_builtin_functions.stub.php72 function property_exists($object_or_class, string $property): bool {}
H A Dzend_execute.c836 …r_inline void zend_verify_property_type_error(const zend_property_info *info, const zval *property) in zend_verify_property_type_error()
854 …d_magic_get_property_type_inconsistency_error(const zend_property_info *info, const zval *property) in zend_magic_get_property_type_inconsistency_error()
991 …inline bool i_zend_check_property_type(const zend_property_info *info, zval *property, bool strict) in i_zend_check_property_type()
1008 …nline bool i_zend_verify_property_type(const zend_property_info *info, zval *property, bool strict) in i_zend_verify_property_type()
1018 …ver_inline zend_verify_property_type(const zend_property_info *info, zval *property, bool strict) { in zend_verify_property_type()
H A Dzend_builtin_functions.c944 zend_string *property; in ZEND_FUNCTION() local
/PHP-8.3/build/
H A Dgen_stub.php994 public string $property; variable in PropertyName
996 public function __construct(Name $class, string $property)
3610 function parseProperty(
/PHP-8.3/ext/soap/
H A Dphp_encoding.c1628 xmlNodePtr property; in model_to_xml_object() local
1905 xmlNodePtr property; in to_xml_object() local
1973 xmlNodePtr property; in to_xml_object() local
/PHP-8.3/ext/standard/libavifinfo/
H A Davifinfo.c474 uint32_t property; in ParseIprp() local
/PHP-8.3/ext/reflection/
H A Dphp_reflection.stub.php490 public function __construct(object|string $class, string $property) {}
H A Dphp_reflection.c4650 zval property; in _addproperty() local
4660 zval property; in _adddynproperty() local
/PHP-8.3/ext/imap/
H A Dphp_imap.c3036 zval *z_object, const char *property, size_t property_len, ADDRESS *address) in php_imap_update_property_with_full_address_str()

Completed in 284 milliseconds