Home
last modified time | relevance | path

Searched refs:ce (Results 251 – 275 of 298) sorted by relevance

1...<<1112

/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.c717 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 Dphpdbg_bp.c606 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 Dpdo_dbh_arginfo.h107 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 Dformatter_arginfo.h123 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 Dzval.rst57 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 Dtree.c442 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 Dmysqli_nonapi.c656 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 Dspl_dllist.c398 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 Dffi.c250 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 Dzend_jit_internal.h422 const zend_class_entry *ce; member
547 zend_class_entry *ce; /* $this */ member
/php-src/ext/sodium/
H A Dlibsodium_arginfo.h1149 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 Dzend_inference.h234 zend_class_entry **ce, bool *ce_is_instanceof, bool use_tentative_return_info);
H A Dzend_ssa.c164 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 Ddfa_pass.c283 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 Dssa_integrity.c201 if ((type & MAY_BE_REF) && ssa->var_info[i].ce) { in ssa_verify_integrity()
/php-src/ext/standard/tests/strings/
H A Dhtml_entity_decode_iso8859-15.phpt256 LATIN CAPITAL LETTER I WITH CIRCUMFLEX: &#xCE; => ce
257 &#xCE; => ce
/php-src/ext/pgsql/
H A Dpgsql.c1960 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 Dzend_ast.c866 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 Dzend_fibers.c755 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 Dzend_operators.c2478 …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 Dzend.c568 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 Dphp_intl_arginfo.h1240 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 Dphp_xmlreader.c187 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 Dxpath_callbacks.c122 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 Dphp_zip_arginfo.h580 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()

Completed in 232 milliseconds

1...<<1112