Home
last modified time | relevance | path

Searched defs:object (Results 76 – 100 of 129) sorted by relevance

123456

/php-src/ext/intl/common/
H A Dcommon_date.cpp34 void *object, in timezone_convert_datetimezone()
/php-src/ext/intl/dateformat/
H A Ddateformat_create.cpp50 zval *object; in datefmt_ctor() local
/php-src/ext/mysqli/
H A Dmysqli_result_iterator.c43 zend_object_iterator *php_mysqli_result_get_iterator(zend_class_entry *ce, zval *object, int by_ref) in php_mysqli_result_get_iterator()
/php-src/ext/zend_test/
H A Dtest.c187 zend_object *object; in ZEND_FUNCTION() local
204 zend_object *object; in ZEND_FUNCTION() local
223 zend_object *object; in ZEND_FUNCTION() local
275 zend_object *object; in ZEND_FUNCTION() local
750 static zend_function *zend_test_class_method_get(zend_object **object, zend_string *name, const zva… in zend_test_class_method_get()
H A Diterators.c89 zval *object, in test_traversable_get_iterator()
H A Dtest.stub.php235 function zend_weakmap_attach(object $object, mixed $value): bool {} argument
236 function zend_weakmap_remove(object $object): bool {} argument
/php-src/ext/spl/
H A Dspl_observer.c76 void spl_SplObjectStorage_free_storage(zend_object *object) /* {{{ */ in spl_SplObjectStorage_free_storage()
443 static int spl_object_storage_has_dimension(zend_object *object, zval *offset, int check_empty) in spl_object_storage_has_dimension()
462 static zval *spl_object_storage_read_dimension(zend_object *object, zval *offset, int type, zval *r… in spl_object_storage_read_dimension()
485 static void spl_object_storage_write_dimension(zend_object *object, zval *offset, zval *inf) in spl_object_storage_write_dimension()
495 static void spl_object_storage_unset_dimension(zend_object *object, zval *offset) in spl_object_storage_unset_dimension()
/php-src/ext/xmlreader/
H A Dphp_xmlreader.c113 zval *xmlreader_get_property_ptr_ptr(zend_object *object, zend_string *name, int type, void **cache… in xmlreader_get_property_ptr_ptr()
127 zval *xmlreader_read_property(zend_object *object, zend_string *name, int type, void **cache_slot, … in xmlreader_read_property()
148 zval *xmlreader_write_property(zend_object *object, zend_string *name, zval *value, void **cache_sl… in xmlreader_write_property()
320 void xmlreader_objects_free_storage(zend_object *object) in xmlreader_objects_free_storage()
/php-src/Zend/
H A Dzend_gdb.c62 ZEND_API bool zend_gdb_register_code(const void *object, size_t size) in zend_gdb_register_code()
H A Dzend_vm_execute.h5579 zval *object; in ZEND_DECLARE_LAMBDA_FUNCTION_SPEC_CONST_HANDLER() local
6901 zval *object; in ZEND_INIT_METHOD_CALL_SPEC_CONST_CONST_HANDLER() local
9421 zval *object; in ZEND_INIT_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER() local
11808 zval *object; in ZEND_INIT_METHOD_CALL_SPEC_CONST_CV_HANDLER() local
16161 zval *object; in ZEND_INIT_METHOD_CALL_SPEC_TMPVAR_CONST_HANDLER() local
17606 zval *object; in ZEND_INIT_METHOD_CALL_SPEC_TMPVAR_TMPVAR_HANDLER() local
18966 zval *object; in ZEND_INIT_METHOD_CALL_SPEC_TMPVAR_CV_HANDLER() local
22975 zval *object; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_CONST_HANDLER() local
23202 zval *object; in ZEND_PRE_INC_OBJ_SPEC_VAR_CONST_HANDLER() local
23269 zval *object; in ZEND_POST_INC_OBJ_SPEC_VAR_CONST_HANDLER() local
[all …]
H A Dzend_fibers.c707 static void zend_fiber_object_destroy(zend_object *object) in zend_fiber_object_destroy()
746 static void zend_fiber_object_free(zend_object *object) in zend_fiber_object_free()
756 static HashTable *zend_fiber_object_gc(zend_object *object, zval **table, int *num) in zend_fiber_object_gc()
H A Dzend_execute_API.c750 zend_result _call_user_function_impl(zval *object, zval *function_name, zval *retval_ptr, uint32_t … in _call_user_function_impl()
1044 zend_function *fn, zend_object *object, zend_class_entry *called_scope, zval *retval_ptr, in zend_call_known_function()
1080 zend_function *fn, zend_object *object, zval *retval_ptr, zval *param1, zval *param2) in zend_call_known_instance_method_with_2_params()
1089 zend_object *object, zend_string *method_name, zval *retval, in zend_call_method_if_exists()
H A Dzend_builtin_functions.c944 static void _property_exists(zval *return_value, zval *object, zend_string *property) in _property_exists()
978 zval *object; in ZEND_FUNCTION() local
992 zval *object; variable
1780 zend_object *object; in zend_fetch_debug_backtrace() local
/php-src/ext/curl/
H A Dcurl_file.c126 zval *object; in ZEND_METHOD() local
/php-src/ext/com_dotnet/
H A Dcom_iterator.c134 zend_object_iterator *php_com_iter_get(zend_class_entry *ce, zval *object, int by_ref) in php_com_iter_get()
H A Dcom_com.c31 zval *object = ZEND_THIS; in PHP_METHOD() local
676 zval *object, *sinkobject; in PHP_FUNCTION() local
H A Dcom_wrapper.c38 zval object; /* the object exported */ member
525 static php_dispatchex *disp_constructor(zval *object) in disp_constructor()
H A Dcom_dotnet.c220 zval *object = ZEND_THIS; in PHP_METHOD() local
H A Dcom_persist.c662 php_com_persist_helper *object = (php_com_persist_helper*)obj; in helper_free_storage() local
682 php_com_persist_helper *clone, *object = (php_com_persist_helper*) obj; in helper_clone() local
/php-src/ext/tidy/
H A Dtidy.c385 static void tidy_object_free_storage(zend_object *object) in tidy_object_free_storage()
454 static zval *tidy_instantiate(zend_class_entry *pce, zval *object) in tidy_instantiate()
1168 zval *object; in PHP_FUNCTION() local
1312 zval *object; in PHP_FUNCTION() local
/php-src/ext/dom/
H A Dxpath.c36 void dom_xpath_objects_free_storage(zend_object *object) in dom_xpath_objects_free_storage()
50 HashTable *dom_xpath_get_gc(zend_object *object, zval **table, int *n) in dom_xpath_get_gc()
/php-src/ext/sockets/
H A Dsockets.c121 static zend_function *socket_get_constructor(zend_object *object) { in socket_get_constructor()
126 static void socket_free_obj(zend_object *object) in socket_free_obj()
141 static HashTable *socket_get_gc(zend_object *object, zval **table, int *n) in socket_get_gc()
176 static zend_function *address_info_get_constructor(zend_object *object) { in address_info_get_constructor()
181 static void address_info_free_obj(zend_object *object) in address_info_free_obj()
/php-src/ext/zip/
H A Dphp_zip.c467 #define ZIP_FROM_OBJECT(intern, object) \ argument
887 static zval *php_zip_get_property_ptr_ptr(zend_object *object, zend_string *name, int type, void **… in php_zip_get_property_ptr_ptr()
908 static zval *php_zip_write_property(zend_object *object, zend_string *name, zval *value, void **cac… in php_zip_write_property()
927 static zval *php_zip_read_property(zend_object *object, zend_string *name, int type, void **cache_s… in php_zip_read_property()
952 static int php_zip_has_property(zend_object *object, zend_string *name, int type, void **cache_slot… in php_zip_has_property()
986 static HashTable *php_zip_get_gc(zend_object *object, zval **gc_data, int *gc_data_count) /* {{{ */ in php_zip_get_gc()
994 static HashTable *php_zip_get_properties(zend_object *object)/* {{{ */ in php_zip_get_properties()
1045 static void php_zip_object_free_storage(zend_object *object) /* {{{ */ in php_zip_object_free_storage()
/php-src/ext/intl/transliterator/
H A Dtransliterator_methods.c27 …tic int create_transliterator( char *str_id, size_t str_id_len, zend_long direction, zval *object ) in create_transliterator()
/php-src/sapi/fuzzer/corpus/json/
H A Dpass1.json33 "object":{ }, object

Completed in 220 milliseconds

123456