Home
last modified time | relevance | path

Searched defs:class_type (Results 1 – 25 of 46) sorted by relevance

12

/php-src/Zend/
H A Dzend_interfaces.c259 static int zend_implement_traversable(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_traversable()
287 static int zend_implement_aggregate(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_aggregate()
327 static int zend_implement_iterator(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_iterator()
379 static int zend_implement_arrayaccess(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_arrayaccess()
460 static int zend_implement_serializable(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_serializable()
H A Dzend_enum.c127 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 Dzend_exceptions.c58 static int zend_implement_throwable(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_throwable()
255 static zend_object *zend_default_exception_new(zend_class_entry *class_type) /* {{{ */ in zend_default_exception_new()
H A Dzend_API.c1386 static zend_class_mutable_data *zend_allocate_mutable_data(zend_class_entry *class_type) /* {{{ */ in zend_allocate_mutable_data()
1402 ZEND_API HashTable *zend_separate_class_constants_table(zend_class_entry *class_type) /* {{{ */ in zend_separate_class_constants_table()
1491 ZEND_API zend_result zend_update_class_constants(zend_class_entry *class_type) /* {{{ */ in zend_update_class_constants()
1630 …ways_inline void _object_properties_init(zend_object *object, zend_class_entry *class_type) /* {{{… in _object_properties_init()
1657 ZEND_API void object_properties_init(zend_object *object, zend_class_entry *class_type) /* {{{ */ in object_properties_init()
1776 …ays_inline zend_result _object_and_properties_init(zval *arg, zend_class_entry *class_type, HashTa… in _object_and_properties_init()
1817 ZEND_API zend_result object_and_properties_init(zval *arg, zend_class_entry *class_type, HashTable … in object_and_properties_init()
1823 ZEND_API zend_result object_init_ex(zval *arg, zend_class_entry *class_type) /* {{{ */ in object_init_ex()
3565 static ZEND_COLD zend_object *display_disabled_class(zend_class_entry *class_type) /* {{{ */ in display_disabled_class()
H A Dzend_generators.c405 static zend_object *zend_generator_create(zend_class_entry *class_type) /* {{{ */ in zend_generator_create()
/php-src/ext/curl/
H A Dshare.c139 static zend_object *curl_share_create_object(zend_class_entry *class_type) { in curl_share_create_object()
H A Dmulti.c513 static zend_object *curl_multi_create_object(zend_class_entry *class_type) { in curl_multi_create_object()
/php-src/ext/standard/
H A Dincomplete_class.c99 static zend_object *php_create_incomplete_object(zend_class_entry *class_type) in php_create_incomplete_object()
/php-src/ext/sysvsem/
H A Dsysvsem.c93 static zend_object *sysvsem_create_object(zend_class_entry *class_type) { in sysvsem_create_object()
/php-src/ext/dom/
H A Dphp_dom.c1374 static void dom_objects_set_class_ex(zend_class_entry *class_type, dom_object *intern) in dom_objects_set_class_ex()
1387 static dom_object* dom_objects_set_class(zend_class_entry *class_type) in dom_objects_set_class()
1395 zend_object *dom_objects_new(zend_class_entry *class_type) in dom_objects_new()
1402 static zend_object *dom_objects_namespace_node_new(zend_class_entry *class_type) in dom_objects_namespace_node_new()
1423 zend_object *dom_xpath_objects_new(zend_class_entry *class_type) in dom_xpath_objects_new()
1472 zend_object *dom_nnodemap_objects_new(zend_class_entry *class_type) in dom_nnodemap_objects_new()
/php-src/ext/shmop/
H A Dshmop.c81 static zend_object *shmop_create_object(zend_class_entry *class_type) in shmop_create_object()
/php-src/ext/tidy/
H A Dtidy.c403 static zend_object *tidy_object_new(zend_class_entry *class_type, zend_object_handlers *handlers, t… in tidy_object_new()
444 static zend_object *tidy_object_new_node(zend_class_entry *class_type) in tidy_object_new_node()
449 static zend_object *tidy_object_new_doc(zend_class_entry *class_type) in tidy_object_new_doc()
/php-src/ext/enchant/
H A Denchant.c59 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/sysvshm/
H A Dsysvshm.c45 static zend_object *sysvshm_create_object(zend_class_entry *class_type) { in sysvshm_create_object()
/php-src/ext/sysvmsg/
H A Dsysvmsg.c77 static zend_object *sysvmsg_queue_create_object(zend_class_entry *class_type) { in sysvmsg_queue_create_object()
/php-src/ext/fileinfo/
H A Dfileinfo.c84 PHP_FILEINFO_API zend_object *finfo_objects_new(zend_class_entry *class_type) in finfo_objects_new()
/php-src/ext/xsl/
H A Dphp_xsl.c109 zend_object *xsl_objects_new(zend_class_entry *class_type) in xsl_objects_new()
/php-src/ext/zlib/
H A Dzlib.c58 static zend_object *inflate_context_create_object(zend_class_entry *class_type) { in inflate_context_create_object()
96 static zend_object *deflate_context_create_object(zend_class_entry *class_type) { in deflate_context_create_object()
/php-src/ext/spl/
H A Dspl_observer.c252 #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()
403 static zend_object *spl_SplObjectStorage_new(zend_class_entry *class_type) in spl_SplObjectStorage_new()
H A Dspl_fixedarray.c274 static zend_object *spl_fixedarray_object_new_ex(zend_class_entry *class_type, zend_object *orig, b… in spl_fixedarray_object_new_ex()
313 static zend_object *spl_fixedarray_new(zend_class_entry *class_type) in spl_fixedarray_new()
H A Dspl_dllist.c309 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()
H A Dspl_heap.c406 static zend_object *spl_heap_object_new_ex(zend_class_entry *class_type, zend_object *orig, int clo… in spl_heap_object_new_ex()
470 static zend_object *spl_heap_object_new(zend_class_entry *class_type) /* {{{ */ in spl_heap_object_new()
/php-src/ext/libxml/
H A Dphp_libxml.h92 php_libxml_class_type class_type; member
/php-src/ext/sqlite3/
H A Dsqlite3.c2336 static zend_object *php_sqlite3_object_new(zend_class_entry *class_type) /* {{{ */ in php_sqlite3_object_new()
2353 static zend_object *php_sqlite3_stmt_object_new(zend_class_entry *class_type) /* {{{ */ in php_sqlite3_stmt_object_new()
2367 static zend_object *php_sqlite3_result_object_new(zend_class_entry *class_type) /* {{{ */ in php_sqlite3_result_object_new()
/php-src/ext/mysqli/
H A Dmysqli.c367 PHP_MYSQLI_EXPORT(zend_object *) mysqli_objects_new(zend_class_entry *class_type) in mysqli_objects_new()

Completed in 146 milliseconds

12