/php-src/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 717 zend_call_known_instance_method_with_0_params(ex->ce->__tostring, ex, &tmp); in phpdbg_handle_exception() 730 …phpdbg_error("Uncaught %s in %s on line " ZEND_LONG_FMT, ZSTR_VAL(ex->ce->name), ZSTR_VAL(file), l… in phpdbg_handle_exception() 1033 if (i < EG(objects_store).top && *obj && IS_OBJ_VALID(*obj) && (*obj)->ce == zend_ce_generator) { in PHPDBG_COMMAND() 1050 if (obj && IS_OBJ_VALID(obj) && obj->ce == zend_ce_generator) { in PHPDBG_COMMAND() 1712 ZSTR_VAL(exception->ce->name), ZSTR_VAL(file), line, in phpdbg_execute_ex()
|
H A D | phpdbg_bp.c | 606 zend_class_entry *ce; in phpdbg_resolve_opline_break() local 607 …if (!(ce = zend_hash_str_find_ptr(EG(class_table), zend_str_tolower_dup(new_break->class_name, new… in phpdbg_resolve_opline_break() 610 func_table = &ce->function_table; in phpdbg_resolve_opline_break()
|
/php-src/ext/pdo/ |
H A D | pdo_dbh_arginfo.h | 107 zend_class_entry ce, *class_entry; in register_class_PDO() local 109 INIT_CLASS_ENTRY(ce, "PDO", class_PDO_methods); in register_class_PDO() 110 class_entry = zend_register_internal_class_with_flags(&ce, NULL, ZEND_ACC_NOT_SERIALIZABLE); in register_class_PDO()
|
/php-src/ext/intl/formatter/ |
H A D | formatter_arginfo.h | 123 zend_class_entry ce, *class_entry; in register_class_NumberFormatter() local 125 INIT_CLASS_ENTRY(ce, "NumberFormatter", class_NumberFormatter_methods); in register_class_NumberFormatter() 126 class_entry = zend_register_internal_class_with_flags(&ce, NULL, ZEND_ACC_NOT_SERIALIZABLE); in register_class_NumberFormatter()
|
/php-src/docs/source/core/data-structures/ |
H A D | zval.rst | 57 zend_class_entry *ce; 197 or function, the ``zval.value.ce`` or ``zval.value.func`` fields may be used, respectively.
|
/php-src/ext/dom/parentnode/ |
H A D | tree.c | 442 const zend_class_entry *ce = Z_OBJCE(nodes[i]); in dom_sanity_check_node_list_types() local 444 if (!instanceof_function(ce, node_ce)) { in dom_sanity_check_node_list_types()
|
/php-src/ext/mysqli/ |
H A D | mysqli_nonapi.c | 656 zend_throw_error(NULL, "%s object is already closed", ZSTR_VAL(intern->zo.ce->name)); 661 zend_throw_error(NULL, "%s object is not fully initialized", ZSTR_VAL(intern->zo.ce->name)); 690 zend_throw_error(NULL, "%s object is already closed", ZSTR_VAL(intern->zo.ce->name));
|
/php-src/ext/spl/ |
H A D | spl_dllist.c | 398 zend_object *new_object = spl_dllist_object_new_ex(old_object->ce, old_object, 1); in spl_dllist_object_clone() 412 zend_call_method_with_0_params(object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_dllist_object_count_elements() 1227 static zend_object_iterator *spl_dllist_get_iterator(zend_class_entry *ce, zval *object, int by_ref… in spl_dllist_get_iterator() argument
|
/php-src/ext/ffi/ |
H A D | ffi.c | 250 object->ce = ce; in zend_ffi_object_init() 251 object->handlers = ce->default_object_handlers; in zend_ffi_object_init() 5122 zend_bad_array_access(obj->ce); in zend_fake_read_dimension() 5129 zend_bad_array_access(obj->ce); in zend_fake_write_dimension() 5135 zend_bad_array_access(obj->ce); in zend_fake_has_dimension() 5142 zend_bad_array_access(obj->ce); in zend_fake_unset_dimension() 5154 zend_bad_property_access(obj->ce); in zend_fake_read_property() 5161 zend_bad_array_access(obj->ce); in zend_fake_write_property() 5168 zend_bad_array_access(obj->ce); in zend_fake_has_property() 5175 zend_bad_array_access(obj->ce); in zend_fake_unset_property() [all …]
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_internal.h | 422 const zend_class_entry *ce; member 547 zend_class_entry *ce; /* $this */ member
|
/php-src/ext/sodium/ |
H A D | libsodium_arginfo.h | 1149 zend_class_entry ce, *class_entry; in register_class_SodiumException() local 1151 INIT_CLASS_ENTRY(ce, "SodiumException", NULL); in register_class_SodiumException() 1152 class_entry = zend_register_internal_class_with_flags(&ce, class_entry_Exception, 0); in register_class_SodiumException()
|
/php-src/Zend/Optimizer/ |
H A D | zend_inference.h | 234 zend_class_entry **ce, bool *ce_is_instanceof, bool use_tentative_return_info);
|
H A D | zend_ssa.c | 164 phi->constraint.type.ce = NULL; in pi_type_mask() 529 zend_class_entry *ce = zend_optimizer_get_class_entry(script, op_array, lcname); in place_essa_pis() local 530 if (!ce) { in place_essa_pis() 536 pi->constraint.type.ce = ce; in place_essa_pis()
|
H A D | dfa_pass.c | 283 zend_class_entry *ce = zend_optimizer_get_class_entry(script, op_array, lcname); in can_elide_list_type() local 285 bool result = ce && safe_instanceof(use_info->ce, ce); in can_elide_list_type() 314 if (disallowed_types == MAY_BE_OBJECT && use_info->ce && ZEND_TYPE_IS_COMPLEX(arg_info->type)) { in can_elide_return_type_check()
|
H A D | ssa_integrity.c | 201 if ((type & MAY_BE_REF) && ssa->var_info[i].ce) { in ssa_verify_integrity()
|
/php-src/ext/standard/tests/strings/ |
H A D | html_entity_decode_iso8859-15.phpt | 256 LATIN CAPITAL LETTER I WITH CIRCUMFLEX: Î => ce 257 Î => ce
|
/php-src/ext/pgsql/ |
H A D | pgsql.c | 1960 zend_class_entry *ce = NULL; in php_pgsql_fetch_hash() local 1967 Z_PARAM_CLASS(ce) in php_pgsql_fetch_hash() 1971 if (!ce) { in php_pgsql_fetch_hash() 1972 ce = zend_standard_class_def; in php_pgsql_fetch_hash() 2046 object_init_ex(return_value, ce); in php_pgsql_fetch_hash() 2047 if (!ce->default_properties_count && !ce->__set) { in php_pgsql_fetch_hash() 2054 if (ce->constructor) { in php_pgsql_fetch_hash() 2055 zend_call_known_function(ce->constructor, Z_OBJ_P(return_value), Z_OBJCE_P(return_value), in php_pgsql_fetch_hash() 2060 ZSTR_VAL(ce->name) in php_pgsql_fetch_hash()
|
/php-src/Zend/ |
H A D | zend_ast.c | 866 zend_class_entry *ce = zend_lookup_class(class_name); in zend_ast_evaluate_inner() local 867 zend_enum_new(result, ce, case_name, case_value_ast != NULL ? &case_value_zv : NULL); in zend_ast_evaluate_inner() 909 zend_class_entry *ce = zend_ast_fetch_class(ast->child[0], scope); in zend_ast_evaluate_inner() local 910 if (!ce) { in zend_ast_evaluate_inner() 914 if (object_init_ex(result, ce) != SUCCESS) { in zend_ast_evaluate_inner() 1031 if (!(zobj->ce->ce_flags & ZEND_ACC_ENUM)) { in zend_ast_evaluate_inner()
|
H A D | zend_fibers.c | 755 static zend_object *zend_fiber_object_create(zend_class_entry *ce) in zend_fiber_object_create() argument 760 zend_object_std_init(&fiber->std, ce); in zend_fiber_object_create()
|
H A D | zend_operators.c | 2478 …instanceof_function_slow(const zend_class_entry *instance_ce, const zend_class_entry *ce) /* {{{ */ in instanceof_function_slow() argument 2480 ZEND_ASSERT(instance_ce != ce && "Should have been checked already"); in instanceof_function_slow() 2481 if (ce->ce_flags & ZEND_ACC_INTERFACE) { in instanceof_function_slow() 2487 if (instance_ce->interfaces[i] == ce) { in instanceof_function_slow() 2496 if (instance_ce == ce) { in instanceof_function_slow() 2835 …_RECOVERABLE_ERROR, "Object of class %s could not be converted to bool", ZSTR_VAL(zobj->ce->name)); in zend_object_is_true()
|
H A D | zend.c | 568 if (!(zobj->ce->ce_flags & ZEND_ACC_ENUM)) { in zend_print_zval_r_to_buf() 572 if (zobj->ce->enum_backing_type != IS_UNDEF) { in zend_print_zval_r_to_buf() 574 smart_str_appends(buf, zend_get_type_by_const(zobj->ce->enum_backing_type)); in zend_print_zval_r_to_buf()
|
/php-src/ext/intl/ |
H A D | php_intl_arginfo.h | 1240 zend_class_entry ce, *class_entry; in register_class_IntlException() local 1242 INIT_CLASS_ENTRY(ce, "IntlException", NULL); in register_class_IntlException() 1243 class_entry = zend_register_internal_class_with_flags(&ce, class_entry_Exception, 0); in register_class_IntlException()
|
/php-src/ext/xmlreader/ |
H A D | php_xmlreader.c | 187 zend_readonly_property_modification_error_ex(ZSTR_VAL(object->ce->name), ZSTR_VAL(name)); in xmlreader_write_property() 201 zend_throw_error(NULL, "Cannot unset %s::$%s", ZSTR_VAL(object->ce->name), ZSTR_VAL(name)); in xmlreader_unset_property()
|
/php-src/ext/dom/ |
H A D | xpath_callbacks.c | 122 if (object->properties == NULL && object->ce->default_properties_count == 0) { in php_dom_xpath_callbacks_get_gc_for_whole_object()
|
/php-src/ext/zip/ |
H A D | php_zip_arginfo.h | 580 zend_class_entry ce, *class_entry; in register_class_ZipArchive() local 582 INIT_CLASS_ENTRY(ce, "ZipArchive", class_ZipArchive_methods); in register_class_ZipArchive() 583 class_entry = zend_register_internal_class_with_flags(&ce, NULL, 0); in register_class_ZipArchive()
|