Home
last modified time | relevance | path

Searched defs:object (Results 51 – 75 of 126) sorted by relevance

123456

/PHP-8.2/Zend/
H A Dzend_weakrefs.h54 static zend_always_inline zend_ulong zend_object_to_weakref_key(const zend_object *object) in zend_object_to_weakref_key()
H A Dzend_builtin_functions.stub.php40 function get_class(object $object = UNKNOWN): string {} argument
58 function get_object_vars(object $object): array {} argument
60 function get_mangled_object_vars(object $object): array {} argument
H A Dzend_API.c100 ZEND_API ZEND_COLD void zend_wrong_property_read(zval *object, zval *property) in zend_wrong_property_read()
1292 zval **object; in zend_parse_method_parameters() local
1331 zval **object; in zend_parse_method_parameters_ex() local
1656 ZEND_API void object_properties_init(zend_object *object, zend_class_entry *class_type) /* {{{ */ in object_properties_init()
1663 ZEND_API void object_properties_init_ex(zend_object *object, HashTable *properties) /* {{{ */ in object_properties_init_ex()
1696 ZEND_API void object_properties_load(zend_object *object, HashTable *properties) /* {{{ */ in object_properties_load()
3676 zend_object *object = zend_get_this_object(frame); in zend_is_callable_check_class() local
3782 zend_object *object = zend_get_this_object(frame); in zend_is_callable_check_func() local
3899 zend_object *object = zend_get_this_object(frame); in zend_is_callable_check_func() local
3960 ZEND_API zend_string *zend_get_callable_name_ex(zval *callable, zend_object *object) /* {{{ */ in zend_get_callable_name_ex()
[all …]
H A Dzend_object_handlers.c155 ZEND_API HashTable *zend_std_get_debug_info(zend_object *object, int *is_temp) /* {{{ */ in zend_std_get_debug_info()
993 ZEND_API zval *zend_std_read_dimension(zend_object *object, zval *offset, int type, zval *rv) /* {{… in zend_std_read_dimension()
1044 ZEND_API void zend_std_write_dimension(zend_object *object, zval *offset, zval *value) /* {{{ */ in zend_std_write_dimension()
1066 ZEND_API int zend_std_has_dimension(zend_object *object, zval *offset, int check_empty) /* {{{ */ in zend_std_has_dimension()
1258 ZEND_API void zend_std_unset_dimension(zend_object *object, zval *offset) /* {{{ */ in zend_std_unset_dimension()
1486 zend_object *object; in get_static_method_fallback() local
1705 zval *object; in zend_std_compare_objects() local
/PHP-8.2/ext/intl/
H A Dphp_intl.stub.php295 function collator_compare(Collator $object, string $string1, string $string2): int|false {}
297 function collator_get_attribute(Collator $object, int $attribute): int|false {}
299 function collator_set_attribute(Collator $object, int $attribute, int $value): bool {}
301 function collator_get_strength(Collator $object): int {}
303 function collator_set_strength(Collator $object, int $strength): bool {}
305 function collator_sort(Collator $object, array &$array, int $flags = Collator::SORT_REGULAR): bool …
307 function collator_sort_with_sort_keys(Collator $object, array &$array): bool {}
311 function collator_get_locale(Collator $object, int $type): string|false {}
313 function collator_get_error_code(Collator $object): int|false {}
315 function collator_get_error_message(Collator $object): string|false {}
[all …]
/PHP-8.2/ext/intl/collator/
H A Dcollator_class.c35 void Collator_objects_free(zend_object *object ) in Collator_objects_free()
H A Dcollator_create.c29 zval* object; in collator_ctor() local
/PHP-8.2/ext/libxml/
H A Dlibxml.c1278 PHP_LIBXML_API xmlNodePtr php_libxml_import_node(zval *object) in php_libxml_import_node()
1296 PHP_LIBXML_API int php_libxml_increment_node_ptr(php_libxml_node_object *object, xmlNodePtr node, v… in php_libxml_increment_node_ptr()
1328 PHP_LIBXML_API int php_libxml_decrement_node_ptr(php_libxml_node_object *object) in php_libxml_decrement_node_ptr()
1348 PHP_LIBXML_API int php_libxml_increment_doc_ref(php_libxml_node_object *object, xmlDocPtr docp) in php_libxml_increment_doc_ref()
1368 PHP_LIBXML_API int php_libxml_decrement_doc_ref(php_libxml_node_object *object) in php_libxml_decrement_doc_ref()
1436 PHP_LIBXML_API void php_libxml_node_decrement_resource(php_libxml_node_object *object) in php_libxml_node_decrement_resource()
/PHP-8.2/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp94 zend_class_entry *ce, zval *object, int by_ref) in _breakiterator_get_iterator()
218 zval *object, in IntlIterator_from_BreakIterator_parts()
/PHP-8.2/ext/shmop/
H A Dshmop.c91 static zend_function *shmop_get_constructor(zend_object *object) in shmop_get_constructor()
97 static void shmop_free_obj(zend_object *object) in shmop_free_obj()
/PHP-8.2/ext/pdo/
H A Dpdo_dbh.c280 static void internal_construct(INTERNAL_FUNCTION_PARAMETERS, zend_object *object, zend_class_entry … in internal_construct()
513 static zval *pdo_stmt_instantiate(pdo_dbh_t *dbh, zval *object, zend_class_entry *dbstmt_ce, zval *… in pdo_stmt_instantiate()
534 static void pdo_stmt_construct(pdo_stmt_t *stmt, zval *object, zend_class_entry *dbstmt_ce, HashTab… in pdo_stmt_construct()
1374 static zend_function *dbh_method_get(zend_object **object, zend_string *method_name, const zval *ke… in dbh_method_get()
1400 static HashTable *dbh_get_gc(zend_object *object, zval **gc_data, int *gc_count) in dbh_get_gc()
/PHP-8.2/ext/zend_test/
H A Dfiber.c161 static void zend_test_fiber_object_destroy(zend_object *object) in zend_test_fiber_object_destroy()
195 static void zend_test_fiber_object_free(zend_object *object) in zend_test_fiber_object_free()
/PHP-8.2/ext/reflection/
H A Dphp_reflection.stub.php213 public function getClosure(?object $object = null): Closure {} argument
219 public function invoke(?object $object, mixed ...$args): mixed {} argument
222 public function invokeArgs(?object $object, array $args): mixed {} argument
360 public function isInstance(object $object): bool {} argument
421 public function __construct(object $object) {} argument
452 public function getValue(?object $object = null): mixed {} argument
458 public function isInitialized(?object $object = null): bool {} argument
H A Dphp_reflection.c1575 zval *object; in ZEND_METHOD() local
1723 zend_object *object; in ZEND_METHOD() local
2377 zval *object; in ZEND_METHOD() local
3203 zval *object; in instantiate_reflection_method() local
3763 zval *object; in ZEND_METHOD() local
4025 zval *object; in reflection_class_object_ctor() local
4990 zval *object; in ZEND_METHOD() local
5500 zval *object; in ZEND_METHOD() local
5720 zval *object; in ZEND_METHOD() local
5971 zval *object; in ZEND_METHOD() local
[all …]
/PHP-8.2/ext/curl/
H A Dmulti.c522 static zend_function *curl_multi_get_constructor(zend_object *object) { in curl_multi_get_constructor()
527 static void curl_multi_free_obj(zend_object *object) in curl_multi_free_obj()
559 static HashTable *curl_multi_get_gc(zend_object *object, zval **table, int *n) in curl_multi_get_gc()
/PHP-8.2/ext/sysvmsg/
H A Dsysvmsg.c86 static zend_function *sysvmsg_queue_get_constructor(zend_object *object) { in sysvmsg_queue_get_constructor()
91 static void sysvmsg_queue_free_obj(zend_object *object) in sysvmsg_queue_free_obj()
/PHP-8.2/ext/sysvshm/
H A Dsysvshm.c54 static zend_function *sysvshm_get_constructor(zend_object *object) { in sysvshm_get_constructor()
59 static void sysvshm_free_obj(zend_object *object) in sysvshm_free_obj()
/PHP-8.2/ext/random/
H A Drandom.c219 static void randomizer_free_obj(zend_object *object) { in randomizer_free_obj()
268 PHPAPI void php_random_engine_common_free_object(zend_object *object) in php_random_engine_common_free_object()
276 PHPAPI zend_object *php_random_engine_common_clone_object(zend_object *object) in php_random_engine_common_clone_object()
/PHP-8.2/ext/zlib/
H A Dzlib.c67 static zend_function *inflate_context_get_constructor(zend_object *object) { in inflate_context_get_constructor()
72 static void inflate_context_free_obj(zend_object *object) in inflate_context_free_obj()
105 static zend_function *deflate_context_get_constructor(zend_object *object) { in deflate_context_get_constructor()
110 static void deflate_context_free_obj(zend_object *object) in deflate_context_free_obj()
/PHP-8.2/ext/intl/dateformat/
H A Ddatepatterngenerator_methods.cpp40 zval *object = return_value; in dtpg_ctor() local
H A Ddateformat_format_object.cpp67 zval *object, in PHP_FUNCTION() local
H A Ddateformat_create.cpp50 zval *object; in datefmt_ctor() local
/PHP-8.2/ext/spl/
H A Dspl_dllist.c291 static void spl_dllist_object_free_storage(zend_object *object) /* {{{ */ in spl_dllist_object_free_storage()
406 static zend_result spl_dllist_object_count_elements(zend_object *object, zend_long *count) /* {{{ */ in spl_dllist_object_count_elements()
871 spl_dllist_object *object = Z_SPLDLLIST_P(&iter->data); in spl_dllist_it_rewind() local
911 spl_dllist_object *object = Z_SPLDLLIST_P(&iter->data); in spl_dllist_it_move_forward() local
1228 static zend_object_iterator *spl_dllist_get_iterator(zend_class_entry *ce, zval *object, int by_ref… in spl_dllist_get_iterator()
/PHP-8.2/ext/xml/
H A Dxml.c71 zend_object *object; local
329 static void xml_parser_free_obj(zend_object *object) in xml_parser_free_obj()
387 static HashTable *xml_parser_get_gc(zend_object *object, zval **table, int *n) in xml_parser_get_gc()
431 static zend_function *xml_parser_get_constructor(zend_object *object) { in xml_parser_get_constructor()
1073 zend_object *object, in php_xml_check_string_method_arg()
/PHP-8.2/ext/intl/common/
H A Dcommon_date.cpp34 void *object, in timezone_convert_datetimezone()

Completed in 116 milliseconds

123456