Home
last modified time | relevance | path

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

123456789

/PHP-8.3/ext/opcache/
H A Dzend_file_cache.c711 zend_class_entry *ce; local
1547 zend_class_entry *ce; local
/PHP-8.3/ext/intl/formatter/
H A Dformatter_arginfo.h125 zend_class_entry ce, *class_entry; in register_class_NumberFormatter() local
/PHP-8.3/ext/pdo/
H A Dpdo_dbh_arginfo.h100 zend_class_entry ce, *class_entry; in register_class_PDO() local
H A Dpdo_dbh.c1440 zend_object *pdo_dbh_new(zend_class_entry *ce) in pdo_dbh_new()
/PHP-8.3/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-8.3/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-8.3/ext/xsl/
H A Dxsltprocessor.c574 zend_class_entry *curce, *ce; in PHP_METHOD() local
/PHP-8.3/ext/mysqli/
H A Dmysqli.c753 zend_class_entry *ce = NULL; in php_mysqli_fetch_into_hash() local
/PHP-8.3/ext/gmp/
H A Dgmp.c250 static inline zend_object *gmp_create_object_ex(zend_class_entry *ce, mpz_ptr *gmpnum_target) /* {{… in gmp_create_object_ex()
264 static zend_object *gmp_create_object(zend_class_entry *ce) /* {{{ */ in gmp_create_object()
472 static int gmp_unserialize(zval *object, zend_class_entry *ce, const unsigned char *buf, size_t buf… in gmp_unserialize()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_helpers.c117 …ever_inline ZEND_COLD void ZEND_FASTCALL zend_undefined_method(const zend_class_entry *ce, const z… in zend_undefined_method()
1383 zend_class_entry *ce = obj->ce; in zend_jit_fetch_dim_obj_helper() local
1394 zend_class_entry *ce = obj->ce; in zend_jit_fetch_dim_obj_helper() local
H A Dzend_jit_internal.h508 const zend_class_entry *ce; member
603 zend_class_entry *ce; /* $this */ member
/PHP-8.3/Zend/
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_closures.c223 zend_class_entry *ce, *called_scope; in do_closure_bind() local
H A Dzend_operators.h84 const zend_class_entry *instance_ce, const zend_class_entry *ce) { in instanceof_function()
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_generators.c1170 zend_object_iterator *zend_generator_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /… in zend_generator_get_iterator()
H A Dzend_fibers.c694 static zend_object *zend_fiber_object_create(zend_class_entry *ce) in zend_fiber_object_create()
/PHP-8.3/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-8.3/ext/soap/
H A Dphp_encoding.c448 zend_class_entry *ce = Z_OBJCE_P(data); in master_to_xml_int() local
1411 zend_class_entry *ce = ZEND_STANDARD_CLASS_DEF_PTR; in to_zval_object_ex() local
2232 zend_class_entry *ce = Z_OBJCE_P(data); in to_xml_array() local
H A Dphp_soap.h87 zend_class_entry *ce; member
/PHP-8.3/ext/date/
H A Dphp_date.c312 static void date_throw_uninitialized_error(zend_class_entry *ce) in date_throw_uninitialized_error()
329 #define DATE_CHECK_INITIALIZED(member, ce) \ argument
596 zend_class_entry *ce; in update_property() local
1474 static void create_date_period_datetime(timelib_time *datetime, zend_class_entry *ce, zval *zv) in create_date_period_datetime()
1703 static zend_object_iterator *date_object_period_get_iterator(zend_class_entry *ce, zval *object, in… in date_object_period_get_iterator()
/PHP-8.3/ext/zip/
H A Dphp_zip_arginfo.h505 zend_class_entry ce, *class_entry; in register_class_ZipArchive() local
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_bp.c606 zend_class_entry *ce; in phpdbg_resolve_opline_break() local

Completed in 144 milliseconds

123456789