Home
last modified time | relevance | path

Searched refs:property (Results 701 – 718 of 718) sorted by relevance

1...<<212223242526272829

/PHP-8.2/Zend/
H A Dzend_language_parser.y257 %type <ast> absolute_trait_method_reference trait_method_reference property echo_expr
1069 property_list ',' property { $$ = zend_ast_list_add($1, $3); }
1070 | property { $$ = zend_ast_create_list(1, ZEND_AST_PROP_DECL, $1); }
1073 property:
H A Dzend_builtin_functions_arginfo.h93 ZEND_ARG_TYPE_INFO(0, property, IS_STRING, 0)
H A Dzend_API.h407 ZEND_API ZEND_COLD void zend_wrong_property_read(zval *object, zval *property);
424 …d_declare_typed_property(zend_class_entry *ce, zend_string *name, zval *property, int access_type,…
426 ZEND_API void zend_declare_property_ex(zend_class_entry *ce, zend_string *name, zval *property, int…
427 …perty(zend_class_entry *ce, const char *name, size_t name_length, zval *property, int access_type);
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_get_warnings.phpt102 /* Yes, I really want to check if the object property is empty */
/PHP-8.2/ext/reflection/
H A Dphp_reflection.stub.php444 public function __construct(object|string $class, string $property) {} argument
H A Dphp_reflection.c4659 zval property; in _addproperty() local
4660 reflection_property_factory(ce, key, pptr, &property); in _addproperty()
4661 zend_hash_next_index_insert_new(ht, &property); in _addproperty()
4669 zval property; in _adddynproperty() local
4683 reflection_property_factory(ce, key, NULL, &property); in _adddynproperty()
4684 add_next_index_zval(retval, &property); in _adddynproperty()
H A Dphp_reflection_arginfo.h337 ZEND_ARG_TYPE_INFO(0, property, IS_STRING, 0)
/PHP-8.2/
H A DCODING_STANDARDS.md43 holds the length property of each string, and that it shouldn't be
45 they'll take advantage of the length property, both for efficiency and in
H A D.gdbinit519 Takes a pointer to an object's property and prints the property information
H A DUPGRADING35 from these and you happen to have a method or property with the same name,
214 . ReflectionAttribute now contains a $name property to improve the debugging
/PHP-8.2/ext/pcre/tests/
H A Dbug76514.phpt495 (?P<property>'.preg_quote('"require"').'\s*:\s*)(?P<value>(?&json))(?P<end>.*)}sx', $str, $match);
/PHP-8.2/ext/intl/uchar/
H A Duchar_arginfo.h6 ZEND_ARG_TYPE_INFO(0, property, IS_LONG, 0)
80 ZEND_ARG_TYPE_INFO(0, property, IS_LONG, 0)
87 ZEND_ARG_TYPE_INFO(0, property, IS_LONG, 0)
99 ZEND_ARG_TYPE_INFO(0, property, IS_LONG, 0)
104 ZEND_ARG_TYPE_INFO(0, property, IS_LONG, 0)
109 ZEND_ARG_TYPE_INFO(0, property, IS_LONG, 0)
/PHP-8.2/ext/mbstring/libmbfl/
H A DLICENSE392 patents or other property right claims or to contest validity of any
/PHP-8.2/ext/bcmath/libbcmath/
H A DLICENSE396 patents or other property right claims or to contest validity of any
/PHP-8.2/docs/
H A Drelease-process.md723 It is sufficient to set the `number` property for the release to `0` to
/PHP-8.2/ext/fileinfo/
H A Dlibmagic.patch1155 "user stream", "lockbytes", "property", "root storage" };
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic2347 0 string bplist00 Apple binary property list
2349 # Apple binary property list (bplist)
2355 >6 byte x \bCoreFoundation binary property list data, version %#c
6227 # v1 / sound property chunk
6231 # v1 / sound property chunk / channel configuration chunk
6254 # v1 / sound property chunk / sample rate chunk
6261 # v1 / sound property chunk / compression type chunk
35406 # Bit 0 (mask 0x01): Whether shared property name checking was enabled during encoding, default…
38804 # value type/property tag: 001Fh~4 bytes for data size of UTF-16 LE string
38806 # entry type/property identifier: 6001h~PR_DOTSTUFF_STATE/PR_NICK_NAME_W
H A Dmagic私はガラスを食べられます2347 0 string bplist00 Apple binary property list
2349 # Apple binary property list (bplist)
2355 >6 byte x \bCoreFoundation binary property list data, version %#c
6227 # v1 / sound property chunk
6231 # v1 / sound property chunk / channel configuration chunk
6254 # v1 / sound property chunk / sample rate chunk
6261 # v1 / sound property chunk / compression type chunk
35406 # Bit 0 (mask 0x01): Whether shared property name checking was enabled during encoding, default…
38804 # value type/property tag: 001Fh~4 bytes for data size of UTF-16 LE string
38806 # entry type/property identifier: 6001h~PR_DOTSTUFF_STATE/PR_NICK_NAME_W

Completed in 224 milliseconds

1...<<212223242526272829