Home
last modified time | relevance | path

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

12

/PHP-7.3/Zend/
H A Dzend_interfaces.c285 static int zend_implement_traversable(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_traversable()
308 static int zend_implement_aggregate(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_aggregate()
355 static int zend_implement_iterator(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_iterator()
397 static int zend_implement_arrayaccess(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_arrayaccess()
479 static int zend_implement_serializable(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_serializable()
497 static int zend_implement_countable(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_countable()
H A Dzend_exceptions.c47 static int zend_implement_throwable(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_throwable()
207 static zend_object *zend_default_exception_new_ex(zend_class_entry *class_type, int skip_top_traces… in zend_default_exception_new_ex()
248 static zend_object *zend_default_exception_new(zend_class_entry *class_type) /* {{{ */ in zend_default_exception_new()
254 static zend_object *zend_error_exception_new(zend_class_entry *class_type) /* {{{ */ in zend_error_exception_new()
H A Dzend_API.c1145 ZEND_API int zend_update_class_constants(zend_class_entry *class_type) /* {{{ */ in zend_update_class_constants()
1195 ZEND_API void object_properties_init(zend_object *object, zend_class_entry *class_type) /* {{{ */ in object_properties_init()
1304 ZEND_API int object_and_properties_init(zval *arg, zend_class_entry *class_type, HashTable *propert… in object_and_properties_init()
1341 ZEND_API int object_init_ex(zval *arg, zend_class_entry *class_type) /* {{{ */ in object_init_ex()
2864 static zend_object *display_disabled_class(zend_class_entry *class_type) /* {{{ */ in display_disabled_class()
H A Dzend_closures.c455 static zend_object *zend_closure_new(zend_class_entry *class_type) /* {{{ */ in zend_closure_new()
H A Dzend_generators.c395 static zend_object *zend_generator_create(zend_class_entry *class_type) /* {{{ */ in zend_generator_create()
H A Dzend_object_handlers.c1382 ZEND_API void zend_class_init_statics(zend_class_entry *class_type) /* {{{ */ in zend_class_init_statics()
/PHP-7.3/ext/xsl/
H A Dphp_xsl.c105 zend_object *xsl_objects_new(zend_class_entry *class_type) in xsl_objects_new()
/PHP-7.3/ext/dom/
H A Dphp_dom.c1069 static dom_object* dom_objects_set_class(zend_class_entry *class_type) /* {{{ */ in dom_objects_set_class()
1088 zend_object *dom_objects_new(zend_class_entry *class_type) in dom_objects_new()
1098 zend_object *dom_xpath_objects_new(zend_class_entry *class_type) in dom_xpath_objects_new()
1149 zend_object *dom_nnodemap_objects_new(zend_class_entry *class_type) /* {{{ */ in dom_nnodemap_objects_new()
/PHP-7.3/ext/standard/
H A Dincomplete_class.c101 static zend_object *php_create_incomplete_object(zend_class_entry *class_type) in php_create_incomplete_object()
/PHP-7.3/ext/zend_test/
H A Dtest.c138 static zend_object *zend_test_class_new(zend_class_entry *class_type) /* {{{ */ { in zend_test_class_new()
/PHP-7.3/ext/tidy/
H A Dtidy.c703 static zend_object *tidy_object_new(zend_class_entry *class_type, zend_object_handlers *handlers, t… in tidy_object_new()
746 static zend_object *tidy_object_new_node(zend_class_entry *class_type) in tidy_object_new_node()
751 static zend_object *tidy_object_new_doc(zend_class_entry *class_type) in tidy_object_new_doc()
/PHP-7.3/ext/fileinfo/
H A Dfileinfo.c97 PHP_FILEINFO_API zend_object *finfo_objects_new(zend_class_entry *class_type) in finfo_objects_new()
/PHP-7.3/ext/spl/
H A Dspl_fixedarray.c205 static zend_object *spl_fixedarray_object_new_ex(zend_class_entry *class_type, zval *orig, int clon… in spl_fixedarray_object_new_ex()
291 static zend_object *spl_fixedarray_new(zend_class_entry *class_type) /* {{{ */ in spl_fixedarray_new()
H A Dspl_heap.c358 static zend_object *spl_heap_object_new_ex(zend_class_entry *class_type, zval *orig, int clone_orig… in spl_heap_object_new_ex()
434 static zend_object *spl_heap_object_new(zend_class_entry *class_type) /* {{{ */ in spl_heap_object_new()
H A Dspl_observer.c228 static zend_object *spl_object_storage_new_ex(zend_class_entry *class_type, zval *orig) /* {{{ */ in spl_object_storage_new_ex()
373 static zend_object *spl_SplObjectStorage_new(zend_class_entry *class_type) in spl_SplObjectStorage_new()
H A Dspl_iterators.c956 static zend_object *spl_RecursiveIteratorIterator_new_ex(zend_class_entry *class_type, int init_pre… in spl_RecursiveIteratorIterator_new_ex()
982 static zend_object *spl_RecursiveIteratorIterator_new(zend_class_entry *class_type) in spl_RecursiveIteratorIterator_new()
989 static zend_object *spl_RecursiveTreeIterator_new(zend_class_entry *class_type) in spl_RecursiveTreeIterator_new()
1352 static int spl_dual_it_gets_implemented(zend_class_entry *interface, zend_class_entry *class_type) in spl_dual_it_gets_implemented()
2350 static zend_object *spl_dual_it_new(zend_class_entry *class_type) in spl_dual_it_new()
H A Dspl_dllist.c370 static zend_object *spl_dllist_object_new_ex(zend_class_entry *class_type, zval *orig, int clone_or… in spl_dllist_object_new_ex()
454 static zend_object *spl_dllist_object_new(zend_class_entry *class_type) /* {{{ */ in spl_dllist_object_new()
H A Dspl_directory.c154 static zend_object *spl_filesystem_object_new_ex(zend_class_entry *class_type) in spl_filesystem_object_new_ex()
173 static zend_object *spl_filesystem_object_new(zend_class_entry *class_type) in spl_filesystem_object_new()
180 static zend_object *spl_filesystem_object_new_check(zend_class_entry *class_type) in spl_filesystem_object_new_check()
H A Dspl_array.c168 static zend_object *spl_array_object_new_ex(zend_class_entry *class_type, zval *orig, int clone_ori… in spl_array_object_new_ex()
268 static zend_object *spl_array_object_new(zend_class_entry *class_type) in spl_array_object_new()
/PHP-7.3/ext/sqlite3/
H A Dsqlite3.c2216 static zend_object *php_sqlite3_object_new(zend_class_entry *class_type) /* {{{ */ in php_sqlite3_object_new()
2235 static zend_object *php_sqlite3_stmt_object_new(zend_class_entry *class_type) /* {{{ */ in php_sqlite3_stmt_object_new()
2251 static zend_object *php_sqlite3_result_object_new(zend_class_entry *class_type) /* {{{ */ in php_sqlite3_result_object_new()
/PHP-7.3/ext/mysqli/
H A Dmysqli.c438 PHP_MYSQLI_EXPORT(zend_object *) mysqli_objects_new(zend_class_entry *class_type) in mysqli_objects_new()
/PHP-7.3/ext/date/
H A Dphp_date.c2221 static zend_object *date_object_new_date(zend_class_entry *class_type) /* {{{ */ in date_object_new_date()
2343 static zend_object *date_object_new_timezone(zend_class_entry *class_type) /* {{{ */ in date_object_new_timezone()
2451 static zend_object *date_object_new_interval(zend_class_entry *class_type) /* {{{ */ in date_object_new_interval()
2528 static zend_object *date_object_new_period(zend_class_entry *class_type) /* {{{ */ in date_object_new_period()
/PHP-7.3/ext/xmlreader/
H A Dphp_xmlreader.c374 zend_object *xmlreader_objects_new(zend_class_entry *class_type) in xmlreader_objects_new()
/PHP-7.3/ext/xmlwriter/
H A Dphp_xmlwriter.c146 static zend_object *xmlwriter_object_new(zend_class_entry *class_type) in xmlwriter_object_new()
/PHP-7.3/ext/snmp/
H A Dsnmp.c471 static zend_object *php_snmp_object_new(zend_class_entry *class_type) /* {{{ */ in php_snmp_object_new()

Completed in 161 milliseconds

12