Home
last modified time | relevance | path

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

1...<<1112

/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()
H A Dsccp.c994 if (!var_info->ce || (var_info->ce->ce_flags & ZEND_ACC_HAS_TYPE_HINTS) || in sccp_visit_instr()
995 !(var_info->ce->ce_flags & ZEND_ACC_ALLOW_DYNAMIC_PROPERTIES)) { in sccp_visit_instr()
/php-src/Zend/
H A Dzend_ast.c829 zend_class_entry *ce = zend_lookup_class(class_name); in zend_ast_evaluate_inner() local
830 zend_enum_new(result, ce, case_name, case_value_ast != NULL ? &case_value_zv : NULL); in zend_ast_evaluate_inner()
872 zend_class_entry *ce = zend_ast_fetch_class(ast->child[0], scope); in zend_ast_evaluate_inner() local
873 if (!ce) { in zend_ast_evaluate_inner()
877 if (object_init_ex(result, ce) != SUCCESS) { in zend_ast_evaluate_inner()
994 if (!(zobj->ce->ce_flags & ZEND_ACC_ENUM)) { in zend_ast_evaluate_inner()
H A Dzend_fibers.c698 static zend_object *zend_fiber_object_create(zend_class_entry *ce) in zend_fiber_object_create() argument
703 zend_object_std_init(&fiber->std, ce); in zend_fiber_object_create()
H A Dzend_operators.c2463 …instanceof_function_slow(const zend_class_entry *instance_ce, const zend_class_entry *ce) /* {{{ */ in instanceof_function_slow() argument
2465 ZEND_ASSERT(instance_ce != ce && "Should have been checked already"); in instanceof_function_slow()
2466 if (ce->ce_flags & ZEND_ACC_INTERFACE) { in instanceof_function_slow()
2472 if (instance_ce->interfaces[i] == ce) { in instanceof_function_slow()
2481 if (instance_ce == ce) { in instanceof_function_slow()
2820 …_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.c559 if (!(zobj->ce->ce_flags & ZEND_ACC_ENUM)) { in zend_print_zval_r_to_buf()
563 if (zobj->ce->enum_backing_type != IS_UNDEF) { in zend_print_zval_r_to_buf()
565 smart_str_appends(buf, zend_get_type_by_const(zobj->ce->enum_backing_type)); in zend_print_zval_r_to_buf()
H A Dzend_gc.c439 obj->ce->name->val, obj->handle); in gc_trace_ref()
1445 || obj->ce->destructor != NULL)) { in gc_collect_white()
1853 || obj->ce->destructor) { in zend_gc_collect_cycles()
H A Dzend_generators.c1101 zend_object_iterator *zend_generator_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /… in zend_generator_get_iterator() argument
/php-src/ext/sodium/
H A Dlibsodium_arginfo.h1383 zend_class_entry ce, *class_entry; in register_class_SodiumException() local
1385 INIT_CLASS_ENTRY(ce, "SodiumException", class_SodiumException_methods); in register_class_SodiumException()
1386 class_entry = zend_register_internal_class_ex(&ce, class_entry_Exception); in register_class_SodiumException()
/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
H A Dhtml_entity_decode_iso8859-5.phpt256 CYRILLIC CAPITAL LETTER YU: &#x42E; => ce
H A Dhtml_entity_decode_macroman.phpt391 LATIN CAPITAL LIGATURE OE: &#x152; => ce
H A Dhtml_entity_decode_win1251.phpt388 CYRILLIC CAPITAL LETTER O: &#x41E; => ce
/php-src/ext/pgsql/
H A Dpgsql.c1789 zend_class_entry *ce = NULL; in php_pgsql_fetch_hash() local
1792 …(ZEND_NUM_ARGS(), "O|l!Ch", &result, pgsql_result_ce, &row, &row_is_null, &ce, &ctor_params) == FA… in php_pgsql_fetch_hash()
1795 if (!ce) { in php_pgsql_fetch_hash()
1796 ce = zend_standard_class_def; in php_pgsql_fetch_hash()
1867 object_init_ex(return_value, ce); in php_pgsql_fetch_hash()
1868 if (!ce->default_properties_count && !ce->__set) { in php_pgsql_fetch_hash()
1875 if (ce->constructor) { in php_pgsql_fetch_hash()
1876 zend_call_known_function(ce->constructor, Z_OBJ_P(return_value), Z_OBJCE_P(return_value), in php_pgsql_fetch_hash()
1881 ZSTR_VAL(ce->name) in php_pgsql_fetch_hash()
/php-src/ext/intl/
H A Dphp_intl_arginfo.h1225 zend_class_entry ce, *class_entry; in register_class_IntlException() local
1227 INIT_CLASS_ENTRY(ce, "IntlException", class_IntlException_methods); in register_class_IntlException()
1228 class_entry = zend_register_internal_class_ex(&ce, class_entry_Exception); in register_class_IntlException()
/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/sapi/phpdbg/
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/zip/
H A Dphp_zip_arginfo.h502 zend_class_entry ce, *class_entry; in register_class_ZipArchive() local
504 INIT_CLASS_ENTRY(ce, "ZipArchive", class_ZipArchive_methods); in register_class_ZipArchive()
505 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class_ZipArchive()
/php-src/ext/standard/
H A Dbasic_functions_arginfo.h4107 zend_class_entry ce, *class_entry; in register_class___PHP_Incomplete_Class() local
4109 INIT_CLASS_ENTRY(ce, "__PHP_Incomplete_Class", class___PHP_Incomplete_Class_methods); in register_class___PHP_Incomplete_Class()
4110 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class___PHP_Incomplete_Class()
4122 zend_class_entry ce, *class_entry; in register_class_AssertionError() local
4124 INIT_CLASS_ENTRY(ce, "AssertionError", class_AssertionError_methods); in register_class_AssertionError()
4125 class_entry = zend_register_internal_class_ex(&ce, class_entry_Error); in register_class_AssertionError()
/php-src/ext/gd/
H A Dgd.c238 static zend_object *php_gd_font_object_create(zend_class_entry *ce) in php_gd_font_object_create() argument
240 php_gd_font_object *obj = zend_object_alloc(sizeof(php_gd_font_object), ce); in php_gd_font_object_create()
244 zend_object_std_init(zobj, ce); in php_gd_font_object_create()
245 object_properties_init(zobj, ce); in php_gd_font_object_create()
/php-src/ext/snmp/
H A Dsnmp.c1713 …zend_throw_error(NULL, "Cannot write read-only property %s::$%s", ZSTR_VAL(object->ce->name), ZSTR… in php_snmp_write_property()
1717 zend_property_info *prop = zend_get_property_info(object->ce, name, /* silent */ true); in php_snmp_write_property()
/php-src/ext/xmlreader/
H A Dphp_xmlreader.c153 …zend_throw_error(NULL, "Cannot modify readonly property %s::$%s", ZSTR_VAL(object->ce->name), ZSTR… in xmlreader_write_property()

Completed in 152 milliseconds

1...<<1112