Home
last modified time | relevance | path

Searched refs:ce (Results 101 – 122 of 122) sorted by relevance

12345

/PHP-5.3/ext/standard/tests/strings/
H A Dstrtolower-win32.phpt269 ce => ee
H A Dbug49785.phpt226 string(2) "ce"
/PHP-5.3/ext/xmlwriter/
H A Dphp_xmlwriter.c1956 zend_class_entry ce; in PHP_MINIT_FUNCTION() local
1964 INIT_CLASS_ENTRY(ce, "XMLWriter", xmlwriter_class_functions); in PHP_MINIT_FUNCTION()
1965 ce.create_object = xmlwriter_object_new; in PHP_MINIT_FUNCTION()
1966 xmlwriter_class_entry_ce = zend_register_internal_class(&ce TSRMLS_CC); in PHP_MINIT_FUNCTION()
/PHP-5.3/Zend/
H A Dzend_operators.c1649 …f_function_ex(const zend_class_entry *instance_ce, const zend_class_entry *ce, zend_bool interface… in instanceof_function_ex() argument
1654 if (instanceof_function(instance_ce->interfaces[i], ce TSRMLS_CC)) { in instanceof_function_ex()
1660 if (instance_ce == ce) { in instanceof_function_ex()
1671 …nceof_function(const zend_class_entry *instance_ce, const zend_class_entry *ce TSRMLS_DC) /* {{{ */ in instanceof_function()
1673 return instanceof_function_ex(instance_ce, ce, 0 TSRMLS_CC); in instanceof_function()
/PHP-5.3/ext/dom/
H A Ddom_iterators.c270 zend_object_iterator *php_dom_get_iterator(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC… in php_dom_get_iterator() argument
H A Ddocument.c2362 zend_class_entry *basece = NULL, *ce = NULL; in PHP_METHOD() local
2388 ce = *pce; in PHP_METHOD()
2391 if (ce == NULL || instanceof_function(ce, basece TSRMLS_CC)) { in PHP_METHOD()
2395 if (dom_set_doc_classmap(intern->document, basece, ce TSRMLS_CC) == FAILURE) { in PHP_METHOD()
/PHP-5.3/ext/spl/
H A Dspl_observer.c235 new_obj_val = spl_object_storage_new_ex(old_object->ce, &intern, zobject TSRMLS_CC); in spl_object_storage_clone()
361 if (zo1->ce != spl_ce_SplObjectStorage || zo2->ce != spl_ce_SplObjectStorage) { in spl_object_storage_compare_objects()
/PHP-5.3/ext/tidy/
H A Dtidy.c91 zend_class_entry ce; \
92 INIT_CLASS_ENTRY(ce, # classname, tidy_funcs_ ## name); \
93 ce.create_object = tidy_object_new_ ## name; \
94 tidy_ce_ ## name = zend_register_internal_class_ex(&ce, parent, NULL TSRMLS_CC); \
/PHP-5.3/ext/sybase_ct/
H A Dphp_sybase_ct.c1849 zend_class_entry *ce = NULL; in PHP_FUNCTION() local
1858 ce = ZEND_STANDARD_CLASS_DEF_PTR; in PHP_FUNCTION()
1862 ce = Z_OBJCE_P(object); in PHP_FUNCTION()
1879 ce = *pce; in PHP_FUNCTION()
1889 object_and_properties_init(return_value, ce, Z_ARRVAL_P(return_value)); in PHP_FUNCTION()
/PHP-5.3/ext/zip/
H A Dphp_zip.c1111 intern->zo.ce = class_type; in php_zip_object_new()
2784 zend_class_entry ce; in PHP_MINIT_FUNCTION() local
2794 INIT_CLASS_ENTRY(ce, "ZipArchive", zip_class_functions); in PHP_MINIT_FUNCTION()
2795 ce.create_object = php_zip_object_new; in PHP_MINIT_FUNCTION()
2796 zip_class_entry = zend_register_internal_class(&ce TSRMLS_CC); in PHP_MINIT_FUNCTION()
/PHP-5.3/ext/pgsql/
H A Dpgsql.c2426 zend_class_entry *ce = NULL; local
2436 ce = zend_standard_class_def;
2438 ce = zend_fetch_class(class_name, class_name_len, ZEND_FETCH_CLASS_AUTO TSRMLS_CC);
2440 if (!ce) {
2532 object_and_properties_init(return_value, ce, NULL);
2535 if (ce->constructor) {
2537 fci.function_table = &ce->function_table;
2571 fcc.function_handler = ce->constructor;
2577 …ion_get_default(TSRMLS_C), 0 TSRMLS_CC, "Could not execute %s::%s()", ce->name, ce->constructor->c…
2587 …), 0 TSRMLS_CC, "Class %s does not have a constructor hence you cannot use ctor_params", ce->name);
/PHP-5.3/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.3/ext/com_dotnet/
H A Dcom_saproxy.c555 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.3/ext/pcre/pcrelib/
H A Dpcre_compile.c1752 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-5.3/ext/date/
H A Dphp_date.c1948 zend_object_iterator *date_object_period_get_iterator(zend_class_entry *ce, zval *object, int by_re… in date_object_period_get_iterator() argument
2078 zend_object_value new_ov = date_object_new_date_ex(old_obj->std.ce, &new_obj TSRMLS_CC); in date_object_clone_date()
2206 zend_object_value new_ov = date_object_new_timezone_ex(old_obj->std.ce, &new_obj TSRMLS_CC); in date_object_clone_timezone()
2262 zend_object_value new_ov = date_object_new_interval_ex(old_obj->std.ce, &new_obj TSRMLS_CC); in date_object_clone_interval()
2344 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.3/ext/pcre/pcrelib/testdata/
H A Dtestoutput9637 ab> <ce
647 ab> <ce
672 abcd ce
684 abcd ce
H A Dtestoutput17264 ce
7265 0: ce
H A Dtestinput14425 ce
/PHP-5.3/ext/ereg/regex/
H A Dtests167 \(a\)\1bc*[ce]d b aabcccd aabcccd
/PHP-5.3/sapi/thttpd/
H A Dthttpd_patch2331 + connecttab *c = connects, *ce = c + maxconnects;
2336 + while (c < ce) {
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c63268 } ce;
68195 u.ce.pPager = sqlite3BtreePager(u.ce.pBt);
68196 u.ce.eOld = sqlite3PagerGetJournalMode(u.ce.pPager);
68197 if( u.ce.eNew==PAGER_JOURNALMODE_QUERY ) u.ce.eNew = u.ce.eOld;
68198 if( !sqlite3PagerOkToChangeJournalMode(u.ce.pPager) ) u.ce.eNew = u.ce.eOld;
68201 u.ce.zFilename = sqlite3PagerFilename(u.ce.pPager);
68210 u.ce.eNew = u.ce.eOld;
68213 if( (u.ce.eNew!=u.ce.eOld)
68233 sqlite3PagerSetJournalMode(u.ce.pPager, u.ce.eNew);
68253 u.ce.eNew = u.ce.eOld;
[all …]
/PHP-5.3/
H A DNEWS5416 (Ilia, ce at netage dot bg)

Completed in 583 milliseconds

12345