Home
last modified time | relevance | path

Searched refs:c (Results 551 – 575 of 4053) sorted by relevance

1...<<21222324252627282930>>...163

/PHP-7.4/ext/ctype/tests/
H A Dctype_punct_variation2.phpt7 /* Prototype : bool ctype_punct(mixed $c)
10 * Source code: ext/ctype/ctype.c
22 for ($c = 1; $c < 256; $c++) {
23 if (ctype_punct($c)) {
24 echo "character code $c is punctuation\n";
H A Dctype_xdigit_variation2.phpt7 /* Prototype : bool ctype_xdigit(mixed $c)
9 * Source code: ext/ctype/ctype.c
21 for($c = 1; $c < 256; $c++) {
22 if (ctype_xdigit($c)) {
23 echo "character code $c is a hexadecimal 'digit'\n";
/PHP-7.4/tests/classes/
H A D__call_003.phpt18 $c = new C;
19 $c->f($a);
20 $c->f($b);
/PHP-7.4/ext/gd/tests/
H A Dbug66387.phpt13 $c = imagecolorallocate($im, 255, 0, 0);
14 imagefilltoborder($im, 0, -999355, $c, $c);
H A Dcolorat.phpt17 $c = imagecolorat($im, 3,3);
18 echo $c == 0x0 ? 'ok' : 'failed';
30 $c = imagecolorsforindex($im, imagecolorat($im, 3,3));
32 foreach ($c as $v) {
/PHP-7.4/Zend/tests/
H A Dflexible-heredoc-complex-test3.phpt8 ${' b'} = 'c';
20 c
27 c"
H A Dns_022.phpt5 namespace a\b\c;
7 use a\b\c as test;
18 a\b\c\foo
/PHP-7.4/ext/intl/tests/
H A Dresourcebundle_null_mandatory_args_variant2.phpt14 $c = $r->get('calendar')->get('gregorian')->get('DateTimePatterns')->get(0);
15 var_dump($c);
19 $c = $r->get('calendar')->get('gregorian')->get('DateTimePatterns')->get(0);
20 var_dump($c);
H A Dresourcebundle_null_mandatory_args.phpt13 $c = $r->get('calendar')->get('gregorian')->get('DateTimePatterns')->get(0);
14 var_dump($c);
18 $c = $r->get('calendar')->get('gregorian')->get('DateTimePatterns')->get(0);
19 var_dump($c);
H A Dcalendar_roll_error.phpt13 $c = new IntlGregorianCalendar(NULL, 'pt_PT');
15 var_dump($c->roll(1, 2, 3));
16 var_dump($c->roll(-1, 2));
17 var_dump($c->roll(1));
19 var_dump(intlcal_roll($c, 1, 2, 3));
/PHP-7.4/ext/oci8/tests/
H A Dcoll_011.phpt17 $statement = OCIParse($c,$ora_sql);
22 $statement = OCIParse($c,$ora_sql);
26 $coll1 = ocinewcollection($c, $type_name);
27 $coll2 = ocinewcollection($c, $type_name);
H A Dcoll_011_func.phpt17 $statement = OCIParse($c,$ora_sql);
22 $statement = OCIParse($c,$ora_sql);
26 $coll1 = ocinewcollection($c, $type_name);
27 $coll2 = ocinewcollection($c, $type_name);
H A Ddrcp_cclass1.phpt13 …igit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches_sv);
14 // This test in Oracle 12c needs a non-CDB or the root container
16 …$s = oci_parse($c, "select nvl(sys_context('userenv', 'con_name'), 'notacdb') as dbtype from dual"…
41 $c = oci_pconnect($user, $password, $dbase);
42 $s = oci_parse($c, "select * from dual");
50 $c = oci_pconnect($user, $password, $dbase);
51 $s = oci_parse($c, "select * from dual");
58 $s = oci_parse($c, "select cclass_name from v\$cpool_cc_stats where cclass_name like '%.cc__$t' ord…
H A Dbug51253.phpt14 $statement = oci_parse($c, $drop);
18 $statement = oci_parse($c, $create);
26 $statement = oci_parse($c, $create_pkg);
49 $statement = oci_parse($c, $create_pkg_body);
53 $statement = oci_parse($c, "BEGIN bug51253_pkg.iobind(:c1); END;");
64 $statement = oci_parse($c, "BEGIN bug51253_pkg.iobind(:c1); END;");
75 $statement = oci_parse($c, "BEGIN bug51253_pkg.iobind(:c1); END;");
85 $statement = oci_parse($c, "DROP PACKAGE BUG51253_PKG");
87 $statement = oci_parse($c, "DROP TABLE BIND_TEST");
H A Dimp_res_prefetch.phpt2 Oracle Database 12c Implicit Result Sets: basic test
8 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches);
10 die("skip expected output only valid when using Oracle Database 12c or greater");
14 die("skip works only with Oracle 12c or greater version of Oracle client libraries");
48 oci8_test_sql_execute($c, $stmtarray);
53 $s = oci_parse($c, "begin imp_res_prefetch_proc(); end;");
60 $s = oci_parse($c, "begin imp_res_prefetch_proc(); end;");
67 $s = oci_parse($c, "begin imp_res_prefetch_proc(); end;");
81 oci8_test_sql_execute($c, $stmtarray);
/PHP-7.4/ext/pcre/tests/
H A Dpreg_replace_callback_array.phpt25 "/b/" => function () { return "c"; },
26 "/c/" => new Rep,
32 "/c/" => new Rep,
39 "/c/" => new Rep,
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_ident.h45 int (*filter_function)(int c, mbfl_identify_filter *filter);
56 int (*filter_function)(int c, mbfl_identify_filter *filter);
71 MBFLAPI extern int mbfl_filt_ident_false(int c, mbfl_identify_filter *filter);
72 MBFLAPI extern int mbfl_filt_ident_true(int c, mbfl_identify_filter *filter);
/PHP-7.4/ext/opcache/tests/
H A Dssa_bug_003.phpt10 $c = 'foo';
12 $c = new stdClass;
14 $c = [$x => &$x];
16 return $c;
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug69646.phpt12 $b = 'b -c d\\';
36 string(7) "b -c d\"
37 string(10) ""b -c d\\""
45 string(7) "b -c d\"
H A Dbug44295-win.phpt6 if (is_dir('c:\\not\\exists\\here')) die("skip directory c:\\not\\exists\\here already exists");
10 $dir = 'c:\\not\\exists\\here';
28 in catch: DirectoryIterator::__construct(c:\not\exists\here): %s (code: 3)
/PHP-7.4/ext/spl/tests/
H A DarrayObject___construct_basic3.phpt14 $c = new C;
15 $ao = new ArrayObject($c, ArrayObject::STD_PROP_LIST);
16 testAccess($c, $ao);
19 $c = new C;
20 $ao = new MyArrayObject($c, ArrayObject::STD_PROP_LIST);
21 testAccess($c, $ao);
23 function testAccess($c, $ao) {
46 var_dump($ao, $c);
/PHP-7.4/ext/filter/tests/
H A D003.phpt6 a=1&b=&c=3
10 echo $_GET['c'];
16 echo $_REQUEST['c'];
/PHP-7.4/tests/lang/
H A DpassByReference_001.phpt24 $c=array(1);
25 g($c,$c[0]);
/PHP-7.4/ext/phar/tests/zip/files/
H A Dmetadata.phar.inc7 $a['c'] = 'c';
8 $a['c']->setMetadata(array('hi', 'there'));
/PHP-7.4/ext/standard/tests/array/
H A Darray_diff_assoc_variation8.phpt9 * Source code: ext/standard/array.c
21 $array_index = array('a', 'b', 'c', 0 => 'd', 'b'); //duplicate key (0), duplicate value (b)
22 $array_assoc = array ('2' => 'c', //same key=>value pair, different order
26 'c' => 2); //same as above, using integer
46 ["c"]=>

Completed in 96 milliseconds

1...<<21222324252627282930>>...163