Home
last modified time | relevance | path

Searched refs:ce (Results 101 – 125 of 172) sorted by relevance

1234567

/PHP-7.4/ext/fileinfo/libmagic/
H A Dreadcdf.c263 cdf_catalog_entry_t *ce; in cdf_file_catalog() local
270 ce = cat->cat_e; in cdf_file_catalog()
274 cdf_u16tos8(buf, ce[i].ce_namlen, ce[i].ce_name), in cdf_file_catalog()
H A Dcdf.c1131 ce[i].f = CAST(t, CDF_TOLE(cep->f))
1141 cdf_catalog_entry_t *ce; in cdf_unpack_catalog() local
1158 CDF_MALLOC(sizeof(cdf_catalog_t) + nr * sizeof(*ce))); in cdf_unpack_catalog()
1161 ce = (*cat)->cat_e; in cdf_unpack_catalog()
1162 memset(ce, 0, nr * sizeof(*ce)); in cdf_unpack_catalog()
1165 cdf_catalog_entry_t *cep = &ce[j]; in cdf_unpack_catalog()
1527 const cdf_catalog_entry_t *ce = cat->cat_e; in cdf_dump_catalog() local
1534 cdf_timestamp_to_timespec(&ts, ce[i].ce_timestamp); in cdf_dump_catalog()
1535 printf("\t%d %s %s", ce[i].ce_num, in cdf_dump_catalog()
1536 cdf_u16tos8(sbuf, ce[i].ce_namlen, ce[i].ce_name), in cdf_dump_catalog()
/PHP-7.4/ext/mysqli/
H A Dmysqli_result_iterator.c45 zend_object_iterator *php_mysqli_result_get_iterator(zend_class_entry *ce, zval *object, int by_ref) in php_mysqli_result_get_iterator() argument
H A Dmysqli_prop.c45 php_error_docref(NULL, E_WARNING, "Couldn't fetch %s", ZSTR_VAL(obj->zo.ce->name)); \
58 php_error_docref(NULL, E_WARNING, "Couldn't fetch %s", ZSTR_VAL(obj->zo.ce->name)); \
71 php_error_docref(NULL, E_WARNING, "Couldn't fetch %s", ZSTR_VAL(obj->zo.ce->name)); \
/PHP-7.4/ext/libxml/
H A Dphp_libxml.h99 PHP_LIBXML_API zval *php_libxml_register_export(zend_class_entry *ce, php_libxml_export_node export…
/PHP-7.4/ext/spl/
H A Dspl_functions.h67 zend_string *spl_gen_private_prop_name(zend_class_entry *ce, char *prop_name, int prop_len);
H A Dspl_iterators.h124 zend_class_entry *ce; member
H A Dspl_array.c165 zend_object_iterator *spl_array_get_iterator(zend_class_entry *ce, zval *object, int by_ref);
282 new_object = spl_array_object_new_ex(old_object->ce, zobject, 1); in spl_array_object_clone()
1125 ZSTR_VAL(Z_OBJCE_P(array)->name), ZSTR_VAL(intern->std.ce->name)); in spl_array_set_array()
1150 zend_object_iterator *spl_array_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{… in spl_array_get_iterator() argument
1167 iterator->ce = ce; in spl_array_get_iterator()
1399 zend_call_method_with_0_params(object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_array_object_count_elements()
1895 zend_class_entry *ce = zend_lookup_class(Z_STR_P(iterator_class_zv)); in SPL_METHOD() local
1897 if (!ce) { in SPL_METHOD()
1902 } else if (!instanceof_function(ce, spl_ce_Iterator)) { in SPL_METHOD()
1908 intern->ce_get_iterator = ce; in SPL_METHOD()
H A Dspl_dllist.c368 zend_object_iterator *spl_dllist_get_iterator(zend_class_entry *ce, zval *object, int by_ref);
466 new_object = spl_dllist_object_new_ex(old_object->ce, zobject, 1); in spl_dllist_object_clone()
480 zend_call_method_with_0_params(object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_dllist_object_count_elements()
1367 zend_object_iterator *spl_dllist_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{… in spl_dllist_get_iterator() argument
1384 iterator->intern.ce = ce; in spl_dllist_get_iterator()
/PHP-7.4/ext/intl/uchar/
H A Duchar.c737 zend_class_entry tmp, *ce; in php_uchar_minit() local
740 ce = zend_register_internal_class(&tmp); in php_uchar_minit()
743 zend_declare_class_constant_long(ce, name, strlen(name), val); in php_uchar_minit()
745 …zend_declare_class_constant_string(ce, "UNICODE_VERSION", sizeof("UNICODE_VERISON")-1, U_UNICODE_V… in php_uchar_minit()
748 …zend_declare_class_constant_double(ce, "NO_NUMERIC_VALUE", sizeof("NO_NUMERIC_VALUE")-1, U_NO_NUME… in php_uchar_minit()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_ssa.h53 zend_class_entry *ce; /* Class entry for instanceof constraints */ member
126 zend_class_entry *ce; member
/PHP-7.4/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.c150 zend_object_iterator *resourcebundle_get_iterator( zend_class_entry *ce, zval *object, int byref ) in resourcebundle_get_iterator() argument
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_utils.h84 int phpdbg_safe_class_lookup(const char *name, int name_length, zend_class_entry **ce);
/PHP-7.4/main/streams/
H A Duserspace.c42 zend_class_entry *ce; member
284 …if (uwrap->ce->ce_flags & (ZEND_ACC_INTERFACE|ZEND_ACC_TRAIT|ZEND_ACC_IMPLICIT_ABSTRACT_CLASS|ZEND… in user_stream_create_object()
290 if (object_init_ex(object, uwrap->ce) == FAILURE) { in user_stream_create_object()
302 if (uwrap->ce->constructor) { in user_stream_create_object()
315 fcc.function_handler = uwrap->ce->constructor; in user_stream_create_object()
320 …ULL, E_WARNING, "Could not execute %s::%s()", ZSTR_VAL(uwrap->ce->name), ZSTR_VAL(uwrap->ce->const… in user_stream_create_object()
515 if ((uwrap->ce = zend_lookup_class(classname)) != NULL) { in PHP_FUNCTION()
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c1305 func.scope = dbh_obj->std.ce; in pdo_hash_methods()
1391 zend_class_entry ce; in pdo_dbh_init() local
1393 INIT_CLASS_ENTRY(ce, "PDO", pdo_dbh_functions); in pdo_dbh_init()
1394 pdo_dbh_ce = zend_register_internal_class(&ce); in pdo_dbh_init()
1559 zend_object *pdo_dbh_new(zend_class_entry *ce) in pdo_dbh_new() argument
1563 dbh = zend_object_alloc(sizeof(pdo_dbh_object_t), ce); in pdo_dbh_new()
1564 zend_object_std_init(&dbh->std, ce); in pdo_dbh_new()
1565 object_properties_init(&dbh->std, ce); in pdo_dbh_new()
/PHP-7.4/ext/xsl/
H A Dxsltprocessor.c641 zend_class_entry *curce, *ce; in PHP_FUNCTION() local
650 ce = zend_lookup_class(ret_class); in PHP_FUNCTION()
651 if (ce == NULL || !instanceof_function(ce, curce)) { in PHP_FUNCTION()
658 object_init_ex(return_value, ce); in PHP_FUNCTION()
/PHP-7.4/ext/phar/
H A Dphar_object.c1418 zend_class_entry *ce = p_obj->c; in phar_build() local
2017 zend_class_entry *ce; in phar_rename_archive() local
2239 ce = phar_ce_data; in phar_rename_archive()
2241 ce = phar_ce_archive; in phar_rename_archive()
2245 if (SUCCESS != object_init_ex(&ret, ce)) { in phar_rename_archive()
2253 zend_call_method_with_1_params(&ret, ce, &ce->constructor, "__construct", NULL, &arg1); in phar_rename_archive()
5460 zend_class_entry ce; in phar_object_init() local
5462 INIT_CLASS_ENTRY(ce, "PharException", phar_exception_methods); in phar_object_init()
5465 INIT_CLASS_ENTRY(ce, "Phar", php_archive_methods); in phar_object_init()
5470 INIT_CLASS_ENTRY(ce, "PharData", php_data_methods); in phar_object_init()
[all …]
/PHP-7.4/ext/soap/
H A Dphp_soap.h89 zend_class_entry *ce; member
H A Dsoap.c635 zend_class_entry ce; in PHP_MINIT_FUNCTION() local
648 soap_class_entry = zend_register_internal_class(&ce); in PHP_MINIT_FUNCTION()
652 soap_var_class_entry = zend_register_internal_class(&ce); in PHP_MINIT_FUNCTION()
1270 zend_class_entry *ce; in PHP_METHOD() local
1282 ce = zend_lookup_class(classname); in PHP_METHOD()
1284 if (ce) { in PHP_METHOD()
1286 service->soap_class.ce = ce; in PHP_METHOD()
1351 ft = &service->soap_class.ce->function_table; in PHP_METHOD()
1686 Z_OBJCE_P(tmp_soap_p) == service->soap_class.ce) {
1694 object_init_ex(&tmp_soap, service->soap_class.ce);
[all …]
/PHP-7.4/ext/hash/
H A Dhash.c1118 static zend_object* php_hashcontext_create(zend_class_entry *ce) { in php_hashcontext_create() argument
1119 php_hashcontext_object *objval = zend_object_alloc(sizeof(php_hashcontext_object), ce); in php_hashcontext_create()
1122 zend_object_std_init(zobj, ce); in php_hashcontext_create()
1123 object_properties_init(zobj, ce); in php_hashcontext_create()
1183 zend_class_entry ce; in PHP_MINIT_FUNCTION() local
1246 INIT_CLASS_ENTRY(ce, "HashContext", php_hashcontext_methods); in PHP_MINIT_FUNCTION()
1247 php_hashcontext_ce = zend_register_internal_class(&ce); in PHP_MINIT_FUNCTION()
/PHP-7.4/Zend/
H A Dzend_operators.c2318 if (instance_ce == ce) { in instanceof_class()
2334 if (instance_ce->interfaces[i] == ce) { in instanceof_interface()
2339 return instance_ce == ce; in instanceof_interface()
2347 ZEND_ASSERT(ce->ce_flags & ZEND_ACC_INTERFACE); in instanceof_function_ex()
2348 return instanceof_interface(instance_ce, ce); in instanceof_function_ex()
2350 ZEND_ASSERT(!(ce->ce_flags & ZEND_ACC_INTERFACE)); in instanceof_function_ex()
2351 return instanceof_class(instance_ce, ce); in instanceof_function_ex()
2358 if (ce->ce_flags & ZEND_ACC_INTERFACE) { in instanceof_function()
2359 return instanceof_interface(instance_ce, ce); in instanceof_function()
2361 return instanceof_class(instance_ce, ce); in instanceof_function()
[all …]
H A Dzend_generators.c1187 zend_object_iterator *zend_generator_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /… in zend_generator_get_iterator() argument
1239 zend_class_entry ce; in zend_register_generator_ce() local
1241 INIT_CLASS_ENTRY(ce, "Generator", generator_functions); in zend_register_generator_ce()
1242 zend_ce_generator = zend_register_internal_class(&ce); in zend_register_generator_ce()
1259 INIT_CLASS_ENTRY(ce, "ClosedGeneratorException", NULL); in zend_register_generator_ce()
1260 zend_ce_ClosedGeneratorException = zend_register_internal_class_ex(&ce, zend_ce_exception); in zend_register_generator_ce()
/PHP-7.4/ext/standard/tests/strings/
H A Dconvert_cyr_string_basic.phpt150 237: ce
/PHP-7.4/ext/ffi/
H A Dffi.c236 object->ce = ce; in zend_ffi_object_init()
4693 zend_bad_array_access(ce); in zend_fake_read_dimension()
4701 zend_bad_array_access(ce); in zend_fake_write_dimension()
4708 zend_bad_array_access(ce); in zend_fake_has_dimension()
4716 zend_bad_array_access(ce); in zend_fake_unset_dimension()
4729 zend_bad_property_access(ce); in zend_fake_read_property()
4737 zend_bad_array_access(ce); in zend_fake_write_property()
4745 zend_bad_array_access(ce); in zend_fake_has_property()
4753 zend_bad_array_access(ce); in zend_fake_unset_property()
4765 zend_class_entry *ce = (*obj_ptr)->ce; in zend_fake_get_method() local
[all …]
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_module.c669 zend_class_entry *ce; local
673 ZEND_HASH_FOREACH_STR_KEY_PTR(&ZCSG(preload_script)->script.class_table, key, ce) {
674 if (ce->refcount > 1 && !zend_string_equals_ci(key, ce->name)) {
677 add_next_index_str(&scripts, ce->name);

Completed in 171 milliseconds

1234567