Home
last modified time | relevance | path

Searched defs:ce (Results 26 – 50 of 97) sorted by relevance

1234

/PHP-5.5/Zend/
H A Dzend_compile.c2998 static void do_inherit_parent_constructor(zend_class_entry *ce) /* {{{ */ in do_inherit_parent_constructor()
3603 # define zval_property_ctor(parent_ce, ce) \ argument
3606 # define zval_property_ctor(parent_ce, ce) \ argument
3610 ZEND_API void zend_do_inheritance(zend_class_entry *ce, zend_class_entry *parent_ce TSRMLS_DC) /* {… in zend_do_inheritance()
3975 zend_class_entry *ce; in zend_traits_copy_functions() local
4057 static void zend_check_trait_usage(zend_class_entry *ce, zend_class_entry *trait TSRMLS_DC) /* {{{ … in zend_check_trait_usage()
4511 zend_class_entry *ce = CG(active_class_entry); in zend_add_trait_alias() local
4540 zend_class_entry *ce = CG(active_class_entry); in zend_add_trait_precedence() local
4552 zend_class_entry *ce, **pce; in do_bind_class() local
4591 zend_class_entry *ce, **pce; in do_bind_inherited_class() local
[all …]
H A Dzend_interfaces.h37 zend_class_entry *ce; member
H A Dzend_execute.c161 #define IS_CTOR_CALL(ce) (((zend_uintptr_t)(ce)) & CTOR_CALL_BIT) argument
162 #define IS_CTOR_USED(ce) (((zend_uintptr_t)(ce)) & CTOR_USED_BIT) argument
164 #define ENCODE_CTOR(ce, used) \ argument
166 #define DECODE_CTOR(ce) \ argument
605 zend_class_entry *ce; in zend_verify_arg_type() local
1213 zend_class_entry *ce = Z_OBJCE_P(container); in zend_fetch_dimension_address() local
H A Dzend_closures.c85 zend_class_entry *ce, **ce_p; in ZEND_METHOD() local
417 zend_class_entry ce; in zend_register_closure_ce() local
H A Dzend_execute.h399 #define CACHED_POLYMORPHIC_PTR(num, ce) \ argument
404 #define CACHE_POLYMORPHIC_PTR(num, ce, ptr) do { \ argument
H A Dzend_vm_execute.h1294 zend_class_entry *ce; in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER() local
2527 zend_class_entry *ce; in ZEND_CLONE_SPEC_CONST_HANDLER() local
3348 zend_class_entry *ce; in zend_fetch_var_address_helper_SPEC_CONST_CONST() local
3536 zend_class_entry *ce; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER() local
3709 zend_class_entry *ce; in ZEND_FETCH_CONSTANT_SPEC_CONST_CONST_HANDLER() local
3905 zend_class_entry *ce; in ZEND_UNSET_VAR_SPEC_CONST_CONST_HANDLER() local
4528 zend_class_entry *ce; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMP_HANDLER() local
5385 zend_class_entry *ce; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_VAR_HANDLER() local
6111 zend_class_entry *ce; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER() local
6973 zend_class_entry *ce; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER() local
[all …]
H A Dzend_generators.c679 zend_object_iterator *zend_generator_get_iterator(zend_class_entry *ce, zval *object, int by_ref TS… in zend_generator_get_iterator()
734 zend_class_entry ce; in zend_register_generator_ce() local
H A Dzend_API.h226 # define CE_STATIC_MEMBERS(ce) (((ce)->type==ZEND_USER_CLASS)?(ce)->static_members_table:CG(static_… argument
228 # define CE_STATIC_MEMBERS(ce) ((ce)->static_members_table) argument
283 #define zend_register_class_alias(name, ce) \ argument
285 #define zend_register_ns_class_alias(ns, name, ce) \ argument
363 #define object_init_ex(arg, ce) _object_init_ex((arg), (ce) ZEND_FILE_LINE_CC TSRMLS_CC) argument
364 #define object_and_properties_init(arg, ce, properties) _object_and_properties_init((arg), (ce), (p… argument
/PHP-5.5/ext/com_dotnet/
H A Dcom_extension.c347 zend_class_entry ce, *tmp; in PHP_MINIT_FUNCTION() local
H A Dcom_iterator.c141 zend_object_iterator *php_com_iter_get(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC) in php_com_iter_get()
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.c153 zend_object_iterator *resourcebundle_get_iterator( zend_class_entry *ce, zval *object, int byref TS… in resourcebundle_get_iterator()
H A Dresourcebundle_class.c424 zend_class_entry ce; in resourcebundle_register_class() local
/PHP-5.5/ext/mysqli/
H A Dmysqli_result_iterator.c47 zend_object_iterator *php_mysqli_result_get_iterator(zend_class_entry *ce, zval *object, int by_ref… in php_mysqli_result_get_iterator()
/PHP-5.5/ext/json/
H A Djson.c91 zend_class_entry ce; in PHP_MINIT_FUNCTION() local
557 zend_class_entry *ce = Z_OBJCE_P(val); in json_encode_serializable_object() local
/PHP-5.5/ext/opcache/
H A DZendAccelerator.h374 # define ZEND_CE_FILENAME(ce) (ce)->info.user.filename argument
375 # define ZEND_CE_DOC_COMMENT(ce) (ce)->info.user.doc_comment argument
376 # define ZEND_CE_DOC_COMMENT_LEN(ce) (ce)->info.user.doc_comment_len argument
393 # define ZEND_CE_FILENAME(ce) (ce)->filename argument
394 # define ZEND_CE_DOC_COMMENT(ce) (ce)->doc_comment argument
395 # define ZEND_CE_DOC_COMMENT_LEN(ce) (ce)->doc_comment_len argument
H A Dzend_persist_calc.c235 zend_class_entry *ce = *pce; local
/PHP-5.5/ext/curl/
H A Dcurl_file.c169 zend_class_entry ce; in curlfile_register_class() local
/PHP-5.5/ext/dom/
H A Dphp_dom.c226 zend_class_entry **ce = NULL; in dom_get_doc_classmap() local
661 zend_class_entry ce; in PHP_MINIT_FUNCTION() local
1308 zend_class_entry *ce; in php_dom_create_interator() local
1324 zend_class_entry *ce; in php_dom_create_object() local
H A Dphp_dom.h127 #define REGISTER_DOM_CLASS(ce, name, parent_ce, funcs, entry) \ argument
/PHP-5.5/ext/spl/
H A Dspl_directory.c423 …object *source, char *file_path, int file_path_len, int use_copy, zend_class_entry *ce, zval *retu… in spl_filesystem_object_create_info()
467 …ject_create_type(int ht, spl_filesystem_object *source, int type, zend_class_entry *ce, zval *retu… in spl_filesystem_object_create_type()
1349 zend_class_entry *ce = spl_ce_SplFileObject; in SPL_METHOD() local
1367 zend_class_entry *ce = spl_ce_SplFileInfo; in SPL_METHOD() local
1385 zend_class_entry *ce = intern->info_class; in SPL_METHOD() local
1403 zend_class_entry *ce = intern->info_class; in SPL_METHOD() local
1649 zend_object_iterator *spl_filesystem_dir_get_iterator(zend_class_entry *ce, zval *object, int by_re… in spl_filesystem_dir_get_iterator()
1854 zend_object_iterator *spl_filesystem_tree_get_iterator(zend_class_entry *ce, zval *object, int by_r… in spl_filesystem_tree_get_iterator()
/PHP-5.5/ext/xsl/
H A Dphp_xsl.h79 #define REGISTER_XSL_CLASS(ce, name, parent_ce, funcs, entry) \ argument
/PHP-5.5/ext/libxml/
H A Dlibxml.c787 zend_class_entry ce; in PHP_MINIT_FUNCTION() local
1157 int php_libxml_register_export(zend_class_entry *ce, php_libxml_export_node export_function) in php_libxml_register_export()
1170 zend_class_entry *ce = NULL; in php_libxml_import_node() local
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_class.c398 zend_class_entry ce; in transliterator_register_Transliterator_class() local
/PHP-5.5/ext/intl/
H A Dintl_error.c235 zend_class_entry ce, in intl_register_IntlException_class() local
/PHP-5.5/ext/standard/
H A Dtype.c225 zend_class_entry *ce; in php_is_type() local

Completed in 180 milliseconds

1234