Home
last modified time | relevance | path

Searched refs:ce (Results 201 – 225 of 289) sorted by relevance

12345678910>>...12

/php-src/ext/dom/
H A Dxml_common.h63 ZSTR_VAL(__intern->std.ce->name));\
/php-src/ext/fileinfo/libmagic/
H A Dcdf.c1156 ce[i].f = CAST(t, CDF_TOLE(cep->f))
1166 cdf_catalog_entry_t *ce; in cdf_unpack_catalog() local
1183 CDF_MALLOC(sizeof(cdf_catalog_t) + nr * sizeof(*ce))); in cdf_unpack_catalog()
1186 ce = (*cat)->cat_e; in cdf_unpack_catalog()
1187 memset(ce, 0, nr * sizeof(*ce)); in cdf_unpack_catalog()
1190 cdf_catalog_entry_t *cep = &ce[j]; in cdf_unpack_catalog()
1552 const cdf_catalog_entry_t *ce = cat->cat_e; in cdf_dump_catalog() local
1559 cdf_timestamp_to_timespec(&ts, ce[i].ce_timestamp); in cdf_dump_catalog()
1560 printf("\t%d %s %s", ce[i].ce_num, in cdf_dump_catalog()
1561 cdf_u16tos8(sbuf, ce[i].ce_namlen, ce[i].ce_name), in cdf_dump_catalog()
/php-src/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
849 SET_CE_CACHE(GC_REFCOUNT(s), ce); \
856 #define SET_CE_CACHE(ce_cache, ce) do { \ argument
857 *((zend_class_entry **)ZEND_MAP_PTR_OFFSET2PTR(ce_cache)) = ce; \
997 #define Z_OBJCE(zval) (Z_OBJ(zval)->ce)
1032 #define Z_CE(zval) (zval).value.ce
H A Dzend_compile.h406 zend_class_entry *ce; member
423 zend_class_entry *ce; member
886 ZEND_API void zend_cleanup_mutable_class_data(zend_class_entry *ce);
887 ZEND_API void zend_cleanup_internal_class_data(zend_class_entry *ce);
929 ZEND_API void zend_initialize_class_data(zend_class_entry *ce, bool nullify_handlers);
/php-src/ext/mysqli/
H A Dmysqli_prop.c42 zend_throw_error(NULL, "%s object is already closed", ZSTR_VAL(obj->zo.ce->name)); \
54 zend_throw_error(NULL, "%s object is already closed", ZSTR_VAL(obj->zo.ce->name)); \
66 zend_throw_error(NULL, "%s object is already closed", ZSTR_VAL(obj->zo.ce->name)); \
/php-src/ext/sockets/
H A Dsockets_arginfo.h1066 zend_class_entry ce, *class_entry; in register_class_Socket() local
1068 INIT_CLASS_ENTRY(ce, "Socket", class_Socket_methods); in register_class_Socket()
1069 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class_Socket()
1077 zend_class_entry ce, *class_entry; in register_class_AddressInfo() local
1079 INIT_CLASS_ENTRY(ce, "AddressInfo", class_AddressInfo_methods); in register_class_AddressInfo()
1080 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class_AddressInfo()
/php-src/ext/standard/tests/strings/
H A Dstrtolower.phpt260 ce => ce
H A Dstrtoupper1.phpt263 ce => ce
H A Dchunk_split_variation7.phpt54 whit????e spa????ce
/php-src/sapi/phpdbg/
H A Dphpdbg_utils.h82 int phpdbg_safe_class_lookup(const char *name, int name_length, zend_class_entry **ce);
/php-src/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.c149 zend_object_iterator *resourcebundle_get_iterator( zend_class_entry *ce, zval *object, int byref ) in resourcebundle_get_iterator() argument
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c148 zend_class_entry *called_scope = obj->ce; in zend_jit_find_method_helper()
194 zend_class_entry *scope = obj->ce; in zend_jit_push_static_metod_call_frame()
201 zend_class_entry *scope = obj->ce; in zend_jit_push_static_metod_call_frame_tmp()
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
1974 if (EXPECTED(!ZEND_CLASS_HAS_TYPE_HINTS(obj->ce))) { in zend_object_fetch_property_type_info()
2002 ZSTR_VAL(prop->ce->name), in zend_throw_access_uninit_prop_by_ref_error()
2256 ZSTR_VAL(error_prop->ce->name), in zend_jit_throw_inc_ref_error()
2268 ZSTR_VAL(error_prop->ce->name), in zend_jit_throw_dec_ref_error()
2701 ZSTR_VAL(prop->ce->name), in _zend_jit_throw_inc_prop_error()
[all …]
H A Dzend_jit_ir.c13708 JIT_G(current_frame)->ce = ce;
13716 ssa->var_info[ssa_op->op1_use].ce = ce;
14143 JIT_G(current_frame)->ce = ce;
14151 ssa->var_info[ssa_op->op1_use].ce = ce;
14156 ssa->var_info[ssa_op->op1_def].ce = ce;
14410 JIT_G(current_frame)->ce = ce;
14418 ssa->var_info[ssa_op->op1_use].ce = ce;
14423 ssa->var_info[ssa_op->op1_def].ce = ce;
14803 JIT_G(current_frame)->ce = ce;
14811 ssa->var_info[ssa_op->op1_use].ce = ce;
[all …]
/php-src/Zend/Optimizer/
H A Dzend_ssa.h53 zend_class_entry *ce; /* Class entry for instanceof constraints */ member
132 zend_class_entry *ce; member
/php-src/ext/gd/
H A Dgd_arginfo.h996 zend_class_entry ce, *class_entry; in register_class_GdImage() local
998 INIT_CLASS_ENTRY(ce, "GdImage", class_GdImage_methods); in register_class_GdImage()
999 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class_GdImage()
1007 zend_class_entry ce, *class_entry; in register_class_GdFont() local
1009 INIT_CLASS_ENTRY(ce, "GdFont", class_GdFont_methods); in register_class_GdFont()
1010 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class_GdFont()
/php-src/ext/pdo/
H A Dphp_pdo_driver.h614 zend_class_entry *ce; member
659 … zend_result php_pdo_register_driver_specific_ce(const pdo_driver_t *driver, zend_class_entry *ce);
/php-src/ext/zend_test/
H A Dfiber.c149 static zend_object *zend_test_fiber_object_create(zend_class_entry *ce) in zend_test_fiber_object_create() argument
156 zend_object_std_init(&fiber->std, ce); in zend_test_fiber_object_create()
/php-src/ext/xmlreader/
H A Dphp_xmlreader_arginfo.h151 zend_class_entry ce, *class_entry; in register_class_XMLReader() local
153 INIT_CLASS_ENTRY(ce, "XMLReader", class_XMLReader_methods); in register_class_XMLReader()
154 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class_XMLReader()
/php-src/ext/soap/
H A Dphp_encoding.c455 zend_class_entry *ce = Z_OBJCE_P(data); in master_to_xml_int() local
463 …zend_binary_strncasecmp(ZSTR_VAL(ce->name), ZSTR_LEN(ce->name), Z_STRVAL_P(tmp), ZSTR_LEN(ce->name… in master_to_xml_int()
1387 ce = pce; in to_zval_object_ex()
1400 ce = tmp; in to_zval_object_ex()
1424 object_init_ex(ret, ce); in to_zval_object_ex()
1433 object_init_ex(ret, ce); in to_zval_object_ex()
1468 zobj->ce = ce; in to_zval_object_ex()
1478 object_init_ex(ret, ce); in to_zval_object_ex()
1489 object_init_ex(ret, ce); in to_zval_object_ex()
1549 object_init_ex(ret, ce); in to_zval_object_ex()
[all …]
/php-src/ext/intl/converter/
H A Dconverter_arginfo.h122 zend_class_entry ce, *class_entry; in register_class_UConverter() local
124 INIT_CLASS_ENTRY(ce, "UConverter", class_UConverter_methods); in register_class_UConverter()
125 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class_UConverter()
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter_arginfo.h467 zend_class_entry ce, *class_entry; in register_class_XMLWriter() local
469 INIT_CLASS_ENTRY(ce, "XMLWriter", class_XMLWriter_methods); in register_class_XMLWriter()
470 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class_XMLWriter()
/php-src/ext/filter/
H A Dfilter.c261 zend_class_entry *ce; in php_zval_filter() local
263 ce = Z_OBJCE_P(value); in php_zval_filter()
264 if (!ce->__tostring) { in php_zval_filter()
/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() argument
253 gmp_object *intern = emalloc(sizeof(gmp_object) + zend_object_properties_size(ce)); in gmp_create_object_ex()
255 zend_object_std_init(&intern->std, ce); in gmp_create_object_ex()
256 object_properties_init(&intern->std, ce); in gmp_create_object_ex()
265 static zend_object *gmp_create_object(zend_class_entry *ce) /* {{{ */ in gmp_create_object() argument
268 return gmp_create_object_ex(ce, &gmpnum_dummy); in gmp_create_object()
327 gmp_object *new_object = GET_GMP_OBJECT_FROM_OBJ(gmp_create_object(obj->ce)); in gmp_clone_obj()
473 static int gmp_unserialize(zval *object, zend_class_entry *ce, const unsigned char *buf, size_t buf… in gmp_unserialize() argument
/php-src/ext/xml/
H A Dxml.c1089 zend_class_entry *ce = object->ce; in php_xml_check_string_method_arg() local
1091 zend_function *method_ptr = zend_hash_find_ptr(&ce->function_table, lc_name); in php_xml_check_string_method_arg()
1095 …zend_argument_value_error(arg_num, "method %s::%s() does not exist", ZSTR_VAL(ce->name), ZSTR_VAL(… in php_xml_check_string_method_arg()
1103 parser_handler_fcc->called_scope = ce; in php_xml_check_string_method_arg()
1120 ZSTR_VAL(new_this_obj->ce->name), ZSTR_VAL(method_name)); \
/php-src/ext/libxml/
H A Dphp_libxml.h156 PHP_LIBXML_API zval *php_libxml_register_export(zend_class_entry *ce, php_libxml_export_node export…

Completed in 135 milliseconds

12345678910>>...12