Home
last modified time | relevance | path

Searched refs:cc (Results 26 – 50 of 88) sorted by relevance

1234

/PHP-5.3/Zend/tests/
H A Dget_class_vars_003.phpt15 static protected $cc = 6;
47 ["cc"]=>
H A Dget_class_vars_002.phpt15 static protected $cc = 6;
40 ["cc"]=>
H A Dget_class_vars_001.phpt15 static protected $cc = 6;
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregparse.c1131 cc->flags = 0; in initialize_cclass()
1150 CClassNode* cc; in node_new_cclass_by_codepoint_range() local
1158 cc->flags = 0; in node_new_cclass_by_codepoint_range()
1959 bsr2 = cc->bs; in and_cclass()
1960 buf2 = cc->mbuf; in and_cclass()
2017 bsr2 = cc->bs; in or_cclass()
3910 CClassNode* cc; in parse_char_property() local
4316 prev_cc = cc; in parse_char_class()
4317 cc = &work_cc; in parse_char_class()
4351 cc = prev_cc; in parse_char_class()
[all …]
H A Dregint.h789 #define CCLASS_SET_NOT(cc) (cc)->flags |= FLAG_CCLASS_NOT argument
790 #define CCLASS_CLEAR_NOT(cc) (cc)->flags &= ~FLAG_CCLASS_NOT argument
791 #define CCLASS_SET_SHARE(cc) (cc)->flags |= FLAG_CCLASS_SHARE argument
792 #define IS_CCLASS_NOT(cc) (((cc)->flags & FLAG_CCLASS_NOT) != 0) argument
793 #define IS_CCLASS_SHARE(cc) (((cc)->flags & FLAG_CCLASS_SHARE) != 0) argument
828 extern int onig_is_code_in_cc P_((OnigEncoding enc, OnigCodePoint code, CClassNode* cc));
/PHP-5.3/ext/imap/tests/
H A Dbug45705_2.phpt16 'cc' => 'John Doe <john@example.com>',
35 ["cc"]=>
49 ["cc"]=>
H A Dbug31142_1.phpt14 $envelope["cc"] = "bar@example.com";
40 cc: bar@example.com
H A Dbug40854.phpt13 $envelope["cc"] = "bar@example.com";
38 cc: bar@example.com
/PHP-5.3/ext/oci8/tests/
H A Ddrcp_connection_class.phpt11 ini_set('oci8.connection_class',"New cc");
23 The New oci8.connection_class is New cc
/PHP-5.3/tests/classes/
H A Dconstants_basic_003.phpt11 const cc = C::MY_CONST;
22 var_dump(B::cc);
/PHP-5.3/ext/mysqli/tests/
H A Dclient-cert.pem15 00:cc:9a:37:49:13:66:dc:cf:e3:0b:13:a1:23:ed:
28 c9:7f:45:20:74:3e:89:c0:e0:26:84:51:cc:04:16:ce:69:99:
/PHP-5.3/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt76 // expect cc and dd to be 10 and 30
77 list($cc,,$dd) = array(10,20,30,40);
78 echo "CC=$cc DD=$dd\n";
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dtrigger.c485 Trigger *cc = pTable->pTrigger; in sqliteDropTriggerPtr() local
486 while( cc ){ in sqliteDropTriggerPtr()
487 if( cc->pNext == pTrigger ){ in sqliteDropTriggerPtr()
488 cc->pNext = cc->pNext->pNext; in sqliteDropTriggerPtr()
491 cc = cc->pNext; in sqliteDropTriggerPtr()
493 assert(cc); in sqliteDropTriggerPtr()
/PHP-5.3/ext/standard/tests/array/
H A Dbug20381.phpt16 'c' => 'cc',
/PHP-5.3/ext/standard/
H A Diptc.c94 char cc; in php_iptc_get1() local
101 cc = c; in php_iptc_get1()
102 PUTC(cc); in php_iptc_get1()
H A Dpack.c708 char cc = (input[inputpos + ipos] >> nibbleshift) & 0xf; in PHP_FUNCTION() local
710 if (cc < 10) { in PHP_FUNCTION()
711 cc += '0'; in PHP_FUNCTION()
713 cc += 'a' - 10; in PHP_FUNCTION()
716 buf[opos] = cc; in PHP_FUNCTION()
/PHP-5.3/ext/standard/tests/streams/
H A Dbug60817.phpt36 string(2) "cc"
/PHP-5.3/ext/bcmath/libbcmath/
H A Dconfigure811 set dummy cc; ac_word=$2
970 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
971 echo "configure:972: checking whether ${CC-cc} accepts -g" >&5
1156 CPP="${CC-cc} -E -traditional-cpp"
1173 CPP="${CC-cc} -nologo -E"
1256 /* Ultrix mips cc rejects this. */
1258 /* SunOS 4.1.1 cc rejects this. */
1261 /* NEC SVR4.0.2 mips cc rejects this. */
1269 /* HPUX 7.0 cc rejects these. */
1273 { /* SCO 3.2v4 cc rejects this. */
/PHP-5.3/ext/standard/tests/strings/
H A Dstrtoupper1-win32.phpt267 cc => cc
299 ec => cc
/PHP-5.3/TSRM/
H A Dthreads.m4103 dnl -Kthread UDK cc (UnixWare)
104 dnl -mt WorkShop cc (Solaris)
108 dnl -qthreaded AIX cc V5
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_exec.c222 pcre_uchar cc, cp; in match_ref() local
226 if (TABLE_GET(cp, md->lcc, cp) != TABLE_GET(cc, md->lcc, cc)) return -1; in match_ref()
3442 pcre_uchar cc; in match() local
3450 if (fc != cc && foc != cc) RRETURN(MATCH_NOMATCH); in match()
3469 if (fc != cc && foc != cc) RRETURN(MATCH_NOMATCH); in match()
3487 if (fc != cc && foc != cc) break; in match()
4441 if (cc >= 128 || (md->ctypes[cc] & ctype_digit) == 0) in match()
4459 if (cc < 128 && (md->ctypes[cc] & ctype_space) != 0) in match()
4477 if (cc >= 128 || (md->ctypes[cc] & ctype_space) == 0) in match()
4495 if (cc < 128 && (md->ctypes[cc] & ctype_word) != 0) in match()
[all …]
/PHP-5.3/ext/phar/tests/
H A Dcached_manifest_1.phpt32 string(%d) "phar://%snophar.phar/b%cc.php"
H A Dcached_manifest_1U.phpt32 string(%d) "phar://%snophar.phar/b%cc.php"
/PHP-5.3/ext/hash/
H A Dhash_tiger.c40 cc = c;
85 c += cc;
122 php_hash_uint64 aa, bb, cc; \
/PHP-5.3/main/
H A Dspprintf.c814 int cc; in spprintf() local
818 cc = vspprintf(pbuf, max_len, format, ap); in spprintf()
820 return (cc); in spprintf()

Completed in 85 milliseconds

1234