Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_API.c1087 ZEND_API int zend_update_class_constants(zend_class_entry *class_type) /* {{{ */ in zend_update_class_constants()
1170 ZEND_API void object_properties_init(zend_object *object, zend_class_entry *class_type) /* {{{ */ in object_properties_init()
1275 ZEND_API int _object_and_properties_init(zval *arg, zend_class_entry *class_type, HashTable *proper… in _object_and_properties_init()
2792 static zend_object *display_disabled_class(zend_class_entry *class_type) /* {{{ */ in display_disabled_class()
H A Dzend_closures.c363 static zend_object *zend_closure_new(zend_class_entry *class_type) /* {{{ */ in zend_closure_new()
H A Dzend_exceptions.c47 static int zend_implement_throwable(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_throwable()
198 static zend_object *zend_default_exception_new_ex(zend_class_entry *class_type, int skip_top_traces… in zend_default_exception_new_ex()
233 static zend_object *zend_default_exception_new(zend_class_entry *class_type) /* {{{ */ in zend_default_exception_new()
239 static zend_object *zend_error_exception_new(zend_class_entry *class_type) /* {{{ */ in zend_error_exception_new()
H A Dzend_generators.c206 static zend_object *zend_generator_create(zend_class_entry *class_type) /* {{{ */ in zend_generator_create()
H A Dzend_interfaces.c306 static int zend_implement_traversable(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_traversable()
329 static int zend_implement_aggregate(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_aggregate()
366 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()
488 static int zend_implement_serializable(zend_class_entry *interface, zend_class_entry *class_type) in zend_implement_serializable()
/PHP-7.0/ext/date/
H A Dphp_date.c2146 static inline zend_object *date_object_new_date_ex(zend_class_entry *class_type, int init_props) /*… in date_object_new_date_ex()
2161 static zend_object *date_object_new_date(zend_class_entry *class_type) /* {{{ */ in date_object_new_date()
2277 static inline zend_object *date_object_new_timezone_ex(zend_class_entry *class_type, int init_props… in date_object_new_timezone_ex()
2292 static zend_object *date_object_new_timezone(zend_class_entry *class_type) /* {{{ */ in date_object_new_timezone()
2368 static inline zend_object *date_object_new_interval_ex(zend_class_entry *class_type, int init_props… in date_object_new_interval_ex()
2383 static zend_object *date_object_new_interval(zend_class_entry *class_type) /* {{{ */ in date_object_new_interval()
2449 static inline zend_object *date_object_new_period_ex(zend_class_entry *class_type, int init_props) … in date_object_new_period_ex()
2465 static zend_object *date_object_new_period(zend_class_entry *class_type) /* {{{ */ in date_object_new_period()
/PHP-7.0/ext/dom/
H A Dphp_dom.c1073 static dom_object* dom_objects_set_class(zend_class_entry *class_type, zend_bool hash_copy) /* {{{ … in dom_objects_set_class()
1094 zend_object *dom_objects_new(zend_class_entry *class_type) in dom_objects_new()
1104 zend_object *dom_xpath_objects_new(zend_class_entry *class_type) in dom_xpath_objects_new()
1156 zend_object *dom_nnodemap_objects_new(zend_class_entry *class_type) /* {{{ */ in dom_nnodemap_objects_new()
/PHP-7.0/ext/fileinfo/
H A Dfileinfo.c99 PHP_FILEINFO_API zend_object *finfo_objects_new(zend_class_entry *class_type) in finfo_objects_new()
/PHP-7.0/ext/mysqli/
H A Dmysqli.c445 PHP_MYSQLI_EXPORT(zend_object *) mysqli_objects_new(zend_class_entry *class_type) in mysqli_objects_new()
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c365 static zend_object *reflection_objects_new(zend_class_entry *class_type) /* {{{ */ in reflection_objects_new()
/PHP-7.0/ext/snmp/
H A Dsnmp.c483 static zend_object *php_snmp_object_new(zend_class_entry *class_type) /* {{{ */ in php_snmp_object_new()
/PHP-7.0/ext/spl/
H A Dspl_array.c170 static zend_object *spl_array_object_new_ex(zend_class_entry *class_type, zval *orig, int clone_ori… in spl_array_object_new_ex()
270 static zend_object *spl_array_object_new(zend_class_entry *class_type) in spl_array_object_new()
H A Dspl_directory.c138 static zend_object *spl_filesystem_object_new_ex(zend_class_entry *class_type) in spl_filesystem_object_new_ex()
157 static zend_object *spl_filesystem_object_new(zend_class_entry *class_type) in spl_filesystem_object_new()
164 static zend_object *spl_filesystem_object_new_check(zend_class_entry *class_type) in spl_filesystem_object_new_check()
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_fixedarray.c215 static zend_object *spl_fixedarray_object_new_ex(zend_class_entry *class_type, zval *orig, int clon… in spl_fixedarray_object_new_ex()
307 static zend_object *spl_fixedarray_new(zend_class_entry *class_type) /* {{{ */ in spl_fixedarray_new()
H A Dspl_heap.c362 static zend_object *spl_heap_object_new_ex(zend_class_entry *class_type, zval *orig, int clone_orig… in spl_heap_object_new_ex()
438 static zend_object *spl_heap_object_new(zend_class_entry *class_type) /* {{{ */ in spl_heap_object_new()
H A Dspl_iterators.c960 static zend_object *spl_RecursiveIteratorIterator_new_ex(zend_class_entry *class_type, int init_pre… in spl_RecursiveIteratorIterator_new_ex()
986 static zend_object *spl_RecursiveIteratorIterator_new(zend_class_entry *class_type) in spl_RecursiveIteratorIterator_new()
993 static zend_object *spl_RecursiveTreeIterator_new(zend_class_entry *class_type) in spl_RecursiveTreeIterator_new()
1353 static int spl_dual_it_gets_implemented(zend_class_entry *interface, zend_class_entry *class_type) in spl_dual_it_gets_implemented()
2367 static zend_object *spl_dual_it_new(zend_class_entry *class_type) in spl_dual_it_new()
H A Dspl_observer.c217 static zend_object *spl_object_storage_new_ex(zend_class_entry *class_type, zval *orig) /* {{{ */ in spl_object_storage_new_ex()
363 static zend_object *spl_SplObjectStorage_new(zend_class_entry *class_type) in spl_SplObjectStorage_new()
/PHP-7.0/ext/sqlite3/
H A Dsqlite3.c2188 static zend_object *php_sqlite3_object_new(zend_class_entry *class_type) /* {{{ */
2207 static zend_object *php_sqlite3_stmt_object_new(zend_class_entry *class_type) /* {{{ */
2223 static zend_object *php_sqlite3_result_object_new(zend_class_entry *class_type) /* {{{ */
/PHP-7.0/ext/standard/
H A Dincomplete_class.c102 static zend_object *php_create_incomplete_object(zend_class_entry *class_type) in php_create_incomplete_object()
/PHP-7.0/ext/tidy/
H A Dtidy.c679 static zend_object *tidy_object_new(zend_class_entry *class_type, zend_object_handlers *handlers, t… in tidy_object_new()
722 static zend_object *tidy_object_new_node(zend_class_entry *class_type) in tidy_object_new_node()
727 static zend_object *tidy_object_new_doc(zend_class_entry *class_type) in tidy_object_new_doc()
/PHP-7.0/ext/xmlreader/
H A Dphp_xmlreader.c385 zend_object *xmlreader_objects_new(zend_class_entry *class_type) in xmlreader_objects_new()
/PHP-7.0/ext/xmlwriter/
H A Dphp_xmlwriter.c140 static zend_object *xmlwriter_object_new(zend_class_entry *class_type) in xmlwriter_object_new()
/PHP-7.0/ext/xsl/
H A Dphp_xsl.c107 zend_object *xsl_objects_new(zend_class_entry *class_type) in xsl_objects_new()
/PHP-7.0/ext/zip/
H A Dphp_zip.c1028 static zend_object *php_zip_object_new(zend_class_entry *class_type) /* {{{ */ in php_zip_object_new()

Completed in 188 milliseconds