Home
last modified time | relevance | path

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

1234567

/PHP-7.2/Zend/
H A Dzend_gc.c134 obj->ce->name->val, obj->handle); in gc_trace_ref()
797 (obj->ce->destructor != NULL))) {
1143 || obj->ce->destructor)) {
H A Dzend_operators.h70 …f_function_ex(const zend_class_entry *instance_ce, const zend_class_entry *ce, zend_bool interface…
71 …ZEND_FASTCALL instanceof_function(const zend_class_entry *instance_ce, const zend_class_entry *ce);
/PHP-7.2/ext/mysqli/
H A Dmysqli_nonapi.c711 php_error_docref(NULL, E_WARNING, "[%d] Couldn't fetch %s", i, ZSTR_VAL(intern->zo.ce->name));
716 …php_error_docref(NULL, E_WARNING, "Invalid object %d or resource %s", i, ZSTR_VAL(intern->zo.ce->n…
747 php_error_docref(NULL, E_WARNING, "[%d] Couldn't fetch %s", i, ZSTR_VAL(intern->zo.ce->name));
/PHP-7.2/ext/tidy/
H A Dtidy.c95 zend_class_entry ce; \
96 INIT_CLASS_ENTRY(ce, # classname, tidy_funcs_ ## name); \
97 ce.create_object = tidy_object_new_ ## name; \
98 tidy_ce_ ## name = zend_register_internal_class_ex(&ce, parent); \
/PHP-7.2/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_macroman.phpt390 LATIN CAPITAL LIGATURE OE: Π=> ce
H A Dhtml_entity_decode_win1251.phpt387 CYRILLIC CAPITAL LETTER O: О => 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.2/ext/pgsql/
H A Dpgsql.c2724 zend_class_entry *ce = NULL; local
2733 ce = zend_standard_class_def;
2735 ce = zend_fetch_class(class_name, ZEND_FETCH_CLASS_AUTO);
2737 if (!ce) {
2821 object_and_properties_init(return_value, ce, NULL);
2822 if (!ce->default_properties_count && !ce->__set) {
2829 if (ce->constructor) {
2852 fcc.function_handler = ce->constructor;
2858 …_ex(zend_ce_exception, 0, "Could not execute %s::%s()", ZSTR_VAL(ce->name), ZSTR_VAL(ce->construct…
2866 …n, 0, "Class %s does not have a constructor hence you cannot use ctor_params", ZSTR_VAL(ce->name));
/PHP-7.2/ext/snmp/
H A Dsnmp.c2300 zend_class_entry ce, cex; in PHP_MINIT_FUNCTION() local
2326 INIT_CLASS_ENTRY(ce, "SNMP", php_snmp_class_methods); in PHP_MINIT_FUNCTION()
2327 ce.create_object = php_snmp_object_new; in PHP_MINIT_FUNCTION()
2331 php_snmp_ce = zend_register_internal_class(&ce); in PHP_MINIT_FUNCTION()
/PHP-7.2/ext/com_dotnet/
H A Dcom_saproxy.c536 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.2/ext/sodium/
H A Dlibsodium.c398 static zend_object *sodium_exception_create_object(zend_class_entry *ce) { in sodium_exception_create_object() argument
399 zend_object *obj = zend_ce_exception->create_object(ce); in sodium_exception_create_object()
415 zend_class_entry ce; in PHP_MINIT_FUNCTION() local
421 INIT_CLASS_ENTRY(ce, "SodiumException", NULL); in PHP_MINIT_FUNCTION()
422 sodium_exception_ce = zend_register_internal_class_ex(&ce, zend_ce_exception); in PHP_MINIT_FUNCTION()
/PHP-7.2/ext/zip/
H A Dphp_zip.c3157 zend_class_entry ce; in PHP_MINIT_FUNCTION() local
3170 INIT_CLASS_ENTRY(ce, "ZipArchive", zip_class_functions); in PHP_MINIT_FUNCTION()
3171 ce.create_object = php_zip_object_new; in PHP_MINIT_FUNCTION()
3172 zip_class_entry = zend_register_internal_class(&ce); in PHP_MINIT_FUNCTION()
/PHP-7.2/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.2/ext/pcre/pcrelib/
H A Dpcre_compile.c1751 pcre_uchar *ce, *cs; in find_fixedlength() local
1798 cs = ce = (pcre_uchar *)cd->start_code + GET(cc, 1); /* Start subpattern */ in find_fixedlength()
1799 do ce += GET(ce, 1); while (*ce == OP_ALT); /* End subpattern */ in find_fixedlength()
1800 if (cc > cs && cc < ce) return -1; /* Recursion */ in find_fixedlength()
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput9582 ab> <ce
592 ab> <ce
610 abcd ce
620 abcd ce
H A Dtestoutput17265 ce
7266 0: ce
H A Dtestinput14422 ce
/PHP-7.2/ext/date/
H A Dphp_date.c2008 zend_object_iterator *date_object_period_get_iterator(zend_class_entry *ce, zval *object, int by_re… in date_object_period_get_iterator() argument
2221 php_date_obj *new_obj = php_date_obj_from_obj(date_object_new_date_ex(old_obj->std.ce, 0)); in date_object_clone_date()
2352 …php_timezone_obj *new_obj = php_timezone_obj_from_obj(date_object_new_timezone_ex(old_obj->std.ce,… in date_object_clone_timezone()
2469 …php_interval_obj *new_obj = php_interval_obj_from_obj(date_object_new_interval_ex(old_obj->std.ce,… in date_object_clone_interval()
2556 php_period_obj *new_obj = php_period_obj_from_obj(date_object_new_period_ex(old_obj->std.ce, 0)); in date_object_clone_period()
/PHP-7.2/ext/hash/tests/
H A Dfnv1a64.phpt304 array( '\\ce]$k@0aei Iuk\'r$:qnet4V(d3GOf%3Lb79$Gzi2{4(g<zkWm[>cotkU)3', '1154a4047a591047' ),
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic2697 >>>>>>3 regex \^lh[89a-ce] LHa (Joe Jared) archive
H A Dmagic私はガラスを食べられます2697 >>>>>>3 regex \^lh[89a-ce] LHa (Joe Jared) archive

Completed in 290 milliseconds

1234567