Home
last modified time | relevance | path

Searched defs:object (Results 26 – 50 of 86) sorted by relevance

1234

/PHP-7.4/ext/intl/formatter/
H A Dformatter_class.c37 void NumberFormatter_object_free( zend_object *object ) in NumberFormatter_object_free()
64 zend_object *NumberFormatter_object_clone(zval *object) in NumberFormatter_object_clone()
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_class.c37 void MessageFormatter_object_free( zend_object *object ) in MessageFormatter_object_free()
64 zend_object *MessageFormatter_object_clone(zval *object) in MessageFormatter_object_clone()
/PHP-7.4/Zend/
H A Dzend_object_handlers.c107 ZEND_API HashTable *zend_std_get_properties(zval *object) /* {{{ */ in zend_std_get_properties()
118 ZEND_API HashTable *zend_std_get_gc(zval *object, zval **table, int *n) /* {{{ */ in zend_std_get_gc()
145 ZEND_API HashTable *zend_std_get_debug_info(zval *object, int *is_temp) /* {{{ */ in zend_std_get_debug_info()
819 ZEND_API zval *zend_std_write_property(zval *object, zval *member, zval *value, void **cache_slot) … in zend_std_write_property()
938 ZEND_API zval *zend_std_read_dimension(zval *object, zval *offset, int type, zval *rv) /* {{{ */ in zend_std_read_dimension()
988 ZEND_API void zend_std_write_dimension(zval *object, zval *offset, zval *value) /* {{{ */ in zend_std_write_dimension()
1010 ZEND_API int zend_std_has_dimension(zval *object, zval *offset, int check_empty) /* {{{ */ in zend_std_has_dimension()
1038 ZEND_API zval *zend_std_get_property_ptr_ptr(zval *object, zval *member, int type, void **cache_slo… in zend_std_get_property_ptr_ptr()
1115 ZEND_API void zend_std_unset_property(zval *object, zval *member, void **cache_slot) /* {{{ */ in zend_std_unset_property()
1192 ZEND_API void zend_std_unset_dimension(zval *object, zval *offset) /* {{{ */ in zend_std_unset_dimension()
[all …]
H A Dzend_exceptions.c61 static inline zend_class_entry *i_get_exception_base(zval *object) /* {{{ */ in i_get_exception_base()
67 ZEND_API zend_class_entry *zend_get_exception_base(zval *object) /* {{{ */ in zend_get_exception_base()
212 zend_object *object; in zend_default_exception_new_ex() local
279 zval tmp, *object, *previous = NULL; in ZEND_METHOD() local
327 zval *object = ZEND_THIS; in ZEND_METHOD() local
349 zval tmp, *object, *previous = NULL; in ZEND_METHOD() local
404 #define GET_PROPERTY(object, id) \ argument
406 #define GET_PROPERTY_SILENT(object, id) \ argument
628 zval *object; in ZEND_METHOD() local
H A Dzend_generators.c167 static void zend_generator_dtor_storage(zend_object *object) /* {{{ */ in zend_generator_dtor_storage()
254 static void zend_generator_free_storage(zend_object *object) /* {{{ */ in zend_generator_free_storage()
327 static HashTable *zend_generator_get_gc(zval *object, zval **table, int *n) /* {{{ */ in zend_generator_get_gc()
448 static ZEND_COLD zend_function *zend_generator_get_constructor(zend_object *object) /* {{{ */ in zend_generator_get_constructor()
1187 zend_object_iterator *zend_generator_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /… in zend_generator_get_iterator()
H A Dzend_API.c1096 zval **object; in zend_parse_method_parameters() local
1135 zval **object; in zend_parse_method_parameters_ex() local
1258 static zend_always_inline void _object_properties_init(zend_object *object, zend_class_entry *class… in _object_properties_init()
1282 ZEND_API void object_properties_init(zend_object *object, zend_class_entry *class_type) /* {{{ */ in object_properties_init()
1289 ZEND_API void object_properties_init_ex(zend_object *object, HashTable *properties) /* {{{ */ in object_properties_init_ex()
1322 ZEND_API void object_properties_load(zend_object *object, HashTable *properties) /* {{{ */ in object_properties_load()
2975 zend_object *object = zend_get_this_object(EG(current_execute_data)); in zend_is_callable_check_class() local
3180 zend_object *object = zend_get_this_object(EG(current_execute_data)); in zend_is_callable_check_func() local
3275 ZEND_API zend_string *zend_get_callable_name_ex(zval *callable, zend_object *object) /* {{{ */ in zend_get_callable_name_ex()
3311 zend_object *object; in zend_get_callable_name_ex() local
[all …]
/PHP-7.4/ext/intl/spoofchecker/
H A Dspoofchecker_class.c33 void Spoofchecker_objects_free(zend_object *object) in Spoofchecker_objects_free()
111 static zend_object *spoofchecker_clone_obj(zval *object) /* {{{ */ in spoofchecker_clone_obj()
/PHP-7.4/ext/spl/
H A Dspl_heap.c170 static int spl_ptr_heap_zval_max_cmp(void *x, void *y, zval *object) { /* {{{ */ in spl_ptr_heap_zval_max_cmp()
195 static int spl_ptr_heap_zval_min_cmp(void *x, void *y, zval *object) { /* {{{ */ in spl_ptr_heap_zval_min_cmp()
220 static int spl_ptr_pqueue_elem_cmp(void *x, void *y, zval *object) { /* {{{ */ in spl_ptr_pqueue_elem_cmp()
388 static void spl_heap_object_free_storage(zend_object *object) /* {{{ */ in spl_heap_object_free_storage()
486 static int spl_heap_object_count_elements(zval *object, zend_long *count) /* {{{ */ in spl_heap_object_count_elements()
908 spl_heap_object *object = Z_SPLHEAP_P(&iter->data); in spl_heap_it_get_current_data() local
926 spl_heap_object *object = Z_SPLHEAP_P(&iter->data); in spl_pqueue_it_get_current_data() local
947 spl_heap_object *object = Z_SPLHEAP_P(&iter->data); in spl_heap_it_get_current_key() local
955 spl_heap_object *object = Z_SPLHEAP_P(&iter->data); in spl_heap_it_move_forward() local
1099 zend_object_iterator *spl_heap_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ … in spl_heap_get_iterator()
[all …]
H A Dspl_engine.c35 PHPAPI void spl_instantiate(zend_class_entry *pce, zval *object) in spl_instantiate()
H A Dspl_directory.c73 static void spl_filesystem_object_destroy_object(zend_object *object) /* {{{ */ in spl_filesystem_object_destroy_object()
107 static void spl_filesystem_object_free_storage(zend_object *object) /* {{{ */ in spl_filesystem_object_free_storage()
602 static inline HashTable *spl_filesystem_object_get_debug_info(zval *object) /* {{{ */ in spl_filesystem_object_get_debug_info()
1687 spl_filesystem_object *object = spl_filesystem_iterator_to_object((spl_filesystem_iterator *)iter); in spl_filesystem_dir_it_valid() local
1705 spl_filesystem_object *object = spl_filesystem_iterator_to_object((spl_filesystem_iterator *)iter); in spl_filesystem_dir_it_current_key() local
1714 spl_filesystem_object *object = spl_filesystem_iterator_to_object((spl_filesystem_iterator *)iter); in spl_filesystem_dir_it_move_forward() local
1728 spl_filesystem_object *object = spl_filesystem_iterator_to_object((spl_filesystem_iterator *)iter); in spl_filesystem_dir_it_rewind() local
1751 spl_filesystem_object *object = spl_filesystem_iterator_to_object(iterator); in spl_filesystem_tree_it_current_data() local
1774 spl_filesystem_object *object = spl_filesystem_iterator_to_object((spl_filesystem_iterator *)iter); in spl_filesystem_tree_it_current_key() local
1789 spl_filesystem_object *object = spl_filesystem_iterator_to_object(iterator); in spl_filesystem_tree_it_move_forward() local
[all …]
/PHP-7.4/ext/snmp/
H A Dsnmp.c453 static void php_snmp_object_free_storage(zend_object *object) /* {{{ */ in php_snmp_object_free_storage()
489 static void php_snmp_error(zval *object, int type, const char *format, ...) in php_snmp_error()
1460 zval *object = getThis(); in php_snmp() local
1750 zval *object = ZEND_THIS; in PHP_METHOD() local
1797 zval *object = ZEND_THIS; in PHP_METHOD() local
1848 zval *object = ZEND_THIS; in PHP_METHOD() local
1873 zval *object = ZEND_THIS; in PHP_METHOD() local
1887 zval *object = ZEND_THIS; in PHP_METHOD() local
1955 zval *php_snmp_write_property(zval *object, zval *member, zval *value, void **cache_slot) in php_snmp_write_property()
2031 static HashTable *php_snmp_get_gc(zval *object, zval **gc_data, int *gc_data_count) /* {{{ */ in php_snmp_get_gc()
[all …]
/PHP-7.4/ext/intl/common/
H A Dcommon_enum.cpp140 U_CFUNC void IntlIterator_from_StringEnumeration(StringEnumeration *se, zval *object) in IntlIterator_from_StringEnumeration()
155 static void IntlIterator_objects_free(zend_object *object) in IntlIterator_objects_free()
170 zend_class_entry *ce, zval *object, int by_ref) in IntlIterator_get_iterator()
/PHP-7.4/ext/libxml/
H A Dlibxml.c153 static int php_libxml_clear_object(php_libxml_node_object *object) in php_libxml_clear_object()
280 static void _php_libxml_destroy_fci(zend_fcall_info *fci, zval *object) in _php_libxml_destroy_fci()
1229 PHP_LIBXML_API xmlNodePtr php_libxml_import_node(zval *object) in php_libxml_import_node()
1247 PHP_LIBXML_API int php_libxml_increment_node_ptr(php_libxml_node_object *object, xmlNodePtr node, v… in php_libxml_increment_node_ptr()
1279 PHP_LIBXML_API int php_libxml_decrement_node_ptr(php_libxml_node_object *object) in php_libxml_decrement_node_ptr()
1299 PHP_LIBXML_API int php_libxml_increment_doc_ref(php_libxml_node_object *object, xmlDocPtr docp) in php_libxml_increment_doc_ref()
1317 PHP_LIBXML_API int php_libxml_decrement_doc_ref(php_libxml_node_object *object) in php_libxml_decrement_doc_ref()
1378 PHP_LIBXML_API void php_libxml_node_decrement_resource(php_libxml_node_object *object) in php_libxml_node_decrement_resource()
/PHP-7.4/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.c73 zval *object = &iterator->intern.data; in resourcebundle_iterator_dtor() local
150 zend_object_iterator *resourcebundle_get_iterator( zend_class_entry *ce, zval *object, int byref ) in resourcebundle_get_iterator()
/PHP-7.4/ext/ffi/
H A Dffi.c1682 static int zend_ffi_cdata_count_elements(zval *object, zend_long *count) /* {{{ */ in zend_ffi_cdata_count_elements()
1935 static HashTable *zend_ffi_cdata_get_debug_info(zval *object, int *is_temp) /* {{{ */ in zend_ffi_cdata_get_debug_info()
2100 static void zend_ffi_ctype_free_obj(zend_object *object) /* {{{ */ in zend_ffi_ctype_free_obj()
2166 static HashTable *zend_ffi_ctype_get_debug_info(zval *object, int *is_temp) /* {{{ */ in zend_ffi_ctype_get_debug_info()
2309 static void zend_ffi_free_obj(zend_object *object) /* {{{ */ in zend_ffi_free_obj()
2334 static void zend_ffi_cdata_free_obj(zend_object *object) /* {{{ */ in zend_ffi_cdata_free_obj()
4713 static ZEND_COLD void zend_fake_unset_dimension(zval *object, zval *offset) /* {{{ */ in zend_fake_unset_dimension()
4771 static HashTable *zend_fake_get_properties(zval *object) /* {{{ */ in zend_fake_get_properties()
4777 static HashTable *zend_fake_get_gc(zval *object, zval **table, int *n) /* {{{ */ in zend_fake_get_gc()
4851 static zval* zend_ffi_free_get(zval *object, zval *rv) /* {{{ */ in zend_ffi_free_get()
[all …]
/PHP-7.4/ext/dom/
H A Ddom_iterators.c160 zval *object = &iterator->intern.data; in php_dom_iterator_current_key() local
179 zval *object; in php_dom_iterator_move_forward() local
258 zend_object_iterator *php_dom_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ */ in php_dom_get_iterator()
/PHP-7.4/main/streams/
H A Duserspace.c121 zval object; member
282 …eam_create_object(struct php_user_stream_wrapper *uwrap, php_stream_context *context, zval *object) in user_stream_create_object()
1116 zval object; in user_wrapper_unlink() local
1160 zval object; in user_wrapper_rename() local
1206 zval object; in user_wrapper_mkdir() local
1254 zval object; in user_wrapper_rmdir() local
1300 zval object; in user_wrapper_metadata() local
1373 zval object; in user_wrapper_stat_url() local
/PHP-7.4/ext/fileinfo/
H A Dfileinfo.c54 #define FILEINFO_DECLARE_INIT_OBJECT(object) \ argument
70 #define FILEINFO_FROM_OBJECT(finfo, object) \ argument
82 static void finfo_objects_free(zend_object *object) in finfo_objects_free()
/PHP-7.4/ext/json/
H A Djson_parser.y242 static int php_json_parser_object_create(php_json_parser *parser, zval *object) in php_json_parser_object_create()
252 static int php_json_parser_object_update(php_json_parser *parser, zval *object, zend_string *key, z… in php_json_parser_object_update()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c1436 zval *object; in ZEND_METHOD() local
1499 zval *object; in ZEND_METHOD() local
2245 zval *object; in ZEND_METHOD() local
3694 zval *object; in reflection_class_object_ctor() local
4656 zval *object; in ZEND_METHOD() local
5274 zval *object; in ZEND_METHOD() local
5476 zval *object, *name; in ZEND_METHOD() local
5524 zval *object, *name; in ZEND_METHOD() local
5561 zval *object, *name; in ZEND_METHOD() local
5721 zval *object; in ZEND_METHOD() local
[all …]
/PHP-7.4/ext/intl/collator/
H A Dcollator_create.c32 zval* object; in collator_ctor() local
H A Dcollator_class.c39 void Collator_objects_free(zend_object *object ) in Collator_objects_free()
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c225 zval *object = ZEND_THIS; in PHP_METHOD() local
426 static zval *pdo_stmt_instantiate(pdo_dbh_t *dbh, zval *object, zend_class_entry *dbstmt_ce, zval *… in pdo_stmt_instantiate()
446 static void pdo_stmt_construct(zend_execute_data *execute_data, pdo_stmt_t *stmt, zval *object, zen… in pdo_stmt_construct()
1347 static zend_function *dbh_method_get(zend_object **object, zend_string *method_name, const zval *ke… in dbh_method_get()
1378 static HashTable *dbh_get_gc(zval *object, zval **gc_data, int *gc_count) in dbh_get_gc()
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp94 zend_class_entry *ce, zval *object, int by_ref) in _breakiterator_get_iterator()
208 zval *object, in IntlIterator_from_BreakIterator_parts()
/PHP-7.4/ext/zend_test/
H A Dtest.c146 static zend_function *zend_test_class_method_get(zend_object **object, zend_string *name, const zva… in zend_test_class_method_get()
179 static int zend_test_class_call_method(zend_string *method, zend_object *object, INTERNAL_FUNCTION_… in zend_test_class_call_method()

Completed in 125 milliseconds

1234