Home
last modified time | relevance | path

Searched refs:zend_class_entry (Results 76 – 100 of 139) sorted by relevance

123456

/PHP-5.3/Zend/
H A Dzend_execute_API.c117 static int clean_non_persistent_class(zend_class_entry **ce TSRMLS_DC) /* {{{ */ in clean_non_persistent_class()
123 static int clean_non_persistent_class_full(zend_class_entry **ce TSRMLS_DC) /* {{{ */ in clean_non_persistent_class_full()
361 zend_class_entry *ce = EG(current_execute_data)->function_state.function->common.scope; in get_active_class_name()
501 ZEND_API int zval_update_constant_ex(zval **pp, void *arg, zend_class_entry *scope TSRMLS_DC) /* {{… in zval_update_constant_ex()
767 zend_class_entry *current_scope; in zend_call_function()
768 zend_class_entry *current_called_scope; in zend_call_function()
769 zend_class_entry *calling_scope = NULL; in zend_call_function()
770 zend_class_entry *called_scope = NULL; in zend_call_function()
1148 ZEND_API int zend_lookup_class(const char *name, int name_length, zend_class_entry ***ce TSRMLS_DC)… in zend_lookup_class()
1531 zend_class_entry **pce; in zend_fetch_class()
[all …]
H A Dzend_operators.h62 ZEND_API zend_bool instanceof_function_ex(const zend_class_entry *instance_ce, const zend_class_ent…
63 ZEND_API zend_bool instanceof_function(const zend_class_entry *instance_ce, const zend_class_entry
H A Dzend_compile.c2777 static inline void do_implement_interface(zend_class_entry *ce, zend_class_entry *iface TSRMLS_DC) … in do_implement_interface()
2792 zend_class_entry *entry; in zend_do_inherit_interfaces()
2842 ZEND_API void zend_do_inheritance(zend_class_entry *ce, zend_class_entry *parent_ce TSRMLS_DC) /* {… in zend_do_inheritance()
2904 zend_class_entry **iface = va_arg(args, zend_class_entry**); in do_interface_constant_check()
2912 ZEND_API void zend_do_implement_interface(zend_class_entry *ce, zend_class_entry *iface TSRMLS_DC) … in zend_do_implement_interface()
2982 zend_class_entry *ce, **pce; in do_bind_class()
3013 zend_class_entry *ce, **pce; in do_bind_inherited_class()
3074 zend_class_entry **pce; in zend_do_early_binding()
3123 zend_class_entry **pce; in zend_do_delayed_early_binding()
3390 zend_class_entry *new_class_entry; in zend_do_begin_class_declaration()
[all …]
H A Dzend_constants.h64 ZEND_API int zend_get_constant_ex(const char *name, uint name_len, zval *result, zend_class_entry *…
/PHP-5.3/ext/libxml/
H A Dphp_libxml.h86 PHP_LIBXML_API int php_libxml_register_export(zend_class_entry *ce, php_libxml_export_node export_f…
H A Dlibxml.c73 static zend_class_entry *libxmlerror_class_entry;
599 zend_class_entry ce; in PHP_MINIT_FUNCTION()
886 int php_libxml_register_export(zend_class_entry *ce, php_libxml_export_node export_function) in php_libxml_register_export()
899 zend_class_entry *ce = NULL; in php_libxml_import_node()
/PHP-5.3/ext/dom/
H A Dxml_common.h55 PHP_DOM_EXPORT extern zend_class_entry *dom_node_class_entry;
/PHP-5.3/
H A DREADME.PARAMETER_PARSING_API37 parameter is not present. The only exception is O where the zend_class_entry*
44 C - class (zend_class_entry*)
53 O - object of specific type given by class entry (zval*, zend_class_entry)
113 zend_class_entry *my_ce;
/PHP-5.3/ext/mysqli/
H A Dmysqli.c69 zend_class_entry *mysqli_link_class_entry;
70 zend_class_entry *mysqli_stmt_class_entry;
71 zend_class_entry *mysqli_result_class_entry;
72 zend_class_entry *mysqli_driver_class_entry;
73 zend_class_entry *mysqli_warning_class_entry;
74 zend_class_entry *mysqli_exception_class_entry;
483 PHP_MYSQLI_EXPORT(zend_object_value) mysqli_objects_new(zend_class_entry *class_type TSRMLS_DC) in mysqli_objects_new()
488 zend_class_entry *mysqli_base_class; in mysqli_objects_new()
583 zend_class_entry *ce,cex; in PHP_MINIT_FUNCTION()
1094 zend_class_entry *ce = NULL; in php_mysqli_fetch_into_hash()
/PHP-5.3/ext/spl/
H A Dspl_fixedarray.c39 PHPAPI zend_class_entry *spl_ce_SplFixedArray;
62 zend_class_entry *ce_get_iterator;
203 zend_object_iterator *spl_fixedarray_get_iterator(zend_class_entry *ce, zval *object, int by_ref TS…
205 static zend_object_value spl_fixedarray_object_new_ex(zend_class_entry *class_type, spl_fixedarray_… in spl_fixedarray_object_new_ex()
210 zend_class_entry *parent = class_type; in spl_fixedarray_object_new_ex()
302 static zend_object_value spl_fixedarray_new(zend_class_entry *class_type TSRMLS_DC) /* {{{ */ in spl_fixedarray_new()
1022 zend_object_iterator *spl_fixedarray_get_iterator(zend_class_entry *ce, zval *object, int by_ref TS… in spl_fixedarray_get_iterator()
H A Dspl_array.c41 PHPAPI zend_class_entry *spl_ce_ArrayObject;
44 PHPAPI zend_class_entry *spl_ce_ArrayIterator;
45 PHPAPI zend_class_entry *spl_ce_RecursiveArrayIterator;
76 zend_class_entry *ce_get_iterator;
158 zend_object_iterator *spl_array_get_iterator(zend_class_entry *ce, zval *object, int by_ref TSRMLS_…
168 zend_class_entry * parent = class_type; in spl_array_object_new_ex()
282 static zend_object_value spl_array_object_new(zend_class_entry *class_type TSRMLS_DC) in spl_array_object_new()
757 zend_class_entry *base; in spl_array_get_debug_info()
1118 zend_object_iterator *spl_array_get_iterator(zend_class_entry *ce, zval *object, int by_ref TSRMLS_… in spl_array_get_iterator()
1149 zend_class_entry *ce_get_iterator = spl_ce_Iterator; in SPL_METHOD()
[all …]
H A Dspl_directory.c55 PHPAPI zend_class_entry *spl_ce_SplFileInfo;
56 PHPAPI zend_class_entry *spl_ce_DirectoryIterator;
57 PHPAPI zend_class_entry *spl_ce_FilesystemIterator;
58 PHPAPI zend_class_entry *spl_ce_RecursiveDirectoryIterator;
59 PHPAPI zend_class_entry *spl_ce_GlobIterator;
60 PHPAPI zend_class_entry *spl_ce_SplFileObject;
61 PHPAPI zend_class_entry *spl_ce_SplTempFileObject;
1340 zend_class_entry *ce = spl_ce_SplFileObject; in SPL_METHOD()
1358 zend_class_entry *ce = spl_ce_SplFileInfo; in SPL_METHOD()
1376 zend_class_entry *ce = intern->info_class; in SPL_METHOD()
[all …]
H A Dspl_observer.c74 PHPAPI zend_class_entry *spl_ce_SplObserver;
75 PHPAPI zend_class_entry *spl_ce_SplSubject;
76 PHPAPI zend_class_entry *spl_ce_SplObjectStorage;
77 PHPAPI zend_class_entry *spl_ce_MultipleIterator;
198 static zend_object_value spl_object_storage_new_ex(zend_class_entry *class_type, spl_SplObjectStora… in spl_object_storage_new_ex()
370 static zend_object_value spl_SplObjectStorage_new(zend_class_entry *class_type TSRMLS_DC) in spl_SplObjectStorage_new()
/PHP-5.3/ext/standard/
H A Dphp_var.h71 PHPAPI zend_class_entry *php_create_empty_class(char *class_name, int len);
H A Dbasic_functions.h210 zend_class_entry *incomplete_class;
H A Ddir.c75 static zend_class_entry *dir_class_entry_ptr;
134 zend_class_entry dir_class_entry; in PHP_MINIT_FUNCTION()
H A Dvar_unserializer.re334 static inline int object_custom(UNSERIALIZE_PARAMETER, zend_class_entry *ce)
359 static inline long object_common1(UNSERIALIZE_PARAMETER, zend_class_entry *ce)
610 zend_class_entry *ce;
611 zend_class_entry **pce;
/PHP-5.3/ext/fileinfo/
H A Dfileinfo.c52 zend_class_entry *finfo_class_entry;
97 PHP_FILEINFO_API zend_object_value finfo_objects_new(zend_class_entry *class_type TSRMLS_DC) in finfo_objects_new()
220 zend_class_entry _finfo_class_entry; in PHP_MINIT_FUNCTION()
/PHP-5.3/ext/pdo/
H A Dpdo_dbh.c78zend_class_entry *def_ex = php_pdo_get_exception_base(1 TSRMLS_CC), *pdo_ex = php_pdo_get_exceptio… in pdo_raise_impl_error()
156zend_class_entry *def_ex = php_pdo_get_exception_base(1 TSRMLS_CC), *pdo_ex = php_pdo_get_exceptio… in pdo_handle_error()
423 static zval *pdo_stmt_instantiate(pdo_dbh_t *dbh, zval *object, zend_class_entry *dbstmt_ce, zval *… in pdo_stmt_instantiate()
444 static void pdo_stmt_construct(pdo_stmt_t *stmt, zval *object, zend_class_entry *dbstmt_ce, zval *c… in pdo_stmt_construct()
513 zend_class_entry *dbstmt_ce, **pce; in PHP_METHOD()
778 zend_class_entry **pce; in pdo_dbh_attribute_set()
1391 zend_class_entry ce; in pdo_dbh_init()
1571 zend_object_value pdo_dbh_new(zend_class_entry *ce TSRMLS_DC) in pdo_dbh_new()
/PHP-5.3/ext/tidy/
H A Dtidy.c91 zend_class_entry ce; \
208 static zend_object_value tidy_object_new_node(zend_class_entry * TSRMLS_DC);
209 static zend_object_value tidy_object_new_doc(zend_class_entry * TSRMLS_DC);
210 static zval * tidy_instanciate(zend_class_entry *, zval * TSRMLS_DC);
450 static zend_class_entry *tidy_ce_doc, *tidy_ce_node;
680 static void tidy_object_new(zend_class_entry *class_type, zend_object_handlers *handlers, in tidy_object_new()
734 static zend_object_value tidy_object_new_node(zend_class_entry *class_type TSRMLS_DC) in tidy_object_new_node()
741 static zend_object_value tidy_object_new_doc(zend_class_entry *class_type TSRMLS_DC) in tidy_object_new_doc()
748 static zval * tidy_instanciate(zend_class_entry *pce, zval *object TSRMLS_DC) in tidy_instanciate()
/PHP-5.3/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.c156 zend_object_iterator *resourcebundle_get_iterator( zend_class_entry *ce, zval *object, int byref TS… in resourcebundle_get_iterator()
/PHP-5.3/ext/sqlite/
H A Dsqlite.c50 extern PHPAPI zend_class_entry *spl_ce_RuntimeException;
51 extern PHPAPI zend_class_entry *spl_ce_Countable;
1103 zend_class_entry ce; \
1112 zend_class_entry *sqlite_ce_db, *sqlite_ce_exception;
1113 zend_class_entry *sqlite_ce_query, *sqlite_ce_ub_query;
1175 static zend_object_value sqlite_object_new_db(zend_class_entry *class_type TSRMLS_DC) in sqlite_object_new_db()
1183 static zend_object_value sqlite_object_new_query(zend_class_entry *class_type TSRMLS_DC) in sqlite_object_new_query()
1215 static zend_class_entry *sqlite_get_ce_query(const zval *object TSRMLS_DC) in sqlite_get_ce_query()
1220 static zend_class_entry *sqlite_get_ce_ub_query(const zval *object TSRMLS_DC) in sqlite_get_ce_ub_query()
1225 static zval * sqlite_instanciate(zend_class_entry *pce, zval *object TSRMLS_DC) in sqlite_instanciate()
[all …]
/PHP-5.3/ext/intl/dateformat/
H A Ddateformat_format.c163 zend_class_entry *date_ce = php_date_get_date_ce(); in PHP_FUNCTION()
/PHP-5.3/ext/com_dotnet/
H A Dcom_extension.c37 zend_class_entry
347 zend_class_entry ce, *tmp; in PHP_MINIT_FUNCTION()
H A Dcom_persist.c311 static zend_class_entry *helper_ce;
748 static zend_object_value helper_new(zend_class_entry *ce TSRMLS_DC) in helper_new()
766 zend_class_entry ce; in php_com_persist_minit()

Completed in 114 milliseconds

123456