Home
last modified time | relevance | path

Searched defs:ce (Results 176 – 200 of 222) sorted by relevance

123456789

/php-src/Zend/
H A Dzend_constants.c297 zend_class_entry *ce = NULL; in zend_get_class_constant_ex() local
H A Dzend_types.h327 zend_class_entry *ce; member
559 zend_class_entry *ce; member
839 #define ZSTR_SET_CE_CACHE(s, ce) ZSTR_SET_CE_CACHE_EX(s, ce, 1) argument
846 #define ZSTR_SET_CE_CACHE_EX(s, ce, validate) do { \ argument
856 #define SET_CE_CACHE(ce_cache, ce) do { \ argument
H A Dzend_operators.h71 const zend_class_entry *instance_ce, const zend_class_entry *ce) { in instanceof_function()
H A Dzend_generators.c1101 zend_object_iterator *zend_generator_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /… in zend_generator_get_iterator()
H A Dzend_closures.c223 zend_class_entry *ce, *called_scope; in do_closure_bind() local
H A Dzend_ast.c829 zend_class_entry *ce = zend_lookup_class(class_name); in zend_ast_evaluate_inner() local
872 zend_class_entry *ce = zend_ast_fetch_class(ast->child[0], scope); in zend_ast_evaluate_inner() local
H A Dzend_fibers.c698 static zend_object *zend_fiber_object_create(zend_class_entry *ce) in zend_fiber_object_create()
/php-src/ext/filter/
H A Dfilter.c255 zend_class_entry *ce; in php_zval_filter() local
/php-src/ext/opcache/
H A Dzend_file_cache.c712 zend_class_entry *ce; local
1549 zend_class_entry *ce; local
/php-src/Zend/Optimizer/
H A Dzend_dump.c175 static void zend_dump_type_info(uint32_t info, zend_class_entry *ce, int is_instanceof, uint32_t du… in zend_dump_type_info()
H A Ddfa_pass.c283 zend_class_entry *ce = zend_optimizer_get_class_entry(script, op_array, lcname); in can_elide_list_type() local
/php-src/ext/dom/
H A Dparentnode.c441 const zend_class_entry *ce = Z_OBJCE(nodes[i]); in dom_sanity_check_node_list_types() local
/php-src/ext/com_dotnet/
H A Dcom_saproxy.c526 zend_object_iterator *php_com_saproxy_iter_get(zend_class_entry *ce, zval *object, int by_ref) in php_com_saproxy_iter_get()
H A Dcom_persist.c704 static zend_object* helper_new(zend_class_entry *ce) in helper_new()
/php-src/ext/pdo/
H A Dpdo_dbh_arginfo.h107 zend_class_entry ce, *class_entry; in register_class_PDO() local
/php-src/ext/intl/formatter/
H A Dformatter_arginfo.h123 zend_class_entry ce, *class_entry; in register_class_NumberFormatter() local
/php-src/ext/mysqli/
H A Dmysqli.c753 zend_class_entry *ce = NULL; in php_mysqli_fetch_into_hash() local
/php-src/ext/soap/
H A Dsoap.c192 static zend_object *soap_server_object_create(zend_class_entry *ce) in soap_server_object_create()
208 static zend_object *soap_url_object_create(zend_class_entry *ce) in soap_url_object_create()
244 static zend_object *soap_sdl_object_create(zend_class_entry *ce) in soap_sdl_object_create()
1007 zend_class_entry *ce = NULL; in PHP_METHOD() local
H A Dphp_encoding.c455 zend_class_entry *ce = Z_OBJCE_P(data); in master_to_xml_int() local
1383 zend_class_entry *ce = ZEND_STANDARD_CLASS_DEF_PTR; in to_zval_object_ex() local
2209 zend_class_entry *ce = Z_OBJCE_P(data); in to_xml_array() local
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c125 …ever_inline ZEND_COLD void ZEND_FASTCALL zend_undefined_method(const zend_class_entry *ce, const z… in zend_undefined_method()
1391 zend_class_entry *ce = obj->ce; in zend_jit_fetch_dim_obj_helper() local
1402 zend_class_entry *ce = obj->ce; in zend_jit_fetch_dim_obj_helper() local
H A Dzend_jit_internal.h412 const zend_class_entry *ce; member
537 zend_class_entry *ce; /* $this */ member
/php-src/ext/gmp/
H A Dgmp.c251 static inline zend_object *gmp_create_object_ex(zend_class_entry *ce, mpz_ptr *gmpnum_target) /* {{… in gmp_create_object_ex()
265 static zend_object *gmp_create_object(zend_class_entry *ce) /* {{{ */ in gmp_create_object()
473 static int gmp_unserialize(zval *object, zend_class_entry *ce, const unsigned char *buf, size_t buf… in gmp_unserialize()
/php-src/ext/fileinfo/libmagic/
H A Dcdf.c1166 cdf_catalog_entry_t *ce; in cdf_unpack_catalog() local
1552 const cdf_catalog_entry_t *ce = cat->cat_e; in cdf_dump_catalog() local
/php-src/ext/zip/
H A Dphp_zip_arginfo.h502 zend_class_entry ce, *class_entry; in register_class_ZipArchive() local
/php-src/ext/date/
H A Dphp_date.c312 static void date_throw_uninitialized_error(zend_class_entry *ce) in date_throw_uninitialized_error()
328 #define DATE_CHECK_INITIALIZED(member, ce) \ argument
595 zend_class_entry *ce; in update_property() local
1479 static void create_date_period_datetime(timelib_time *datetime, zend_class_entry *ce, zval *zv) in create_date_period_datetime()
1708 static zend_object_iterator *date_object_period_get_iterator(zend_class_entry *ce, zval *object, in… in date_object_period_get_iterator()

Completed in 127 milliseconds

123456789