Home
last modified time | relevance | path

Searched refs:cc (Results 1 – 25 of 83) sorted by last modified time

1234

/PHP-5.5/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.5/tests/classes/
H A Dconstants_basic_003.phpt11 const cc = C::MY_CONST;
22 var_dump(B::cc);
/PHP-5.5/scripts/
H A Dphpize.m425 AC_PROG_CC([cc gcc])
/PHP-5.5/main/
H A Dsnprintf.c591 int cc = 0; in format_converter() local
1212 int cc; in strx_printv() local
1235 *ccp = cc; in strx_printv()
1252 return cc; in ap_php_slprintf()
1265 return cc; in ap_php_vslprintf()
1271 int cc; in ap_php_snprintf() local
1283 int cc; in ap_php_vsnprintf() local
1293 int cc; in ap_php_vasprintf() local
1310 return cc; in ap_php_vasprintf()
1316 int cc; in ap_php_asprintf() local
[all …]
H A Dspprintf.c836 int cc; in spprintf() local
840 cc = vspprintf(pbuf, max_len, format, ap); in spprintf()
842 return (cc); in spprintf()
/PHP-5.5/
H A Dltmain.sh606 *cc | cc* | *++ | gcc* | *-gcc* | g++* | xlc*)
788 *.cc) xform=cc ;;
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtolower-win32.phpt267 cc => ec
H A Dstrtoupper1-win32.phpt267 cc => cc
299 ec => cc
H A Dhtml_entity_decode_iso8859-15.phpt249 LATIN CAPITAL LETTER I WITH GRAVE: Ì => cc
250 Ì => cc
H A Dhtml_entity_decode_macroman.phpt358 Ã => cc
384 LATIN CAPITAL LETTER A WITH TILDE: Ã => cc
H A Dhtml_entity_decode_win1251.phpt381 CYRILLIC CAPITAL LETTER EM: М => cc
H A Dhtml_entity_decode_cp866.phpt377 BOX DRAWINGS DOUBLE VERTICAL AND RIGHT: ╠ => cc
H A Dhtml_entity_decode_iso8859-5.phpt249 CYRILLIC CAPITAL LETTER SOFT SIGN: Ь => cc
H A Dhtml_entity_decode_koi8-r.phpt377 CYRILLIC SMALL LETTER EL: л => cc
H A Dconvert_cyr_string_basic.phpt144 235: cc
/PHP-5.5/ext/standard/tests/streams/
H A Dbug60817.phpt36 string(2) "cc"
/PHP-5.5/ext/standard/tests/array/
H A Dbug36975.phpt5 $a = array('aa', 'aa', 'bb', 'bb', 'cc', 'cc');
39 string(2) "cc"
41 string(2) "cc"
/PHP-5.5/ext/standard/
H A Dpack.c770 char cc = (input[inputpos + ipos] >> nibbleshift) & 0xf; in PHP_FUNCTION() local
772 if (cc < 10) { in PHP_FUNCTION()
773 cc += '0'; in PHP_FUNCTION()
775 cc += 'a' - 10; in PHP_FUNCTION()
778 buf[opos] = cc; in PHP_FUNCTION()
H A Diptc.c103 char cc; in php_iptc_get1() local
110 cc = c; in php_iptc_get1()
111 PUTC(cc); in php_iptc_get1()
H A Dflock_compat.c187 register char cc = *cp; in inet_aton() local
189 switch (cc) { in inet_aton()
200 acc = acc * 10 + (cc - '0'); in inet_aton()
/PHP-5.5/ext/phar/tests/
H A Dphar_setdefaultstub.phpt74 'cc' => 'text/plain',
369 'cc' => 'text/plain',
664 'cc' => 'text/plain',
H A Dphar_oo_002.phpt116 string(44) "phar://*/files/phar_oo_test.phar.php/b%cc.php"
H A Dphar_oo_002U.phpt116 unicode(44) "phar://*/files/phar_oo_test.phar.php/b%cc.php"
H A Dphar_createdefaultstub.phpt54 'cc' => 'text/plain',
348 'cc' => 'text/plain',
650 'cc' => 'text/plain',
/PHP-5.5/ext/phar/tests/files/
H A Dnophar.phar18 'cc' => 'text/plain',

Completed in 60 milliseconds

1234