/php-src/Zend/ |
H A D | zend_interfaces.c | 260 static int zend_implement_traversable(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_traversable() 288 static int zend_implement_aggregate(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_aggregate() 330 static int zend_implement_iterator(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_iterator() 384 static int zend_implement_arrayaccess(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_arrayaccess() 465 static int zend_implement_serializable(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_serializable()
|
H A D | zend_enum.c | 127 static int zend_implement_unit_enum(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_unit_enum() 140 static int zend_implement_backed_enum(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_backed_enum()
|
H A D | zend_API.c | 1412 static zend_class_mutable_data *zend_allocate_mutable_data(zend_class_entry *class_type) /* {{{ */ in zend_allocate_mutable_data() 1428 ZEND_API HashTable *zend_separate_class_constants_table(zend_class_entry *class_type) /* {{{ */ in zend_separate_class_constants_table() 1517 ZEND_API zend_result zend_update_class_constants(zend_class_entry *class_type) /* {{{ */ in zend_update_class_constants() 1656 …ways_inline void _object_properties_init(zend_object *object, zend_class_entry *class_type) /* {{{… in _object_properties_init() 1683 ZEND_API void object_properties_init(zend_object *object, zend_class_entry *class_type) /* {{{ */ in object_properties_init() 1796 …ays_inline zend_result _object_and_properties_init(zval *arg, zend_class_entry *class_type, HashTa… in _object_and_properties_init() 1838 ZEND_API zend_result object_and_properties_init(zval *arg, zend_class_entry *class_type, HashTable … in object_and_properties_init() 1844 ZEND_API zend_result object_init_ex(zval *arg, zend_class_entry *class_type) /* {{{ */ in object_init_ex() 1850 ZEND_API zend_result object_init_with_constructor(zval *arg, zend_class_entry *class_type, uint32_t… in object_init_with_constructor() 3671 static ZEND_COLD zend_object *display_disabled_class(zend_class_entry *class_type) /* {{{ */ in display_disabled_class()
|
H A D | zend_exceptions.c | 58 static int zend_implement_throwable(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_throwable() 258 static zend_object *zend_default_exception_new(zend_class_entry *class_type) /* {{{ */ in zend_default_exception_new()
|
/php-src/ext/curl/ |
H A D | share.c | 139 static zend_object *curl_share_create_object(zend_class_entry *class_type) { in curl_share_create_object()
|
H A D | multi.c | 537 static zend_object *curl_multi_create_object(zend_class_entry *class_type) { in curl_multi_create_object()
|
/php-src/ext/dom/ |
H A D | php_dom.c | 688 static zend_object *dom_token_list_new(zend_class_entry *class_type) in dom_token_list_new() 1500 static void dom_objects_set_class_ex(zend_class_entry *class_type, dom_object *intern) in dom_objects_set_class_ex() 1513 static dom_object* dom_objects_set_class(zend_class_entry *class_type) in dom_objects_set_class() 1521 zend_object *dom_objects_new(zend_class_entry *class_type) in dom_objects_new() 1528 static zend_object *dom_objects_namespace_node_new(zend_class_entry *class_type) in dom_objects_namespace_node_new() 1547 zend_object *dom_xpath_objects_new(zend_class_entry *class_type) in dom_xpath_objects_new() 1596 zend_object *dom_nnodemap_objects_new(zend_class_entry *class_type) in dom_nnodemap_objects_new()
|
/php-src/ext/standard/ |
H A D | incomplete_class.c | 99 static zend_object *php_create_incomplete_object(zend_class_entry *class_type) in php_create_incomplete_object()
|
/php-src/ext/sysvsem/ |
H A D | sysvsem.c | 93 static zend_object *sysvsem_create_object(zend_class_entry *class_type) { in sysvsem_create_object()
|
/php-src/ext/shmop/ |
H A D | shmop.c | 82 static zend_object *shmop_create_object(zend_class_entry *class_type) in shmop_create_object()
|
/php-src/ext/tidy/ |
H A D | tidy.c | 421 static zend_object *tidy_object_new(zend_class_entry *class_type, zend_object_handlers *handlers, t… in tidy_object_new() 462 static zend_object *tidy_object_new_node(zend_class_entry *class_type) in tidy_object_new_node() 467 static zend_object *tidy_object_new_doc(zend_class_entry *class_type) in tidy_object_new_doc()
|
/php-src/ext/enchant/ |
H A D | enchant.c | 59 static zend_object *enchant_broker_create_object(zend_class_entry *class_type) { in enchant_broker_create_object() 77 static zend_object *enchant_dict_create_object(zend_class_entry *class_type) { in enchant_dict_create_object()
|
/php-src/ext/sysvmsg/ |
H A D | sysvmsg.c | 76 static zend_object *sysvmsg_queue_create_object(zend_class_entry *class_type) { in sysvmsg_queue_create_object()
|
/php-src/ext/sysvshm/ |
H A D | sysvshm.c | 44 static zend_object *sysvshm_create_object(zend_class_entry *class_type) { in sysvshm_create_object()
|
/php-src/ext/xsl/ |
H A D | php_xsl.c | 108 zend_object *xsl_objects_new(zend_class_entry *class_type) in xsl_objects_new()
|
/php-src/ext/fileinfo/ |
H A D | fileinfo.c | 84 PHP_FILEINFO_API zend_object *finfo_objects_new(zend_class_entry *class_type) in finfo_objects_new()
|
/php-src/ext/zlib/ |
H A D | zlib.c | 57 static zend_object *inflate_context_create_object(zend_class_entry *class_type) { in inflate_context_create_object() 95 static zend_object *deflate_context_create_object(zend_class_entry *class_type) { in deflate_context_create_object()
|
/php-src/ext/spl/ |
H A D | spl_observer.c | 252 #define SPL_OBJECT_STORAGE_CLASS_HAS_OVERRIDE(class_type, zstr_method) \ argument 255 static zend_object *spl_object_storage_new_ex(zend_class_entry *class_type, zend_object *orig) /* {… in spl_object_storage_new_ex() 400 static zend_object *spl_SplObjectStorage_new(zend_class_entry *class_type) in spl_SplObjectStorage_new()
|
H A D | spl_fixedarray.c | 270 static zend_object *spl_fixedarray_object_new_ex(zend_class_entry *class_type, zend_object *orig, b… in spl_fixedarray_object_new_ex() 309 static zend_object *spl_fixedarray_new(zend_class_entry *class_type) in spl_fixedarray_new()
|
H A D | spl_heap.c | 417 static zend_object *spl_heap_object_new_ex(zend_class_entry *class_type, zend_object *orig, int clo… in spl_heap_object_new_ex() 481 static zend_object *spl_heap_object_new(zend_class_entry *class_type) /* {{{ */ in spl_heap_object_new()
|
H A D | spl_dllist.c | 309 static zend_object *spl_dllist_object_new_ex(zend_class_entry *class_type, zend_object *orig, int c… in spl_dllist_object_new_ex() 390 static zend_object *spl_dllist_object_new(zend_class_entry *class_type) /* {{{ */ in spl_dllist_object_new()
|
/php-src/ext/libxml/ |
H A D | php_libxml.h | 117 php_libxml_class_type class_type : 8; member
|
/php-src/ext/odbc/ |
H A D | php_odbc.c | 169 static zend_object *odbc_connection_create_object(zend_class_entry *class_type) in odbc_connection_create_object() 212 static zend_object *odbc_result_create_object(zend_class_entry *class_type) in odbc_result_create_object()
|
/php-src/ext/sqlite3/ |
H A D | sqlite3.c | 2327 static zend_object *php_sqlite3_object_new(zend_class_entry *class_type) /* {{{ */ in php_sqlite3_object_new() 2344 static zend_object *php_sqlite3_stmt_object_new(zend_class_entry *class_type) /* {{{ */ in php_sqlite3_stmt_object_new() 2358 static zend_object *php_sqlite3_result_object_new(zend_class_entry *class_type) /* {{{ */ in php_sqlite3_result_object_new()
|
/php-src/ext/com_dotnet/ |
H A D | com_saproxy.c | 60 zend_object *php_com_saproxy_create_object(zend_class_entry *class_type) in php_com_saproxy_create_object()
|