Home
last modified time | relevance | path

Searched defs:obj (Results 51 – 75 of 152) sorted by relevance

1234567

/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/Zend/
H A Dzend_gc.c445 zend_object *obj = (zend_object *) ref; in gc_trace_ref() local
806 zend_object *obj = (zend_object*)ref; in gc_scan_black() local
1007 zend_object *obj = (zend_object*)ref; in gc_mark_grey() local
1254 zend_object *obj = (zend_object*)ref; in gc_scan() local
1453 zend_object *obj = (zend_object*)ref; in gc_collect_white() local
1694 zend_object *obj = (zend_object*)ref; in gc_remove_nested_data_from_buffer() local
1831 zend_object *obj = (zend_object*)p; in gc_call_destructors() local
1983 zend_object *obj = (zend_object *) p; in zend_gc_collect_cycles() local
2040 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()
H A Dzend_object_handlers.c318 zend_object *obj, const zend_string *member) { in zend_deprecated_dynamic_property()
674 static bool zend_should_call_hook(const zend_property_info *prop_info, const zend_object *obj) in zend_should_call_hook()
1660 zend_object *obj = Z_PTR_P(ZEND_THIS); in ZEND_FUNCTION() local
1684 zend_object *obj = Z_PTR_P(ZEND_THIS); in ZEND_FUNCTION() local
2357 ZEND_API zend_result zend_std_get_closure(zend_object *obj, zend_class_entry **ce_ptr, zend_functio… in zend_std_get_closure()
2381 ZEND_API HashTable *zend_std_get_properties_for(zend_object *obj, zend_prop_purpose purpose) { in zend_std_get_properties_for()
2429 ZEND_API HashTable *zend_get_properties_for(zval *obj, zend_prop_purpose purpose) { in zend_get_properties_for()
/php-src/ext/odbc/
H A Dphp_odbc.c90 static inline odbc_link *odbc_link_from_obj(zend_object *obj) in odbc_link_from_obj()
185 static zend_result odbc_connection_cast_object(zend_object *obj, zval *result, int type) in odbc_connection_cast_object()
196 static void odbc_connection_free_obj(zend_object *obj) in odbc_connection_free_obj()
207 static inline odbc_result *odbc_result_from_obj(zend_object *obj) in odbc_result_from_obj()
228 static zend_result odbc_result_cast_object(zend_object *obj, zval *result, int type) in odbc_result_cast_object()
277 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.c74 static zend_string *php_token_get_text(zval *obj) { in php_token_get_text()
124 zend_object *obj = Z_OBJ_P(ZEND_THIS); in PHP_METHOD() local
287 zend_object *obj = zend_objects_new(token_class); in add_token() local
/php-src/ext/dom/
H A Dhtml_document.c85 zend_result dom_modern_document_implementation_read(dom_object *obj, zval *retval) in dom_modern_document_implementation_read()
1450 zend_result dom_html_document_encoding_write(dom_object *obj, zval *newval) in dom_html_document_encoding_write()
1489 zend_result dom_html_document_element_read_helper(dom_object *obj, zval *retval, bool (*accept)(con… in dom_html_document_element_read_helper()
1510 zend_result dom_html_document_body_read(dom_object *obj, zval *retval) in dom_html_document_body_read()
1516 zend_result dom_html_document_head_read(dom_object *obj, zval *retval) in dom_html_document_head_read()
1522 zend_result dom_html_document_body_write(dom_object *obj, zval *newval) in dom_html_document_body_write()
1620 zend_result dom_html_document_title_read(dom_object *obj, zval *retval) in dom_html_document_title_read()
1665 zend_result dom_html_document_title_write(dom_object *obj, zval *newval) in dom_html_document_title_write()
/php-src/ext/intl/resourcebundle/
H A Dresourcebundle_class.h33 static inline ResourceBundle_object *php_intl_resourcebundle_fetch_object(zend_object *obj) { in php_intl_resourcebundle_fetch_object()
/php-src/ext/soap/
H A Dsoap.c197 static inline soap_server_object *soap_server_object_fetch(zend_object *obj) { in soap_server_object_fetch()
203 soap_server_object *obj = zend_object_alloc(sizeof(soap_server_object), ce); in soap_server_object_create() local
209 static void soap_server_object_free(zend_object *obj) { in soap_server_object_free()
227 static void soap_url_object_free(zend_object *obj) in soap_url_object_free()
246 static zend_result soap_url_cast_object(zend_object *obj, zval *result, int type) in soap_url_cast_object()
257 static inline soap_sdl_object *soap_sdl_object_fetch(zend_object *obj) in soap_sdl_object_fetch()
274 static void soap_sdl_object_free(zend_object *obj) in soap_sdl_object_free()
293 static zend_result soap_sdl_cast_object(zend_object *obj, zval *result, int type) in soap_sdl_cast_object()
640 static void soap_fault_dtor_properties(zval *obj) in soap_fault_dtor_properties()
1096 zval *obj; in PHP_METHOD() local
[all …]
/php-src/ext/intl/dateformat/
H A Ddateformat_class.h33 static inline IntlDateFormatter_object *php_intl_dateformatter_fetch_object(zend_object *obj) { in php_intl_dateformatter_fetch_object()
H A Ddatepatterngenerator_class.h39 …ine IntlDatePatternGenerator_object *php_intl_datepatterngenerator_fetch_object(zend_object *obj) { in php_intl_datepatterngenerator_fetch_object()
/php-src/ext/dom/parentnode/
H A Dtree.c32 zend_result dom_parent_node_first_element_child_read(dom_object *obj, zval *retval) in dom_parent_node_first_element_child_read()
51 zend_result dom_parent_node_last_element_child_read(dom_object *obj, zval *retval) in dom_parent_node_last_element_child_read()
70 zend_result dom_parent_node_child_element_count(dom_object *obj, zval *retval) in dom_parent_node_child_element_count()
/php-src/ext/intl/calendar/
H A Dcalendar_class.h41 static inline Calendar_object *php_intl_calendar_fetch_object(zend_object *obj) { in php_intl_calendar_fetch_object()
/php-src/ext/intl/collator/
H A Dcollator_class.h44 static inline Collator_object *php_intl_collator_fetch_object(zend_object *obj) { in php_intl_collator_fetch_object()
/php-src/ext/intl/transliterator/
H A Dtransliterator_class.h35 static inline Transliterator_object *php_intl_transliterator_fetch_object(zend_object *obj) { in php_intl_transliterator_fetch_object()
/php-src/ext/xsl/
H A Dphp_xsl.c301 static void xsl_object_set_data(void *obj, zval *wrapper) in xsl_object_set_data()
308 void php_xsl_set_object(zval *wrapper, void *obj) in php_xsl_set_object()
/php-src/ext/com_dotnet/
H A Dcom_persist.c625 php_com_dotnet_object *obj = NULL; in CPH_METHOD() local
653 static void helper_free_storage(zend_object *obj) in helper_free_storage()
673 static zend_object* helper_clone(zend_object *obj) in helper_clone()
/php-src/ext/intl/timezone/
H A Dtimezone_class.h47 static inline TimeZone_object *php_intl_timezone_fetch_object(zend_object *obj) { in php_intl_timezone_fetch_object()
/php-src/ext/intl/breakiterator/
H A Dbreakiterator_class.h44 static inline BreakIterator_object *php_intl_breakiterator_fetch_object(zend_object *obj) { in php_intl_breakiterator_fetch_object()
/php-src/ext/standard/
H A Dvar.c91 static const char *php_var_dump_object_prefix(zend_object *obj) { in php_var_dump_object_prefix()
824 static HashTable* php_var_serialize_call_sleep(zend_object *obj, zend_function *fn) /* {{{ */ in php_var_serialize_call_sleep()
847 static int php_var_serialize_call_magic_serialize(zval *retval, zval *obj) /* {{{ */ in php_var_serialize_call_magic_serialize()
1141 zval retval, obj; in php_var_serialize_intern() local
1245 zend_object *obj = Z_OBJ_P(struc); in php_var_serialize_intern() local
/php-src/ext/zend_test/
H A Dtest.c339 zend_object *obj; in ZEND_FUNCTION() local
355 zend_object *obj; in ZEND_FUNCTION() local
435 zend_object *obj = NULL; in ZEND_FUNCTION() local
478 zval obj; in ZEND_FUNCTION() local
829 zend_object *obj = zend_objects_new(class_type); in zend_test_class_new() local
1131 zend_object *obj; in ZEND_METHOD() local
1190 zend_object *obj; in ZEND_NAMED_FUNCTION() local
/php-src/ext/intl/spoofchecker/
H A Dspoofchecker_class.h39 static inline Spoofchecker_object *php_intl_spoofchecker_fetch_object(zend_object *obj) { in php_intl_spoofchecker_fetch_object()

Completed in 98 milliseconds

1234567