/php-src/ext/intl/msgformat/ |
H A D | msgformat_class.h | 34 static inline MessageFormatter_object *php_intl_messageformatter_fetch_object(zend_object *obj) { in php_intl_messageformatter_fetch_object()
|
/php-src/ext/simplexml/ |
H A D | php_simplexml_exports.h | 40 static inline php_sxe_object *php_sxe_fetch_object(zend_object *obj) /* {{{ */ { in php_sxe_fetch_object()
|
/php-src/Zend/ |
H A D | zend_gc.c | 445 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 D | zend_closures.c | 491 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 D | zend_object_handlers.c | 318 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 D | php_odbc.c | 90 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 D | test.php | 80 $obj = new testClass; variable
|
/php-src/ext/xmlreader/ |
H A D | php_xmlreader.h | 49 static inline xmlreader_object *php_xmlreader_fetch_object(zend_object *obj) { in php_xmlreader_fetch_object()
|
/php-src/ext/tokenizer/ |
H A D | tokenizer.c | 74 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 D | html_document.c | 85 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 D | resourcebundle_class.h | 33 static inline ResourceBundle_object *php_intl_resourcebundle_fetch_object(zend_object *obj) { in php_intl_resourcebundle_fetch_object()
|
/php-src/ext/soap/ |
H A D | soap.c | 197 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 D | dateformat_class.h | 33 static inline IntlDateFormatter_object *php_intl_dateformatter_fetch_object(zend_object *obj) { in php_intl_dateformatter_fetch_object()
|
H A D | datepatterngenerator_class.h | 39 …ine IntlDatePatternGenerator_object *php_intl_datepatterngenerator_fetch_object(zend_object *obj) { in php_intl_datepatterngenerator_fetch_object()
|
/php-src/ext/dom/parentnode/ |
H A D | tree.c | 32 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 D | calendar_class.h | 41 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 D | collator_class.h | 44 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 D | transliterator_class.h | 35 static inline Transliterator_object *php_intl_transliterator_fetch_object(zend_object *obj) { in php_intl_transliterator_fetch_object()
|
/php-src/ext/xsl/ |
H A D | php_xsl.c | 301 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 D | com_persist.c | 625 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 D | timezone_class.h | 47 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 D | breakiterator_class.h | 44 static inline BreakIterator_object *php_intl_breakiterator_fetch_object(zend_object *obj) { in php_intl_breakiterator_fetch_object()
|
/php-src/ext/standard/ |
H A D | var.c | 91 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 D | test.c | 339 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 D | spoofchecker_class.h | 39 static inline Spoofchecker_object *php_intl_spoofchecker_fetch_object(zend_object *obj) { in php_intl_spoofchecker_fetch_object()
|