Home
last modified time | relevance | path

Searched defs:obj (Results 26 – 50 of 152) sorted by relevance

1234567

/php-src/Zend/
H A Dzend_objects_API.c49 zend_object *obj = objects->object_buckets[i]; in zend_objects_store_call_destructors() local
73 zend_object *obj = *obj_ptr; in zend_objects_store_mark_destructed() local
85 zend_object **obj_ptr, **end, *obj; in zend_objects_store_free_object_storage() local
/php-src/ext/dom/
H A Dtoken_list.h28 static inline dom_token_list_object *php_dom_token_list_from_obj(zend_object *obj) in php_dom_token_list_from_obj()
33 static inline dom_token_list_object *php_dom_token_list_from_dom_obj(dom_object *obj) in php_dom_token_list_from_dom_obj()
H A Ddom_properties.h169 #define DOM_PROP_NODE(type, name, obj) \ argument
H A Dxml_common.h32 static inline dom_object *php_dom_obj_from_obj(zend_object *obj) { in php_dom_obj_from_obj()
76 #define DOM_RET_OBJ(obj, domobject) \ argument
H A Dcharacterdata.c57 zend_result dom_characterdata_data_read(dom_object *obj, zval *retval) in dom_characterdata_data_read()
64 zend_result dom_characterdata_data_write(dom_object *obj, zval *newval) in dom_characterdata_data_write()
84 zend_result dom_characterdata_length_read(dom_object *obj, zval *retval) in dom_characterdata_length_read()
H A Dphp_dom.c314 PHP_DOM_EXPORT xmlNodePtr dom_object_get_node(dom_object *obj) in dom_object_get_node()
325 PHP_DOM_EXPORT dom_object *php_dom_object_get_data(xmlNodePtr obj) in php_dom_object_get_data()
359 dom_object *obj = php_dom_obj_from_obj(object); in dom_get_property_ptr_ptr() local
391 dom_object *obj = php_dom_obj_from_obj(object); in dom_read_property() local
412 dom_object *obj = php_dom_obj_from_obj(object); in dom_write_property() local
453 dom_object *obj = php_dom_obj_from_obj(object); in dom_property_exists() local
480 dom_object *obj = php_dom_obj_from_obj(object); in dom_unset_property() local
492 dom_object *obj = php_dom_obj_from_obj(object); in dom_get_debug_info_helper() local
1655 bool php_dom_create_nullable_object(xmlNodePtr obj, zval *return_value, dom_object *domobj) in php_dom_create_nullable_object()
1666 PHP_DOM_EXPORT bool php_dom_create_object(xmlNodePtr obj, zval *return_value, dom_object *domobj) in php_dom_create_object()
[all …]
H A Dxpath_callbacks.c66 xmlXPathObjectPtr obj = valuePop(ctxt); in php_dom_xpath_callbacks_clean_argument_stack() local
324 xmlXPathObjectPtr obj = valuePop(ctxt); in php_dom_xpath_callback_fetch_args() local
430 dom_object *obj; in php_dom_xpath_callback_dispatch() local
469 xmlXPathObjectPtr obj = valuePop(ctxt); in php_dom_xpath_callbacks_call_php_ns() local
H A Dxpath.c172 zend_result dom_xpath_document_read(dom_object *obj, zval *retval) in dom_xpath_document_read()
192 static inline dom_xpath_object *php_xpath_obj_from_dom_obj(dom_object *obj) { in php_xpath_obj_from_dom_obj()
196 zend_result dom_xpath_register_node_ns_read(dom_object *obj, zval *retval) in dom_xpath_register_node_ns_read()
203 zend_result dom_xpath_register_node_ns_write(dom_object *obj, zval *newval) in dom_xpath_register_node_ns_write()
H A Delement.c118 zend_result dom_element_tag_name_read(dom_object *obj, zval *retval) in dom_element_tag_name_read()
132 static zend_result dom_element_reflected_attribute_read(dom_object *obj, zval *retval, const char *… in dom_element_reflected_attribute_read()
166 zend_result dom_element_class_name_read(dom_object *obj, zval *retval) in dom_element_class_name_read()
171 zend_result dom_element_class_name_write(dom_object *obj, zval *newval) in dom_element_class_name_write()
183 zend_result dom_element_class_list_read(dom_object *obj, zval *retval) in dom_element_class_list_read()
211 zend_result dom_element_id_read(dom_object *obj, zval *retval) in dom_element_id_read()
218 zend_result dom_element_id_write(dom_object *obj, zval *newval) in dom_element_id_write()
234 zend_result dom_element_schema_type_info_read(dom_object *obj, zval *retval) in dom_element_schema_type_info_read()
1864 zend_result dom_modern_element_substituted_node_value_read(dom_object *obj, zval *retval) in dom_modern_element_substituted_node_value_read()
1881 zend_result dom_modern_element_substituted_node_value_write(dom_object *obj, zval *newval) in dom_modern_element_substituted_node_value_write()
[all …]
H A Dnodelist.c63 zend_long php_dom_get_nodelist_length(dom_object *obj) in php_dom_get_nodelist_length()
122 zend_result dom_nodelist_length_read(dom_object *obj, zval *retval) in dom_nodelist_length_read()
H A Dnamednodemap.c34 int php_dom_get_namednodemap_length(dom_object *obj) in php_dom_get_namednodemap_length()
66 zend_result dom_namednodemap_length_read(dom_object *obj, zval *retval) in dom_namednodemap_length_read()
/php-src/ext/tidy/
H A Dtidy.c481 PHPTidyObj *obj; in tidy_doc_cast_handler() local
519 PHPTidyObj *obj; in tidy_node_cast_handler() local
554 static void tidy_doc_update_properties(PHPTidyObj *obj) in tidy_doc_update_properties()
586 static void tidy_add_node_default_properties(PHPTidyObj *obj) in tidy_add_node_default_properties()
1006 PHPTidyObj *obj; in PHP_FUNCTION() local
1067 PHPTidyObj *obj; in PHP_FUNCTION() local
1163 PHPTidyObj *obj; in PHP_FUNCTION() local
1304 PHPTidyObj *obj; in PHP_FUNCTION() local
1359 PHPTidyObj *obj; in PHP_METHOD() local
1406 PHPTidyObj *obj; in PHP_METHOD() local
[all …]
/php-src/ext/spl/
H A Dphp_spl.c67 zval *obj; in PHP_FUNCTION() local
101 zval *obj; in PHP_FUNCTION() local
130 zval *obj; in PHP_FUNCTION() local
356 zend_object *obj; member
647 zend_object *obj; in PHP_FUNCTION() local
660 zend_object *obj; in PHP_FUNCTION() local
670 PHPAPI zend_string *php_spl_object_hash(zend_object *obj) /* {{{*/ in php_spl_object_hash()
/php-src/ext/com_dotnet/
H A Dcom_misc.c48 php_com_dotnet_object *obj; in php_com_wrap_dispatch() local
70 php_com_dotnet_object *obj; in php_com_wrap_variant() local
/php-src/ext/date/
H A Dphp_date.h63 static inline php_date_obj *php_date_obj_from_obj(zend_object *obj) { in php_date_obj_from_obj()
80 static inline php_timezone_obj *php_timezone_obj_from_obj(zend_object *obj) { in php_timezone_obj_from_obj()
98 static inline php_interval_obj *php_interval_obj_from_obj(zend_object *obj) { in php_interval_obj_from_obj()
117 static inline php_period_obj *php_period_obj_from_obj(zend_object *obj) { in php_period_obj_from_obj()
/php-src/ext/bcmath/
H A Dbcmath.c862 static zend_always_inline bcmath_number_obj_t *get_bcmath_number_from_obj(const zend_object *obj) in get_bcmath_number_from_obj()
892 static void bcmath_number_free(zend_object *obj) in bcmath_number_free()
906 static zend_object *bcmath_number_clone(zend_object *obj) in bcmath_number_clone()
920 static HashTable *bcmath_number_get_properties_for(zend_object *obj, zend_prop_purpose purpose) in bcmath_number_get_properties_for()
934 static zval *bcmath_number_write_property(zend_object *obj, zend_string *name, zval *value, void **… in bcmath_number_write_property()
944 static void bcmath_number_unset_property(zend_object *obj, zend_string *name, void **cache_slot) in bcmath_number_unset_property()
971 static int bcmath_number_has_property(zend_object *obj, zend_string *name, int check_empty, void **… in bcmath_number_has_property()
987 static zend_result bcmath_number_cast_object(zend_object *obj, zval *ret, int type) in bcmath_number_cast_object()
1161 static zend_result bcmath_number_parse_num(zval *zv, zend_object **obj, zend_string **str, zend_lon… in bcmath_number_parse_num()
1187 bc_num *num, size_t *full_scale, const zend_object *obj, const zend_string *str, zend_long lval) in bc_num_from_obj_or_str_or_long()
[all …]
/php-src/ext/zip/
H A Dphp_zip.c888 ze_zip_object *obj; in php_zip_get_property_ptr_ptr() local
909 ze_zip_object *obj; in php_zip_write_property() local
928 ze_zip_object *obj; in php_zip_read_property() local
954 ze_zip_object *obj; in php_zip_has_property() local
996 ze_zip_object *obj; in php_zip_get_properties() local
1024 ze_zip_object *obj = ptr; in _php_zip_progress_callback_free() local
1036 ze_zip_object *obj = ptr; in _php_zip_cancel_callback_free() local
3025 ze_zip_object *obj = ptr; local
3041 ze_zip_object *obj; local
3070 ze_zip_object *obj = ptr; local
[all …]
/php-src/ext/mysqli/
H A Dmysqli.c230 static zend_result mysqli_read_na(mysqli_object *obj, zval *retval, bool quiet) in mysqli_read_na()
243 mysqli_object *obj = php_mysqli_fetch_object(object); in mysqli_read_property() local
262 mysqli_object *obj = php_mysqli_fetch_object(object); in mysqli_write_property() local
307 mysqli_object *obj = php_mysqli_fetch_object(object); in mysqli_object_has_property() local
345 mysqli_object *obj = php_mysqli_fetch_object(object); in mysqli_object_get_debug_info() local
/php-src/ext/fileinfo/
H A Dfileinfo.c53 static inline finfo_object *php_finfo_fetch_object(zend_object *obj) { in php_finfo_fetch_object()
241 finfo_object *obj; in PHP_FUNCTION() local
247 finfo_object *obj = php_finfo_fetch_object(zobj); in PHP_FUNCTION() local
/php-src/ext/json/
H A Djson_encoder.c148 zend_object *obj = Z_OBJ_P(val); in php_json_encode_array() local
222 zend_object *obj = Z_OBJ_P(val); in php_json_encode_array() local
585 zend_object *obj = Z_OBJ_P(val); in php_json_encode_serializable_object() local
/php-src/ext/ffi/
H A Dffi.c1429 static void zend_ffi_cdata_write_dim(zend_object *obj, zval *offset, zval *value) /* {{{ */ in zend_ffi_cdata_write_dim()
1779 static zend_result zend_ffi_cdata_count_elements(zend_object *obj, zend_long *count) /* {{{ */ in zend_ffi_cdata_count_elements()
2033 static HashTable *zend_ffi_cdata_get_debug_info(zend_object *obj, int *is_temp) /* {{{ */ in zend_ffi_cdata_get_debug_info()
2276 static HashTable *zend_ffi_ctype_get_debug_info(zend_object *obj, int *is_temp) /* {{{ */ in zend_ffi_ctype_get_debug_info()
2459 static zend_object *zend_ffi_cdata_clone_obj(zend_object *obj) /* {{{ */ in zend_ffi_cdata_clone_obj()
5140 static ZEND_COLD void zend_fake_unset_dimension(zend_object *obj, zval *offset) /* {{{ */ in zend_fake_unset_dimension()
5193 static HashTable *zend_fake_get_properties(zend_object *obj) /* {{{ */ in zend_fake_get_properties()
5207 static zend_result zend_fake_cast_object(zend_object *obj, zval *result, int type) in zend_fake_cast_object()
5224 static zend_object *zend_ffi_free_clone_obj(zend_object *obj) /* {{{ */ in zend_ffi_free_clone_obj()
5251 static ZEND_COLD void zend_ffi_free_unset_dimension(zend_object *obj, zval *offset) /* {{{ */ in zend_ffi_free_unset_dimension()
[all …]
/php-src/ext/sqlite3/
H A Dphp_sqlite3_structs.h77 static inline php_sqlite3_db_object *php_sqlite3_db_from_obj(zend_object *obj) { in php_sqlite3_db_from_obj()
113 static inline php_sqlite3_result *php_sqlite3_result_from_obj(zend_object *obj) { in php_sqlite3_result_from_obj()
132 static inline php_sqlite3_stmt *php_sqlite3_stmt_from_obj(zend_object *obj) { in php_sqlite3_stmt_from_obj()
/php-src/ext/standard/
H A Duser_filters.c108 zval *obj = &thisfilter->abstract; in userfilter_dtor() local
136 zval *obj = &thisfilter->abstract; in userfilter_filter() local
226 zval obj; in user_filter_factory_create() local
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter.h42 static inline ze_xmlwriter_object *php_xmlwriter_fetch_object(zend_object *obj) { in php_xmlwriter_fetch_object()
/php-src/ext/intl/formatter/
H A Dformatter_class.h30 static inline NumberFormatter_object *php_intl_number_format_fetch_object(zend_object *obj) { in php_intl_number_format_fetch_object()

Completed in 146 milliseconds

1234567