Home
last modified time | relevance | path

Searched refs:c (Results 476 – 500 of 4665) sorted by relevance

1...<<11121314151617181920>>...187

/PHP-5.3/ext/oci8/tests/
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 ARRAYBINDPKG1.iobind(:c1); END;");
64 $statement = oci_parse($c, "BEGIN ARRAYBINDPKG1.iobind(:c1); END;");
75 $statement = oci_parse($c, "BEGIN ARRAYBINDPKG1.iobind(:c1); END;");
85 $statement = oci_parse($c, "DROP PACKAGE ARRAYBINDPKG1");
87 $statement = oci_parse($c, "DROP TABLE BIND_TEST");
H A Dcoll_010.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_010_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 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 Dcoll_012.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_012_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 Darray_bind_014.phpt14 $statement = oci_parse($c, $drop);
18 $statement = oci_parse($c, $create);
26 $statement = oci_parse($c, $create_pkg);
46 $statement = oci_parse($c, $create_pkg_body);
50 $statement = oci_parse($c, "INSERT INTO bind_test VALUES (".$i.")");
54 $statement = oci_parse($c, "BEGIN ARRAYBINDPKG1.iobind(:c1); END;");
H A Dlob_044.phpt20 oci8_test_sql_execute($c, $stmtarray);
27 $s = oci_parse($c, "INSERT INTO lob_044_tab (blob) VALUES (empty_blob()) RETURNING blob INTO :v_blo…
28 $blob = oci_new_descriptor($c, OCI_D_LOB);
39 oci_commit($c);
46 $s = oci_parse($c, "SELECT blob FROM lob_044_tab FOR UPDATE");
57 oci8_test_sql_execute($c, $stmtarray);
/PHP-5.3/ext/standard/tests/array/
H A Darray_diff_variation6.phpt8 * Source code: ext/standard/array.c
20 $array_index = array('a', 'b', 'c', 0 => 'd', 'b'); //duplicate key (0), duplicate value (b)
21 $array_assoc = array ('2' => 'c', //same key=>value pair, different order
25 'c' => 2); //same as above, using integer
43 ["c"]=>
H A Darray_combine_basic.phpt8 * Source code: ext/standard/array.c
22 $values_array = array(3 => 'c', 4 => "d");
27 $values_array = array(3 => 'c', 4);
42 string(1) "c"
48 string(1) "c"
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"]=>
/PHP-5.3/ext/mbstring/libmbfl/tests/
H A Dconv_encoding.c64 const int c = fgetc(stdin); in main() local
66 if (c == EOF) { in main()
69 } else if (c == 10) { in main()
75 } else if (c == 13) { in main()
90 dev.buffer[dev.pos++] = (unsigned char)c; in main()
H A Dstrcut.c73 const int c = fgetc(stdin); in main() local
75 if (c == EOF) { in main()
78 } else if (c == 10) { in main()
84 } else if (c == 13) { in main()
99 dev.buffer[dev.pos++] = (unsigned char)c; in main()
/PHP-5.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_memory_device.h59 MBFLAPI extern int mbfl_memory_device_output(int c, void *data);
60 MBFLAPI extern int mbfl_memory_device_output2(int c, void *data);
61 MBFLAPI extern int mbfl_memory_device_output4(int c, void *data);
67 MBFLAPI extern int mbfl_wchar_device_output(int c, void *data);
/PHP-5.3/ext/spl/tests/
H A Dfixedarray_007.phpt15 foreach ($a as $c) {
16 if ($c) {
17 echo $c->getSize(), "\n";
H A DarrayObject_setIteratorClass_error1.phpt6 $ao = new ArrayObject(array('a'=>1,'b'=>2,'c'=>3));
16 $ao = new ArrayObject(array('a'=>1,'b'=>2,'c'=>3));
27 $ao = new ArrayObject(array('a'=>1,'b'=>2,'c'=>3), 0, "nonExistentClass");
36 $ao = new ArrayObject(array('a'=>1,'b'=>2,'c'=>3), 0, "stdClass");
49 c=>3
54 c=>3
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestoutput1224 /^\ca\cA\c[\c{\c:/
236 0: c
254 0: c
513 *.c-a.b-c
514 0: *.c-a.b-c
526 *.c-a.0-c
618 3: c
633 2: c
3131 /(?>a+|b+|c+)*c/
7008 /(?(?=c)c|d)++Y/
[all …]
/PHP-5.3/ext/gd/tests/
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-5.3/ext/standard/tests/general_functions/
H A Dbug44295-win.phpt6 if (!extension_loaded("spl") || is_dir('c:\\not\\exists\\here')) die("skip");
10 $dir = 'c:\\not\\exists\\here';
28 in catch: DirectoryIterator::__construct(c:\not\exists\here,c:\not\exists\here): The system cannot …
/PHP-5.3/ext/standard/tests/strings/
H A Dsscanf_basic4.phpt8 * Source code: ext/standard/string.c
14 $format = "%c = %c + %c - %c";
/PHP-5.3/ext/phar/tests/
H A Dopen_for_write_existing_b.phpt20 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
29 $fp = fopen($pname . '/b/c.php', 'wb');
32 include $pname . '/b/c.php';
39 Warning: fopen(phar://%sopen_for_write_existing_b.phar.php/b/c.php): failed to open stream: phar er…
44 This is b/c
/PHP-5.3/ext/phar/tests/tar/
H A Dopen_for_write_existing_c.phpt24 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
33 $fp = fopen($alias . '/b/c.php', 'wb');
37 include $alias . '/b/c.php';
46 Warning: fopen(phar://%sopen_for_write_existing_c.phar.tar/b/c.php): failed to open stream: phar er…
51 This is b/c
H A Dopen_for_write_existing_c_5_2.phpt22 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
31 $fp = fopen($alias . '/b/c.php', 'wb');
35 include $alias . '/b/c.php';
44 Warning: fopen(phar://%sopen_for_write_existing_c_5_2.phar.tar/b/c.php): failed to open stream: pha…
49 This is b/c
/PHP-5.3/ext/phar/tests/zip/
H A Dopen_for_write_existing_c.phpt24 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
33 $fp = fopen($alias . '/b/c.php', 'wb');
36 include $alias . '/b/c.php';
43 Warning: fopen(phar://%sopen_for_write_existing_c.phar.zip/b/c.php): failed to open stream: phar er…
48 This is b/c

Completed in 33 milliseconds

1...<<11121314151617181920>>...187