Home
last modified time | relevance | path

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

123456

/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/zip/
H A Dphp_zip.c889 ze_zip_object *obj; in php_zip_get_property_ptr_ptr() local
910 ze_zip_object *obj; in php_zip_write_property() local
929 ze_zip_object *obj; in php_zip_read_property() local
955 ze_zip_object *obj; in php_zip_has_property() local
997 ze_zip_object *obj; in php_zip_get_properties() local
1025 ze_zip_object *obj = ptr; in _php_zip_progress_callback_free() local
1037 ze_zip_object *obj = ptr; in _php_zip_cancel_callback_free() local
3020 ze_zip_object *obj = ptr; local
3036 ze_zip_object *obj; local
3065 ze_zip_object *obj = ptr; local
[all …]
/php-src/ext/dom/
H A Ddom_properties.h151 #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 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.c171 zend_result dom_xpath_document_read(dom_object *obj, zval *retval) in dom_xpath_document_read()
186 static inline dom_xpath_object *php_xpath_obj_from_dom_obj(dom_object *obj) { in php_xpath_obj_from_dom_obj()
190 zend_result dom_xpath_register_node_ns_read(dom_object *obj, zval *retval) in dom_xpath_register_node_ns_read()
197 zend_result dom_xpath_register_node_ns_write(dom_object *obj, zval *newval) in dom_xpath_register_node_ns_write()
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/mysqli/
H A Dmysqli.c231 static int mysqli_read_na(mysqli_object *obj, zval *retval, bool quiet) in mysqli_read_na()
244 mysqli_object *obj = php_mysqli_fetch_object(object); in mysqli_read_property() local
263 mysqli_object *obj = php_mysqli_fetch_object(object); in mysqli_write_property() local
308 mysqli_object *obj = php_mysqli_fetch_object(object); in mysqli_object_has_property() local
346 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/ffi/
H A Dffi.c1428 static void zend_ffi_cdata_write_dim(zend_object *obj, zval *offset, zval *value) /* {{{ */ in zend_ffi_cdata_write_dim()
1778 static zend_result zend_ffi_cdata_count_elements(zend_object *obj, zend_long *count) /* {{{ */ in zend_ffi_cdata_count_elements()
2032 static HashTable *zend_ffi_cdata_get_debug_info(zend_object *obj, int *is_temp) /* {{{ */ in zend_ffi_cdata_get_debug_info()
2275 static HashTable *zend_ffi_ctype_get_debug_info(zend_object *obj, int *is_temp) /* {{{ */ in zend_ffi_ctype_get_debug_info()
2458 static zend_object *zend_ffi_cdata_clone_obj(zend_object *obj) /* {{{ */ in zend_ffi_cdata_clone_obj()
5098 static ZEND_COLD void zend_fake_unset_dimension(zend_object *obj, zval *offset) /* {{{ */ in zend_fake_unset_dimension()
5151 static HashTable *zend_fake_get_properties(zend_object *obj) /* {{{ */ in zend_fake_get_properties()
5165 static zend_result zend_fake_cast_object(zend_object *obj, zval *result, int type) in zend_fake_cast_object()
5182 static zend_object *zend_ffi_free_clone_obj(zend_object *obj) /* {{{ */ in zend_ffi_free_clone_obj()
5209 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/Zend/
H A Dzend_gc.c435 zend_object *obj = (zend_object *) ref; in gc_trace_ref() local
786 zend_object *obj = (zend_object*)ref; in gc_scan_black() local
987 zend_object *obj = (zend_object*)ref; in gc_mark_grey() local
1234 zend_object *obj = (zend_object*)ref; in gc_scan() local
1433 zend_object *obj = (zend_object*)ref; in gc_collect_white() local
1674 zend_object *obj = (zend_object*)ref; in gc_remove_nested_data_from_buffer() local
1851 zend_object *obj = (zend_object *) p; in zend_gc_collect_cycles() local
1895 zend_object *obj = (zend_object*)p; in zend_gc_collect_cycles() local
1928 zend_object *obj = (zend_object*)p; in zend_gc_collect_cycles() local
H A Dzend_closures.c491 ZEND_API const zend_function *zend_get_closure_method_def(zend_object *obj) /* {{{ */ in zend_get_closure_method_def()
498 ZEND_API zval* zend_get_closure_this_ptr(zval *obj) /* {{{ */ in zend_get_closure_this_ptr()
562 static zend_result zend_closure_get_closure(zend_object *obj, zend_class_entry **ce_ptr, zend_funct… in zend_closure_get_closure()
683 static HashTable *zend_closure_get_gc(zend_object *obj, zval **table, int *n) /* {{{ */ in zend_closure_get_gc()
/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()
/php-src/ext/intl/msgformat/
H A Dmsgformat_class.h34 static inline MessageFormatter_object *php_intl_messageformatter_fetch_object(zend_object *obj) { in php_intl_messageformatter_fetch_object()
/php-src/ext/simplexml/
H A Dphp_simplexml_exports.h40 static inline php_sxe_object *php_sxe_fetch_object(zend_object *obj) /* {{{ */ { in php_sxe_fetch_object()
/php-src/ext/odbc/
H A Dphp_odbc.c94 static inline odbc_link *odbc_link_from_obj(zend_object *obj) in odbc_link_from_obj()
189 static zend_result odbc_connection_cast_object(zend_object *obj, zval *result, int type) in odbc_connection_cast_object()
200 static void odbc_connection_free_obj(zend_object *obj) in odbc_connection_free_obj()
211 static inline odbc_result *odbc_result_from_obj(zend_object *obj) in odbc_result_from_obj()
232 static zend_result odbc_result_cast_object(zend_object *obj, zval *result, int type) in odbc_result_cast_object()
281 static void odbc_result_free_obj(zend_object *obj) in odbc_result_free_obj()
/php-src/sapi/phpdbg/
H A Dtest.php80 $obj = new testClass; variable
/php-src/ext/xmlreader/
H A Dphp_xmlreader.h49 static inline xmlreader_object *php_xmlreader_fetch_object(zend_object *obj) { in php_xmlreader_fetch_object()
/php-src/ext/tokenizer/
H A Dtokenizer.c75 static zend_string *php_token_get_text(zval *obj) { in php_token_get_text()
125 zend_object *obj = Z_OBJ_P(ZEND_THIS); in PHP_METHOD() local
288 zend_object *obj = zend_objects_new(token_class); in add_token() local

Completed in 94 milliseconds

123456