Home
last modified time | relevance | path

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

1234

/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_format_object.cpp69 zval *object, in PHP_FUNCTION() local
H A Ddateformat_create.cpp50 zval *object; in datefmt_ctor() local
/PHP-7.4/ext/intl/common/
H A Dcommon_date.cpp36 void *object, in timezone_convert_datetimezone()
/PHP-7.4/ext/xsl/
H A Dphp_xsl.c190 xsl_object *object; in php_xsl_set_object() local
H A Dxsltprocessor.c482 php_libxml_node_object *object; in php_xsl_apply_stylesheet() local
/PHP-7.4/ext/mysqli/
H A Dmysqli_result_iterator.c45 zend_object_iterator *php_mysqli_result_get_iterator(zend_class_entry *ce, zval *object, int by_ref) in php_mysqli_result_get_iterator()
/PHP-7.4/ext/spl/
H A Dspl_dllist.c347 static void spl_dllist_object_free_storage(zend_object *object) /* {{{ */ in spl_dllist_object_free_storage()
474 static int spl_dllist_object_count_elements(zval *object, zend_long *count) /* {{{ */ in spl_dllist_object_count_elements()
986 spl_dllist_object *object = Z_SPLDLLIST_P(&iter->data); in spl_dllist_it_rewind() local
1026 spl_dllist_object *object = Z_SPLDLLIST_P(&iter->data); in spl_dllist_it_move_forward() local
1367 zend_object_iterator *spl_dllist_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{… in spl_dllist_get_iterator()
H A Dspl_iterators.h118 zend_object *object; member
125 zend_object *object; member
H A Dspl_directory.h57 void *object; member
/PHP-7.4/ext/xmlreader/
H A Dphp_xmlreader.c117 zval *xmlreader_get_property_ptr_ptr(zval *object, zval *member, int type, void **cache_slot) in xmlreader_get_property_ptr_ptr()
152 zval *xmlreader_read_property(zval *object, zval *member, int type, void **cache_slot, zval *rv) in xmlreader_read_property()
192 zval *xmlreader_write_property(zval *object, zval *member, zval *value, void **cache_slot) in xmlreader_write_property()
377 void xmlreader_objects_free_storage(zend_object *object) in xmlreader_objects_free_storage()
/PHP-7.4/Zend/
H A Dzend_vm_execute.h5722 zval *object; in ZEND_INIT_METHOD_CALL_SPEC_CONST_CONST_HANDLER() local
7993 zval *object; in ZEND_INIT_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER() local
9527 zval *object; in ZEND_DECLARE_LAMBDA_FUNCTION_SPEC_CONST_UNUSED_HANDLER() local
10454 zval *object; in ZEND_INIT_METHOD_CALL_SPEC_CONST_CV_HANDLER() local
14774 zval *object; in ZEND_INIT_METHOD_CALL_SPEC_TMPVAR_CONST_HANDLER() local
16198 zval *object; in ZEND_INIT_METHOD_CALL_SPEC_TMPVAR_TMPVAR_HANDLER() local
17492 zval *object; in ZEND_INIT_METHOD_CALL_SPEC_TMPVAR_CV_HANDLER() local
22160 zval *object; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_CONST_HANDLER() local
22372 zval *object; in ZEND_PRE_INC_OBJ_SPEC_VAR_CONST_HANDLER() local
22432 zval *object; in ZEND_POST_INC_OBJ_SPEC_VAR_CONST_HANDLER() local
[all …]
H A Dzend_execute.c647 static zend_never_inline ZEND_COLD zval* ZEND_FASTCALL make_real_object(zval *object, zval *propert… in make_real_object()
1282 static zend_never_inline void zend_assign_to_object_dim(zval *object, zval *dim, zval *value OPLINE… in zend_assign_to_object_dim()
1313 static zend_never_inline void zend_binary_assign_op_obj_dim(zval *object, zval *property OPLINE_DC … in zend_binary_assign_op_obj_dim()
1816 static zend_never_inline void zend_post_incdec_overloaded_property(zval *object, zval *property, vo… in zend_post_incdec_overloaded_property()
1853 static zend_never_inline void zend_pre_incdec_overloaded_property(zval *object, zval *property, voi… in zend_pre_incdec_overloaded_property()
1894 static zend_never_inline void zend_assign_op_overloaded_property(zval *object, zval *property, void… in zend_assign_op_overloaded_property()
2023 static zend_never_inline ZEND_COLD void ZEND_FASTCALL zend_invalid_method_call(zval *object, zval *… in zend_invalid_method_call()
4113 zend_object *object; in zend_init_dynamic_call_object() local
4205 zend_object *object = Z_OBJ_P(obj); in zend_init_dynamic_call_array() local
4336 zend_object *object; in zend_do_fcall_overloaded() local
H A Dzend_vm_def.h1070 zval *object; variable
1332 zval *object; variable
1398 zval *object; variable
2448 zval *object, *property, *value, tmp; variable
3474 zval *object; variable
7641 zval *object; variable
8374 zend_object *object = Z_OBJ(call->This); variable
H A Dzend_builtin_functions.c1405 zval *object; in ZEND_FUNCTION() local
2212 zend_object *object; in ZEND_FUNCTION() local
2402 zend_object *object; in zend_fetch_debug_backtrace() local
/PHP-7.4/ext/com_dotnet/
H A Dcom_iterator.c135 zend_object_iterator *php_com_iter_get(zend_class_entry *ce, zval *object, int by_ref) in php_com_iter_get()
H A Dcom_dotnet.c186 zval *object = getThis(); in PHP_FUNCTION() local
H A Dcom_wrapper.c40 zval object; /* the object exported */ member
529 static php_dispatchex *disp_constructor(zval *object) in disp_constructor()
H A Dcom_com.c33 zval *object = getThis(); in PHP_FUNCTION() local
707 zval *object, *sinkobject, *sink=NULL; in PHP_FUNCTION() local
H A Dcom_persist.c686 php_com_persist_helper *object = (php_com_persist_helper*)obj; in helper_free_storage() local
706 php_com_persist_helper *clone, *object = (php_com_persist_helper*)Z_OBJ_P(obj); in helper_clone() local
/PHP-7.4/ext/zip/
H A Dphp_zip.c373 #define ZIP_FROM_OBJECT(intern, object) \ argument
871 static zval *php_zip_get_property_ptr_ptr(zval *object, zval *member, int type, void **cache_slot) … in php_zip_get_property_ptr_ptr()
906 static zval *php_zip_read_property(zval *object, zval *member, int type, void **cache_slot, zval *r… in php_zip_read_property()
946 static int php_zip_has_property(zval *object, zval *member, int type, void **cache_slot) /* {{{ */ in php_zip_has_property()
995 static HashTable *php_zip_get_gc(zval *object, zval **gc_data, int *gc_data_count) /* {{{ */ in php_zip_get_gc()
1003 static HashTable *php_zip_get_properties(zval *object)/* {{{ */ in php_zip_get_properties()
1030 static void php_zip_object_free_storage(zend_object *object) /* {{{ */ in php_zip_object_free_storage()
/PHP-7.4/ext/intl/transliterator/
H A Dtransliterator_methods.c30 …tic int create_transliterator( char *str_id, size_t str_id_len, zend_long direction, zval *object ) in create_transliterator()
/PHP-7.4/ext/libxml/
H A Dphp_libxml.h48 zval object; member
/PHP-7.4/ext/xmlwriter/
H A Dphp_xmlwriter.c100 #define XMLWRITER_FROM_OBJECT(intern, object) \ argument
114 static void xmlwriter_object_dtor(zend_object *object) in xmlwriter_object_dtor()
128 static void xmlwriter_object_free_storage(zend_object *object) in xmlwriter_object_free_storage()
/PHP-7.4/ext/soap/
H A Dphp_encoding.c1166 static void set_zval_property(zval* object, char* name, zval* val) in set_zval_property()
1172 static zval* get_zval_property(zval* object, char* name, zval *rv) in get_zval_property()
1187 static void unset_zval_property(zval* object, char* name) in unset_zval_property()
1591 static int model_to_xml_object(xmlNodePtr node, sdlContentModelPtr model, zval *object, int style, … in model_to_xml_object()
/PHP-7.4/ext/tidy/
H A Dtidy.c694 static void tidy_object_free_storage(zend_object *object) in tidy_object_free_storage()
765 static zval * tidy_instanciate(zend_class_entry *pce, zval *object) in tidy_instanciate()

Completed in 257 milliseconds

1234