Home
last modified time | relevance | path

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

1234567

/PHP-7.4/Zend/
H A Dzend_gc.c397 obj->ce->name->val, obj->handle); in gc_trace_ref()
1182 || obj->ce->destructor != NULL)) { in gc_collect_white()
1492 || obj->ce->destructor) { in zend_gc_collect_cycles()
H A Dzend_operators.h66 …f_function_ex(const zend_class_entry *instance_ce, const zend_class_entry *ce, zend_bool is_interf…
67 …ZEND_FASTCALL instanceof_function(const zend_class_entry *instance_ce, const zend_class_entry *ce);
/PHP-7.4/ext/standard/tests/strings/
H A Dhtml_entity_decode_iso8859-15.phpt255 LATIN CAPITAL LETTER I WITH CIRCUMFLEX: Î => ce
256 Î => ce
H A Dhtml_entity_decode_iso8859-5.phpt255 CYRILLIC CAPITAL LETTER YU: Ю => ce
H A Dhtml_entity_decode_win1251.phpt387 CYRILLIC CAPITAL LETTER O: О => ce
H A Dhtml_entity_decode_macroman.phpt390 LATIN CAPITAL LIGATURE OE: Π=> ce
H A Dhtml_entity_decode_cp866.phpt383 BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL: ╬ => ce
H A Dhtml_entity_decode_koi8-r.phpt383 CYRILLIC SMALL LETTER EN: н => ce
H A Dbug49785.phpt232 string(2) "ce"
/PHP-7.4/ext/pgsql/
H A Dpgsql.c2723 zend_class_entry *ce = NULL; local
2732 ce = zend_standard_class_def;
2734 ce = zend_fetch_class(class_name, ZEND_FETCH_CLASS_AUTO);
2736 if (!ce) {
2820 object_init_ex(return_value, ce);
2821 if (!ce->default_properties_count && !ce->__set) {
2828 if (ce->constructor) {
2850 fcc.function_handler = ce->constructor;
2855 …_ex(zend_ce_exception, 0, "Could not execute %s::%s()", ZSTR_VAL(ce->name), ZSTR_VAL(ce->construct…
2863 …n, 0, "Class %s does not have a constructor hence you cannot use ctor_params", ZSTR_VAL(ce->name));
/PHP-7.4/ext/snmp/
H A Dsnmp.c2268 zend_class_entry ce, cex; in PHP_MINIT_FUNCTION() local
2294 INIT_CLASS_ENTRY(ce, "SNMP", php_snmp_class_methods); in PHP_MINIT_FUNCTION()
2295 ce.create_object = php_snmp_object_new; in PHP_MINIT_FUNCTION()
2299 php_snmp_ce = zend_register_internal_class(&ce); in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/sodium/
H A Dlibsodium.c409 static zend_object *sodium_exception_create_object(zend_class_entry *ce) { in sodium_exception_create_object() argument
410 zend_object *obj = zend_ce_exception->create_object(ce); in sodium_exception_create_object()
426 zend_class_entry ce; in PHP_MINIT_FUNCTION() local
432 INIT_CLASS_ENTRY(ce, "SodiumException", NULL); in PHP_MINIT_FUNCTION()
433 sodium_exception_ce = zend_register_internal_class_ex(&ce, zend_ce_exception); in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/zip/
H A Dphp_zip.c3039 zend_class_entry ce; local
3052 INIT_CLASS_ENTRY(ce, "ZipArchive", zip_class_functions);
3053 ce.create_object = php_zip_object_new;
3054 zip_class_entry = zend_register_internal_class(&ce);
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_bp.c609 zend_class_entry *ce; in phpdbg_resolve_opline_break() local
610 …if (!(ce = zend_hash_str_find_ptr(EG(class_table), zend_str_tolower_dup(new_break->class_name, new… in phpdbg_resolve_opline_break()
613 func_table = &ce->function_table; in phpdbg_resolve_opline_break()
/PHP-7.4/ext/com_dotnet/
H A Dcom_saproxy.c545 zend_object_iterator *php_com_saproxy_iter_get(zend_class_entry *ce, zval *object, int by_ref) in php_com_saproxy_iter_get() argument
/PHP-7.4/
H A DUPGRADING.INTERNALS57 check property_info->ce (in the same way as with methods).
/PHP-7.4/ext/date/
H A Dphp_date.c2025 zend_object_iterator *date_object_period_get_iterator(zend_class_entry *ce, zval *object, int by_re… in date_object_period_get_iterator() argument
2237 php_date_obj *new_obj = php_date_obj_from_obj(date_object_new_date(old_obj->std.ce)); in date_object_clone_date()
2367 php_timezone_obj *new_obj = php_timezone_obj_from_obj(date_object_new_timezone(old_obj->std.ce)); in date_object_clone_timezone()
2512 php_interval_obj *new_obj = php_interval_obj_from_obj(date_object_new_interval(old_obj->std.ce)); in date_object_clone_interval()
2588 php_period_obj *new_obj = php_period_obj_from_obj(date_object_new_period(old_obj->std.ce)); in date_object_clone_period()
/PHP-7.4/ext/opcache/Optimizer/
H A Dsccp.c1204 if (!var_info->ce || (var_info->ce->ce_flags & ZEND_ACC_HAS_TYPE_HINTS)) { in sccp_visit_instr()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1334 cdf_u16tos8(sbuf, ce[i].ce_namlen, ce[i].ce_name),
3223 cdf_u16tos8(buf, ce[i].ce_namlen, ce[i].ce_name),
/PHP-7.4/ext/hash/tests/
H A Dfnv1a64.phpt302 array( '\\ce]$k@0aei Iuk\'r$:qnet4V(d3GOf%3Lb79$Gzi2{4(g<zkWm[>cotkU)3', '1154a4047a591047' ),
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます3217 >>>>>>3 regex \^lh[89a-ce] LHa (Joe Jared) archive
H A Dmagic3217 >>>>>>3 regex \^lh[89a-ce] LHa (Joe Jared) archive

Completed in 222 milliseconds

1234567