Home
last modified time | relevance | path

Searched refs:c (Results 301 – 325 of 4053) sorted by relevance

1...<<11121314151617181920>>...163

/PHP-7.4/ext/oci8/tests/
H A Derror_bind_2.phpt8 …[: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");
28 oci8_test_sql_execute($c, $stmtarray);
33 $stmt = oci_parse($c, "insert into error_bind_2_tab values (:name)");
35 $name=$c;
41 $stmt = oci_parse($c, "insert into error_bind_2_tab values (:name)");
42 $name=$c;
50 oci8_test_sql_execute($c, $stmtarray);
H A Dlob_043.phpt26 oci8_test_sql_execute($c, $stmtarray);
30 function f1($c)
32 $s = oci_parse($c, 'select id, c1 from lob_043_tab order by id');
42 function f2($c)
44 $s = oci_parse($c, 'select id, c1 from lob_043_tab order by id');
55 $r = f1($c);
63 $r = f2($c);
76 oci8_test_sql_execute($c, $stmtarray);
78 oci_close($c);
H A Dbug38173.phpt18 $s1 = oci_parse($c, $drop_1);
19 $s2 = oci_parse($c, $drop_2);
23 $s1 = oci_parse($c, $create_1);
24 $s2 = oci_parse($c, $create_2);
30 $s = oci_parse($c, $insert);
36 $s = oci_parse($c, $insert);
48 $sth = oci_parse($c, $query);
58 $s1 = oci_parse($c, $drop_1);
59 $s2 = oci_parse($c, $drop_2);
H A Dpecl_bug8816.phpt18 $s1 = oci_parse($c, $drop_1);
19 $s2 = oci_parse($c, $drop_2);
23 $s1 = oci_parse($c, $create_1);
24 $s2 = oci_parse($c, $create_2);
34 $s = oci_parse($c, $insert);
40 $s = oci_parse($c, $insert);
55 $sth = oci_parse($c, $query);
62 $s1 = oci_parse($c, $drop_1);
63 $s2 = oci_parse($c, $drop_2);
H A Dlob_null.phpt15 $s = oci_parse($c, 'drop table lob_null_tab');
21 $s = oci_parse($c,
28 $s = oci_parse($c,
39 $lob = oci_new_descriptor($c, OCI_D_LOB);
53 $lob = oci_new_descriptor($c, OCI_D_LOB);
67 $lob = oci_new_descriptor($c, OCI_D_LOB);
83 $lob = oci_new_descriptor($c, OCI_D_LOB);
97 $lob = oci_new_descriptor($c, OCI_D_LOB);
111 $lob = oci_new_descriptor($c, OCI_D_LOB);
127 $lob = oci_new_descriptor($c, OCI_D_LOB);
[all …]
H A Ddrcp_scope5.phpt24 $c = oci_new_connect($user,$password,$dbase);
25 @drcp_drop_table($c);
26 drcp_create_table($c);
38 var_dump($c = oci_pconnect($user,$password,$dbase));
39 drcp_update_table($c);
46 var_dump($c = oci_pconnect($user,$password,$dbase));
47 drcp_select_value($c);
48 oci_commit($c);
51 drcp_drop_table($c);
52 oci_close($c);
H A Dbug40415.phpt20 $s1 = oci_parse($c, $drop_1);
21 $s2 = oci_parse($c, $drop_2);
25 $s1 = oci_parse($c, $create_1);
26 $s2 = oci_parse($c, $create_2);
32 $s = oci_parse($c, $insert);
43 function do_assoc($c)
59 function do_all($c)
83 do_assoc($c);
86 do_all($c);
90 $s1 = oci_parse($c, $drop_1);
[all …]
/PHP-7.4/sapi/phpdbg/tests/
H A Dwatch_006.phpt17 c
45 00008: $c = [1];
50 00008: $c = [1];
51 00009: $b = &$c;
55 >00008: $c = [1];
56 00009: $b = &$c;
61 >00009: $b = &$c;
79 $c = [1];
80 $b = &$c;
/PHP-7.4/ext/phar/tests/zip/
H A Ddelete_in_phar.phpt17 $phar['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
23 include $alias . '/b/c.php';
24 unlink($alias . '/b/c.php');
30 include $alias . '/b/c.php';
39 This is b/c
44 Warning: include(%sdelete_in_phar.phar.zip/b/c.php): failed to open stream: phar error: "b/c.php" i…
46 Warning: include(): Failed opening 'phar://%sdelete_in_phar.phar.zip/b/c.php' for inclusion (includ…
/PHP-7.4/ext/gd/libgd/
H A Dgd_rotate.c204 int c,r,g,b,a; in gdImageRotate90() local
226 c = f (src, uX, uY); in gdImageRotate90()
228 r = gdImageRed(src,c); in gdImageRotate90()
230 b = gdImageBlue(src,c); in gdImageRotate90()
251 int c,r,g,b,a; in gdImageRotate180() local
273 c = f (src, uX, uY); in gdImageRotate180()
275 r = gdImageRed(src,c); in gdImageRotate180()
277 b = gdImageBlue(src,c); in gdImageRotate180()
299 int c,r,g,b,a; in gdImageRotate270() local
321 c = f (src, uX, uY); in gdImageRotate270()
[all …]
/PHP-7.4/ext/phar/tests/
H A Dphar_oo_uncompressall.phpt18 $files['c'] = 'c';
28 var_dump(file_get_contents($pname . '/c'));
29 var_dump($phar['c']->isCompressed());
39 var_dump(file_get_contents($pname . '/c'));
40 var_dump($phar['c']->isCompressed(Phar::GZ));
48 var_dump(file_get_contents($pname . '/c'));
63 string(1) "c"
71 string(1) "c"
78 string(1) "c"
/PHP-7.4/ext/ctype/tests/
H A Dctype_xdigit_variation4.phpt7 /* Prototype : bool ctype_xdigit(mixed $c)
9 * Source code: ext/ctype/ctype.c
37 foreach($octal_values1 as $c) {
38 var_dump(ctype_xdigit($c));
41 foreach($octal_values2 as $c) {
42 var_dump(ctype_xdigit($c));
47 foreach($hex_values1 as $c) {
48 var_dump(ctype_xdigit($c));
51 foreach($hex_values2 as $c) {
52 var_dump(ctype_xdigit($c));
/PHP-7.4/Zend/tests/traits/
H A Dlanguage012.phpt9 static $c = 0;
10 $c = $c + 1;
11 echo "$c\n";
H A Derror_010.phpt9 trait c {
14 use foo, c { c::test insteadof foo; }
15 use foo, c { c::test insteadof foo; }
/PHP-7.4/ext/opcache/tests/
H A Dbug67215.phpt12 $file_c = __DIR__ . "/bug67215.c.php";
14 file_put_contents($file_c, "<?php require '$file_p'; class c extends p {} ?>");
17 $a = new c();
22 $file_c = __DIR__ . "/bug67215.c.php";
28 Fatal error: Cannot declare class c, because the name is already in use in %sbug67215.c.php on line…
/PHP-7.4/tests/classes/
H A Dinheritance_006.phpt6 private $c;
10 private $c;
20 ["c":"B":private]=>
22 ["c":"A":private]=>
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_help.c189 for (c=commands; c->name; c++) { in get_command()
193 *command = c; in get_command()
198 for (c=commands; c->name; c++) { in get_command()
202 *command = c; in get_command()
290 for(c = phpdbg_prompt_commands; c->name; c++) { in PHPDBG_HELP()
291 if (c->alias && c->alias != 'h') { in PHPDBG_HELP()
292 …("command", "alias=\"%c\" name=\"%s\" tip=\"%s\"", " %c %-20s %s", c->alias, c->name, c->tip); in PHPDBG_HELP()
293 if (c->subs) { in PHPDBG_HELP()
298 c->alias, c_sub->alias, c->name, len, c_sub->name, c_sub->tip); in PHPDBG_HELP()
309 …iasinfo", "alias=\"%c\" name=\"%s\" tip=\"%s\"", " %c %-20s %s\n", c->alias, c->name, c->tip); in PHPDBG_HELP()
[all …]
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg3.phpt14 $a = -1; $b = -1; $c = -1;
15 mbereg($a, $b, $c);
16 var_dump($a, $b, $c);
18 mberegi($a, $b, $c);
19 var_dump($a, $b, $c);
21 mbereg_search_init($a, $b, $c);
22 var_dump($a, $b, $c);
/PHP-7.4/ext/xmlrpc/
H A Dconfig.m437 PHP_ADD_SOURCES(ext/xml, compat.c)
63 PHP_NEW_EXTENSION(xmlrpc,xmlrpc-epi-php.c libxmlrpc/base64.c \
64 libxmlrpc/simplestring.c libxmlrpc/xml_to_dandarpc.c \
65 libxmlrpc/xmlrpc_introspection.c libxmlrpc/encodings.c \
66 libxmlrpc/system_methods.c libxmlrpc/xml_to_xmlrpc.c \
67 libxmlrpc/queue.c libxmlrpc/xml_element.c libxmlrpc/xmlrpc.c \
68 libxmlrpc/xml_to_soap.c,$ext_shared,,
101 PHP_NEW_EXTENSION(xmlrpc,xmlrpc-epi-php.c, $ext_shared)
/PHP-7.4/Zend/tests/
H A Dbug73987_2.phpt7 abstract function example($a, $b, $c);
11 function example($a, $b = null, $c = null) { }
15 function example($a, $b, $c = null) { }
20 …al error: Declaration of C::example($a, $b, $c = NULL) must be compatible with B::example($a, $b =…
H A Dclosure_024.phpt7 $c = function($add) use(&$a) { return $a+$add; };
9 $cc = clone $c;
11 echo $c(10)."\n";
16 echo $c(10)."\n";
H A D027.phpt7 $b = 'c';
8 $c = 'strtoupper';
13 $b = 'c';
14 $c = 'strtoupper';
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_memory_device.c138 mbfl_memory_device_output(int c, void *data) in mbfl_memory_device_output() argument
161 device->buffer[device->pos++] = (unsigned char)c; in mbfl_memory_device_output()
162 return c; in mbfl_memory_device_output()
166 mbfl_memory_device_output2(int c, void *data) in mbfl_memory_device_output2() argument
190 device->buffer[device->pos++] = (unsigned char)(c & 0xff); in mbfl_memory_device_output2()
192 return c; in mbfl_memory_device_output2()
196 mbfl_memory_device_output4(int c, void* data) in mbfl_memory_device_output4() argument
224 return c; in mbfl_memory_device_output4()
297 mbfl_wchar_device_output(int c, void *data) in mbfl_wchar_device_output() argument
325 device->buffer[device->pos++] = c; in mbfl_wchar_device_output()
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dstrtoupper1-win32.phpt75 0c => 0c
91 1c => 1c
107 2c => 2c
123 3c => 3c
139 4c => 4c
155 5c => 5c
171 6c => 4c
187 7c => 7c
203 8c => 8c
219 9c => 8c
H A Dstrtolower-win32.phpt75 0c => 0c
91 1c => 1c
107 2c => 2c
123 3c => 3c
139 4c => 6c
155 5c => 5c
171 6c => 6c
187 7c => 7c
203 8c => 9c
219 9c => 9c

Completed in 53 milliseconds

1...<<11121314151617181920>>...163