Home
last modified time | relevance | path

Searched refs:ce (Results 126 – 144 of 144) sorted by relevance

123456

/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c1394 zend_class_entry ce; in PHP_MINIT_FUNCTION() local
1405 …INIT_OVERLOADED_CLASS_ENTRY(ce, "ApacheRequest", php_apache_request_class_functions, NULL, NULL, N… in PHP_MINIT_FUNCTION()
1406 apacherequest_class_entry = zend_register_internal_class_ex(&ce, NULL, NULL TSRMLS_CC); in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c2575 zend_class_entry *ce = NULL; local
2585 ce = zend_standard_class_def;
2587 ce = zend_fetch_class(class_name, class_name_len, ZEND_FETCH_CLASS_AUTO TSRMLS_CC);
2589 if (!ce) {
2677 object_and_properties_init(return_value, ce, NULL);
2680 if (ce->constructor) {
2682 fci.function_table = &ce->function_table;
2716 fcc.function_handler = ce->constructor;
2722 …ion_get_default(TSRMLS_C), 0 TSRMLS_CC, "Could not execute %s::%s()", ce->name, ce->constructor->c…
2732 …), 0 TSRMLS_CC, "Class %s does not have a constructor hence you cannot use ctor_params", ce->name);
/PHP-5.5/Zend/
H A Dzend_operators.h69 …f_function_ex(const zend_class_entry *instance_ce, const zend_class_entry *ce, zend_bool interface…
70 …ool instanceof_function(const zend_class_entry *instance_ce, const zend_class_entry *ce TSRMLS_DC);
/PHP-5.5/ext/snmp/
H A Dsnmp.c2389 zend_class_entry ce, cex; in PHP_MINIT_FUNCTION() local
2415 INIT_CLASS_ENTRY(ce, "SNMP", php_snmp_class_methods); in PHP_MINIT_FUNCTION()
2416 ce.create_object = php_snmp_object_new; in PHP_MINIT_FUNCTION()
2418 php_snmp_ce = zend_register_internal_class(&ce TSRMLS_CC); in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/com_dotnet/
H A Dcom_saproxy.c554 zend_object_iterator *php_com_saproxy_iter_get(zend_class_entry *ce, zval *object, int by_ref TSRML… in php_com_saproxy_iter_get() argument
/PHP-5.5/ext/standard/tests/strings/
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-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c1750 pcre_uchar *ce, *cs; in find_fixedlength() local
1797 cs = ce = (pcre_uchar *)cd->start_code + GET(cc, 1); /* Start subpattern */ in find_fixedlength()
1798 do ce += GET(ce, 1); while (*ce == OP_ALT); /* End subpattern */ in find_fixedlength()
1799 if (cc > cs && cc < ce) return -1; /* Recursion */ in find_fixedlength()
/PHP-5.5/ext/date/
H A Dphp_date.c1983 zend_object_iterator *date_object_period_get_iterator(zend_class_entry *ce, zval *object, int by_re… in date_object_period_get_iterator() argument
2142 zend_object_value new_ov = date_object_new_date_ex(old_obj->std.ce, &new_obj TSRMLS_CC); in date_object_clone_date()
2291 zend_object_value new_ov = date_object_new_timezone_ex(old_obj->std.ce, &new_obj TSRMLS_CC); in date_object_clone_timezone()
2390 zend_object_value new_ov = date_object_new_interval_ex(old_obj->std.ce, &new_obj TSRMLS_CC); in date_object_clone_interval()
2479 zend_object_value new_ov = date_object_new_period_ex(old_obj->std.ce, &new_obj TSRMLS_CC); in date_object_clone_period()
/PHP-5.5/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-5.5/ext/ereg/regex/
H A Dtests167 \(a\)\1bc*[ce]d b aabcccd aabcccd
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch2331 + connecttab *c = connects, *ce = c + maxconnects;
2336 + while (c < ce) {
/PHP-5.5/
H A DNEWS8466 (Ilia, ce at netage dot bg)

Completed in 152 milliseconds

123456