/PHP-7.3/Zend/ |
H A D | zend_interfaces.c | 285 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 D | zend_exceptions.c | 47 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 D | zend_API.c | 1145 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 D | zend_closures.c | 455 static zend_object *zend_closure_new(zend_class_entry *class_type) /* {{{ */ in zend_closure_new()
|
H A D | zend_generators.c | 395 static zend_object *zend_generator_create(zend_class_entry *class_type) /* {{{ */ in zend_generator_create()
|
H A D | zend_object_handlers.c | 1382 ZEND_API void zend_class_init_statics(zend_class_entry *class_type) /* {{{ */ in zend_class_init_statics()
|
/PHP-7.3/ext/xsl/ |
H A D | php_xsl.c | 105 zend_object *xsl_objects_new(zend_class_entry *class_type) in xsl_objects_new()
|
/PHP-7.3/ext/dom/ |
H A D | php_dom.c | 1069 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 D | incomplete_class.c | 101 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 D | test.c | 138 static zend_object *zend_test_class_new(zend_class_entry *class_type) /* {{{ */ { in zend_test_class_new()
|
/PHP-7.3/ext/tidy/ |
H A D | tidy.c | 703 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 D | fileinfo.c | 97 PHP_FILEINFO_API zend_object *finfo_objects_new(zend_class_entry *class_type) in finfo_objects_new()
|
/PHP-7.3/ext/spl/ |
H A D | spl_fixedarray.c | 205 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 D | spl_heap.c | 358 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 D | spl_observer.c | 228 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 D | spl_iterators.c | 956 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 D | spl_dllist.c | 370 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 D | spl_directory.c | 154 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 D | spl_array.c | 168 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 D | sqlite3.c | 2216 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 D | mysqli.c | 438 PHP_MYSQLI_EXPORT(zend_object *) mysqli_objects_new(zend_class_entry *class_type) in mysqli_objects_new()
|
/PHP-7.3/ext/date/ |
H A D | php_date.c | 2221 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 D | php_xmlreader.c | 374 zend_object *xmlreader_objects_new(zend_class_entry *class_type) in xmlreader_objects_new()
|
/PHP-7.3/ext/xmlwriter/ |
H A D | php_xmlwriter.c | 146 static zend_object *xmlwriter_object_new(zend_class_entry *class_type) in xmlwriter_object_new()
|
/PHP-7.3/ext/snmp/ |
H A D | snmp.c | 471 static zend_object *php_snmp_object_new(zend_class_entry *class_type) /* {{{ */ in php_snmp_object_new()
|