Home
last modified time | relevance | path

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

123456789

/PHP-8.1/ext/com_dotnet/
H A Dcom_saproxy.c529 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.c709 static zend_object* helper_new(zend_class_entry *ce) in helper_new()
/PHP-8.1/ext/gmp/
H A Dgmp.c245 static inline zend_object *gmp_create_object_ex(zend_class_entry *ce, mpz_ptr *gmpnum_target) /* {{… in gmp_create_object_ex()
260 static zend_object *gmp_create_object(zend_class_entry *ce) /* {{{ */ in gmp_create_object()
468 static int gmp_unserialize(zval *object, zend_class_entry *ce, const unsigned char *buf, size_t buf… in gmp_unserialize()
/PHP-8.1/Zend/
H A Dzend_types.h300 zend_class_entry *ce; member
490 zend_class_entry *ce; member
725 #define ZSTR_SET_CE_CACHE(s, ce) ZSTR_SET_CE_CACHE_EX(s, ce, 1) argument
732 #define ZSTR_SET_CE_CACHE_EX(s, ce, validate) do { \ argument
742 #define SET_CE_CACHE(ce_cache, ce) do { \ argument
H A Dzend_operators.h70 const zend_class_entry *instance_ce, const zend_class_entry *ce) { in instanceof_function()
H A Dzend_ast.c769 zend_class_entry *ce = zend_lookup_class(class_name); in zend_ast_evaluate() local
788 zend_class_entry *ce = zend_ast_fetch_class(ast->child[0], scope); in zend_ast_evaluate() local
H A Dzend_generators.c1087 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.c201 zend_class_entry *ce, *called_scope; in do_closure_bind() local
H A Dzend_fibers.c583 static zend_object *zend_fiber_object_create(zend_class_entry *ce) in zend_fiber_object_create()
/PHP-8.1/ext/intl/uchar/
H A Duchar.c615 zend_class_entry *ce; local
/PHP-8.1/ext/xsl/
H A Dxsltprocessor.c567 zend_class_entry *curce, *ce; in PHP_METHOD() local
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_helpers.c127 …ever_inline ZEND_COLD void ZEND_FASTCALL zend_undefined_method(const zend_class_entry *ce, const z… in zend_undefined_method()
1384 zend_class_entry *ce = obj->ce; in zend_jit_fetch_dim_obj_helper() local
1395 zend_class_entry *ce = obj->ce; in zend_jit_fetch_dim_obj_helper() local
H A Dzend_jit_internal.h506 const zend_class_entry *ce; member
601 zend_class_entry *ce; /* $this */ member
/PHP-8.1/Zend/Optimizer/
H A Ddfa_pass.c321 zend_class_entry *ce = zend_optimizer_get_class_entry(script, lcname); in can_elide_return_type_check() local
H A Dzend_ssa.c530 zend_class_entry *ce = zend_optimizer_get_class_entry(script, lcname); in place_essa_pis() local
/PHP-8.1/ext/fileinfo/libmagic/
H A Dcdf.c1157 cdf_catalog_entry_t *ce; in cdf_unpack_catalog() local
1543 const cdf_catalog_entry_t *ce = cat->cat_e; in cdf_dump_catalog() local
/PHP-8.1/ext/soap/
H A Dphp_encoding.c447 zend_class_entry *ce = Z_OBJCE_P(data); in master_to_xml_int() local
1375 zend_class_entry *ce = ZEND_STANDARD_CLASS_DEF_PTR; in to_zval_object_ex() local
2196 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.1/ext/mysqli/
H A Dmysqli.c1115 zend_class_entry *ce = NULL; in php_mysqli_fetch_into_hash() local
/PHP-8.1/ext/pdo/
H A Dpdo_dbh.c1502 zend_object *pdo_dbh_new(zend_class_entry *ce) in pdo_dbh_new()
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_bp.c606 zend_class_entry *ce; in phpdbg_resolve_opline_break() local
H A Dphpdbg.c497 zend_class_entry *ce; in PHP_FUNCTION() local
/PHP-8.1/ext/ffi/
H A Dffi.c231 static zend_always_inline void zend_ffi_object_init(zend_object *object, zend_class_entry *ce) /* {… in zend_ffi_object_init()
1943 static zend_object_iterator *zend_ffi_cdata_get_iterator(zend_class_entry *ce, zval *object, int by… in zend_ffi_cdata_get_iterator()
4948 static ZEND_COLD zend_never_inline void zend_bad_array_access(zend_class_entry *ce) /* {{{ */ in zend_bad_array_access()
4980 static ZEND_COLD zend_never_inline void zend_bad_property_access(zend_class_entry *ce) /* {{{ */ in zend_bad_property_access()
5021 zend_class_entry *ce = (*obj_ptr)->ce; in zend_fake_get_method() local
/PHP-8.1/ext/spl/
H A Dspl_fixedarray.c918 zend_object_iterator *spl_fixedarray_get_iterator(zend_class_entry *ce, zval *object, int by_ref) in spl_fixedarray_get_iterator()
/PHP-8.1/ext/ftp/
H A Dphp_ftp.c73 static zend_object* ftp_object_create(zend_class_entry* ce) { in ftp_object_create()

Completed in 179 milliseconds

123456789