Home
last modified time | relevance | path

Searched refs:C (Results 351 – 375 of 676) sorted by relevance

1...<<11121314151617181920>>...28

/PHP-5.5/ext/gd/tests/
H A Dimagechar_error1.phpt13 $result = imagechar('string', 1, 5, 5, 'C', 1);
H A Dimagecharup_error1.phpt13 $result = imagecharup('string', 1, 5, 5, 'C', 1);
H A Dimagechar_error2.phpt13 $result = imagechar(tmpfile(), 1, 5, 5, 'C', 1);
H A Dimagechar_error3.phpt13 $result = imagechar($image, 'string', 5, 5, 'C', 1);
H A Dimagechar_error4.phpt13 $result = imagechar($image, 1, 'string', 5, 'C', 1);
H A Dimagechar_error5.phpt13 $result = imagechar($image, 1, 5, 'string', 'C', 1);
H A Dimagechar_error7.phpt13 $result = imagechar($image, 1, 5, 5, 'C', 'font');
H A Dimagecharup_error2.phpt13 $result = imagecharup(tmpfile(), 1, 5, 5, 'C', 1);
H A Dimagecharup_error3.phpt13 $result = imagecharup($image, 'string', 5, 5, 'C', 1);
H A Dimagecharup_error4.phpt13 $result = imagecharup($image, 1, 'string', 5, 'C', 1);
H A Dimagecharup_error5.phpt13 $result = imagecharup($image, 1, 5, 'string', 'C', 1);
H A Dimagecharup_error7.phpt13 $result = imagecharup($image, 1, 5, 5, 'C', 'font');
/PHP-5.5/ext/gettext/tests/locale/en/LC_MESSAGES/
H A Dmessages.po2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
/PHP-5.5/ext/bcmath/libbcmath/
H A Dconfigure442 if test "${LANG+set}" = set; then LANG=C; export LANG; fi
443 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
444 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
445 if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
938 echo "configure:939: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
942 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
943 echo "configure:944: checking whether we are using GNU C" >&5
1264 /* AIX XL C 1.02.0.0 rejects this.
1289 { /* AIX XL C 1.02.0.0 rejects this saying
1320 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
[all …]
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput2533 /\C{2,3}/
/PHP-5.5/ext/interbase/tests/
H A Dibase_trans_002.phpt32 ["C"]=>
/PHP-5.5/Zend/tests/
H A Dbug62907.phpt16 class C extends B {
/PHP-5.5/ext/mysqli/tests/
H A Dclient-cert.pem6 Issuer: C=SE, ST=Uppsala, L=Uppsala, O=MySQL AB
10 Subject: C=SE, ST=Uppsala, O=MySQL AB
/PHP-5.5/ext/standard/tests/class_object/
H A Dtrait_exists_basic_001.phpt20 var_dump( trait_exists('C', true) );
39 In __autoload(C)
/PHP-5.5/ext/date/tests/
H A D009.phpt17 var_dump(strftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U %V…
25 var_dump(gmstrftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U …
H A Dbug26317.phpt13 echo date("Y-m-d H:i:s\n", strtotime("2003-11-19 19:20:42 C"));
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtolower.phpt6 if (!setlocale(LC_ALL, 'C')) {
7 die('skip need "C" locale (this windows is broken)');
23 setlocale(LC_ALL, 'C');
H A Dstrtoupper1.phpt6 if (!setlocale(LC_ALL, 'C')) {
7 die('skip need "C" locale (this windows is broken)');
23 setlocale(LC_ALL, 'C');
/PHP-5.5/ext/intl/tests/
H A Dbug14562.phpt18 setlocale(LC_ALL, "C"); // reset for printing
/PHP-5.5/ext/spl/tests/
H A Dbug70168.phpt6 $exploit = 'a:2:{i:0;C:16:"SplObjectStorage":'.strlen($inner).':{'.$inner.'}i:1;R:3;}';

Completed in 32 milliseconds

1...<<11121314151617181920>>...28