Home
last modified time | relevance | path

Searched refs:c (Results 376 – 400 of 4053) sorted by relevance

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

/PHP-7.4/ext/xml/tests/
H A Dbug79922.phpt9 $c=xml_parser_create_ns();
10 $a=xml_parser_free($c);
11 $a=xml_parser_free($c);
12 $c=0;
/PHP-7.4/ext/oci8/tests/
H A Dbug26133.phpt17 oci8_test_sql_execute($c, $stmtarray);
23 $statement = OCIParse($c,$ora_sql);
24 $rowid = OCINewDescriptor($c,OCI_D_ROWID);
27 OCICommit($c);
38 oci8_test_sql_execute($c, $stmtarray);
H A Dlob_016.phpt14 $statement = oci_parse($c, $drop);
18 $statement = oci_parse($c, $create);
22 $statement = oci_parse($c, $init);
26 $statement = oci_parse($c, $select);
36 oci_commit($c);
39 $statement = oci_parse($c, $select);
49 $statement = oci_parse($c, $drop);
H A Dlob_037.phpt22 $s = oci_parse($c,$ora_sql);
23 $blob = oci_new_descriptor($c,OCI_DTYPE_LOB);
29 oci_commit($c);
39 $s = oci_parse($c,$ora_sql);
40 $blob = oci_new_descriptor($c,OCI_DTYPE_LOB);
46 oci_commit($c);
51 $s = oci_parse($c,$ora_sql);
H A Dlob_030.phpt14 function insert_verify($c, $tn, $id, $length)
24 $statement = oci_parse($c,$ora_sql);
25 $clob = oci_new_descriptor($c,OCI_D_LOB);
34 $s = oci_parse($c, $select_sql);
43 insert_verify($c, $schema.$table_name, 1, 1050000);
46 insert_verify($c, $schema.$table_name, 2, 1050001);
49 insert_verify($c, $schema.$table_name, 3, 1048576);
52 insert_verify($c, $schema.$table_name, 4, 1049028);
55 insert_verify($c, $schema.$table_name, 5, 1049028-1);
58 insert_verify($c, $schema.$table_name, 6, 1049028+1);
H A Derror_bind.phpt11 $statement = oci_parse($c, $drop);
15 $statement = oci_parse($c, $create);
22 $stmt = oci_parse($c, "insert into bind_test values (:name)");
27 $name=$c;
31 oci_bind_by_name($stmt, ":name", $c);
33 var_dump($c);
37 $stmt = oci_parse($c, "update bind_test set name='xyz' returning rowid into :r_id");
38 oci_bind_by_name($stmt, ":r_id", $c);
44 $statement = oci_parse($c, $drop);
H A Dlob_001.phpt20 oci8_test_sql_execute($c, $stmtarray);
24 $statement = oci_parse($c, "insert into lob_001_tab (id, b1) values (1, empty_blob()) returning b1 …
25 $blob = oci_new_descriptor($c,OCI_D_LOB);
38 oci_commit($c);
42 $s = oci_parse($c, "select b1 from lob_001_tab where id = 1");
48 $statement = oci_parse($c, "insert into lob_001_tab (id, b1) values (2, empty_blob()) returning b1 …
49 $blob = oci_new_descriptor($c,OCI_D_LOB);
54 $s = oci_parse($c, "select b1 from lob_001_tab where id = 2");
64 oci8_test_sql_execute($c, $stmtarray);
/PHP-7.4/Zend/tests/
H A Dforeach_list_001.phpt12 array('c', 'd'),
25 foreach ($multi as list(list($a, $b), list($c, $d))) {
26 var_dump($a . $b . $c . $d);
29 foreach ($multi as $key => list(list($a, $b), list($c, $d))) {
30 var_dump($key . $a . $b . $c . $d);
H A Doverloaded_prop_assign_op_refs.phpt9 protected $c = 0;
25 var_dump(++$test->c);
37 get(c)
38 set(c, 1)
45 ["c":protected]=>
H A Dbug28072.phpt6 define("THIRD_KEY", "c");
25 "c" => "333",
39 [c] => 333
45 [c] => 444
H A Dheredoc_005.phpt9 This is heredoc test #s $a, $b, $c['c'], and $d->d.
14 This is heredoc test #s $a, $b, $c['c'], and $d->d.
H A Dbug48533.phpt13 protected function c() {
27 $x->c();
30 $x::c();
36 string(9) "__call::c"
41 string(15) "__callStatic::c"
H A Dforeach_reference.phpt6 $array = ['a', 'b', 'c', 'd'];
26 string(1) "c"
36 string(1) "c"
45 string(1) "c"
/PHP-7.4/ext/phar/tests/
H A Ddelete_in_phar_b.phpt17 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
22 include $pname . '/b/c.php';
23 unlink($pname . '/b/c.php');
29 include $pname . '/b/c.php';
38 This is b/c
44 This is b/c
H A D019b.phpt20 $files['b/c/d'] = 'c';
21 $files['bad/c'] = 'd';
58 string(4) "/b/c"
60 string(14) "phar://hio/b/c"
61 string(6) "/b/c/d"
66 string(6) "/bad/c"
/PHP-7.4/ext/phar/tests/tar/
H A Ddelete_in_phar_b.phpt17 $phar['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
24 include $alias . '/b/c.php';
25 unlink($alias . '/b/c.php');
32 include $alias . '/b/c.php';
41 This is b/c
47 This is b/c
/PHP-7.4/ext/standard/tests/strings/
H A Dprintf_basic5.phpt7 * Source code: ext/standard/formatted_print.c
15 $format1 = "%c";
16 $format2 = "%c %c";
17 $format3 = "%c %c %c";
/PHP-7.4/ext/standard/tests/array/
H A Darray_chunk2.phpt5 $input_array = array('a', 'b', 'c', 'd', 'e');
35 string(1) "c"
62 string(1) "c"
86 string(1) "c"
107 string(1) "c"
125 string(1) "c"
140 string(1) "c"
/PHP-7.4/ext/phar/tests/zip/
H A Ddelete_in_phar_b.phpt17 $phar['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
24 include $alias . '/b/c.php';
25 unlink($alias . '/b/c.php');
31 include $alias . '/b/c.php';
40 This is b/c
46 This is b/c
/PHP-7.4/ext/spl/tests/
H A Dpqueue_001.phpt16 $pq->insert("c", 0);
29 $pq1->insert("c", 0);
42 $pq2->insert("c", 0);
55 $pq3->insert("c", 0);
68 0=>c
84 [data] => c
91 0=>c
H A Drecursive_tree_iterator_001.phpt18 "c",
22 "c",
61 [1] => \-c
71 [ \-1] => c
81 [1] => c
91 [ \-1] => \-c
101 [ \-1] => \-c
/PHP-7.4/ext/ctype/tests/
H A Dctype_space_variation4.phpt7 /* Prototype : bool ctype_space(mixed $c)
9 * Source code: ext/ctype/ctype.c
13 * Pass octal and hexadecimal values as $c to ctype_space() to test behaviour
25 foreach($octal_values as $c) {
27 var_dump(ctype_space($c));
33 foreach($hex_values as $c) {
35 var_dump(ctype_space($c));
/PHP-7.4/ext/opcache/tests/
H A Dbug75698.phpt13 $a = array("a","b","c","b");
15 foreach ($a as $c)
16 @$b[$c]++; // the @ is required to crash PHP 7.2.0
29 ["c"]=>
/PHP-7.4/ext/standard/
H A DMakefile.frag1 $(srcdir)/var_unserializer.c: $(srcdir)/var_unserializer.re
2 …E2C) $(RE2C_FLAGS) --no-generation-date -b -o ext/standard/var_unserializer.c ext/standard/var_uns…
4 $(srcdir)/url_scanner_ex.c: $(srcdir)/url_scanner_ex.re
5 …@(cd $(top_srcdir); $(RE2C) $(RE2C_FLAGS) --no-generation-date -b -o ext/standard/url_scanner_ex.c
/PHP-7.4/ext/standard/tests/url/
H A Dbug68917.phpt5 print_r(parse_url('//example.org:81/hi?a=b#c=d'));
6 print_r(parse_url('//example.org/hi?a=b#c=d'));
15 [fragment] => c=d
22 [fragment] => c=d

Completed in 24 milliseconds

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