Home
last modified time | relevance | path

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

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

/PHP-7.4/ext/oci8/tests/
H A Dimp_res_func_error.phpt2 Oracle Database 12c Implicit Result Sets: test with a PL/SQL function
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");
34 oci8_test_sql_execute($c, $stmtarray);
39 $s = oci_parse($c, "select imp_res_func_error from dual");
55 oci8_test_sql_execute($c, $stmtarray);
H A Dbug35973.phpt13 $s1 = oci_parse($c, "drop table test_nclob");
16 $s2 = oci_parse($c, "create table test_nclob (nc NCLOB)");
19 $s3 = oci_parse($c, "insert into test_nclob (nc) values ('12345data')");
22 $s3 = oci_parse($c, "select * from test_nclob");
31 $s1 = oci_parse($c, "drop table test_nclob");
H A Ddescriptors.phpt21 $statement = oci_parse($c,$ora_sql);
22 $blob = oci_new_descriptor($c,OCI_D_LOB);
29 oci_commit($c);
32 $statement = oci_parse($c,$ora_sql);
38 oci_commit($c);
H A Dcalltimeout1.phpt14 die("skip works only with Oracle 18c or greater version of Oracle client libraries");
23 function mysleep($c, $t)
25 $s = @oci_parse($c, "begin dbms_lock.sleep(:t); end;");
27 $m = oci_error($c);
42 oci_set_call_timeout($c, 4000); // milliseconds
43 $r = mysleep($c, 8); // seconds
H A Dconnect.inc6 $c = @oci_connect($user, $password, $dbase);
9 $c = @oci_connect($user, $password);
12 if (!$c) {
H A Drefcur_prefetch_2.phpt46 oci8_test_sql_execute($c, $stmtarray);
66 $s1 = oci_parse($c,$sql1);
67 $cur1 = oci_new_cursor($c);
76 $s2 = oci_parse($c,$sql2);
91 $initial_rt = print_roundtrips($c);
100 $initial_rt = print_roundtrips($c);
111 $cur1 = oci_new_cursor($c);
131 function print_roundtrips($c) {
133 a.statistic#=c.statistic# and c.name='SQL*Net roundtrips to/from client'";
134 $s = oci_parse($c,$sql_stmt);
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Darray_diff_key2.phpt5 $array1 = array("a" => "green", "b" => "brown", "c" => "blue", "red", "");
22 ["c"]=>
29 ["c"]=>
41 ["c"]=>
H A Dbug24198.phpt5 $c = array('a' => 'aa','b' => 'bb');
7 var_dump(array_merge_recursive($c, $c));
H A D006.phpt10 $c = array("a" => "foo", "b" => "bar", "c" => "fubar");
22 echo array_pop($c), "\n";
23 var_dump($c);
/PHP-7.4/ext/date/tests/
H A Dbug32555.phpt12 print strftime('%c %Z',strtotime('now',$stamp)) ."\n";
13 print strftime('%c %Z',strtotime('tomorrow',$stamp)) ."\n";
14 print strftime('%c %Z',strtotime('+1 day',$stamp)) ."\n";
15 print strftime('%c %Z',strtotime('+2 day',$stamp)) ."\n";
/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_arrays_005.phpt40 $a[0] = &$c[0];
42 check($c);
48 $a[1] = &$c[0];
49 check($c);
54 $a[0] = &$c[0];
55 $a[1] = &$c[1];
56 check($c);
64 check($c);
71 check($c);
77 $a[1] = &$c;
[all …]
/PHP-7.4/ext/imap/
H A Dconfig.w327 (CHECK_HEADER_ADD_INCLUDE("c-client.h", "CFLAGS_IMAP")||
8 CHECK_HEADER_ADD_INCLUDE("c-client/c-client.h", "CFLAGS_IMAP", null, null, true)) ||
10 CHECK_HEADER_ADD_INCLUDE("c-client/utf8aux.h", "CFLAGS_IMAP", null, null, true))
16 EXTENSION("imap", "php_imap.c", true, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
/PHP-7.4/ext/intl/tests/
H A Duconverter_oop_basic.phpt7 $c = new UConverter('utf-8', 'latin1');
8 var_dump($c->convert("This is an ascii string"));
10 var_dump(urlencode($c->convert("Espa\xF1ol"))); // U+00F1 LATIN SMALL LETTER N WITH TILDE
11 var_dump(urlencode($c->convert("Stra\xDFa"))); // U+00DF LATIN SMALL LETTER SHARP S
12 var_dump(urlencode($c->convert("Stra\xC3\x9Fa", true))); // Reverse prior op
H A Dcalendar_set_error.phpt13 $c = new IntlGregorianCalendar(NULL, 'pt_PT');
15 var_dump($c->set(1));
16 var_dump($c->set(1, 2, 3, 4));
17 var_dump($c->set(1, 2, 3, 4, 5, 6, 7));
18 var_dump($c->set(-1, 2));
20 var_dump(intlcal_set($c, -1, 2));
/PHP-7.4/Zend/tests/
H A Dbug76860.phpt8 public static $c = "c";
10 var_dump($this->a, $this->b, $this->c);
26 Notice: Accessing static property B::$c as non static in %sbug76860.php on line 7
28 Notice: Undefined property: B::$c in %sbug76860.php on line 7
H A Dbug69755.phpt5 c . 10;
8 Warning: Use of undefined constant c - assumed 'c' (this will throw an Error in a future version of…
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_jis.h44 int mbfl_filt_conv_jis_wchar(int c, mbfl_convert_filter *filter);
45 int mbfl_filt_conv_wchar_jis(int c, mbfl_convert_filter *filter);
46 int mbfl_filt_conv_wchar_2022jp(int c, mbfl_convert_filter *filter);
/PHP-7.4/ext/phar/tests/
H A Dopen_for_write_existing_b.phpt19 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
22 $fp = fopen($pname . '/b/c.php', 'wb');
25 include $pname . '/b/c.php';
31 Warning: fopen(phar://%sopen_for_write_existing_b.phar.php/b/c.php): failed to open stream: phar er…
36 This is b/c
H A Dopen_for_write_existing_c.phpt19 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
22 $fp = fopen($pname . '/b/c.php', 'wb');
25 include $pname . '/b/c.php';
31 Warning: fopen(phar://%sopen_for_write_existing_c.phar.php/b/c.php): failed to open stream: phar er…
36 This is b/c
/PHP-7.4/ext/reflection/tests/
H A Dbug38465.phpt11 public function x($a = self::X, $b = Baz::B, $c = 99) {}
16 public function y($a = self::Y, $b = Baz::B, $c = 99) {}
53 Bar::y($c = 99)
56 Foo::x($c = 99)
61 Bar::y($c = 99)
64 Foo::x($c = 99)
/PHP-7.4/ext/session/
H A Dconfig.m417 …PHP_NEW_EXTENSION(session, mod_user_class.c session.c mod_files.c mod_mm.c mod_user.c, $ext_shared…
35 dnl The mm library is not thread-safe, and mod_mm.c refuses to compile.
/PHP-7.4/ext/pdo_dblib/
H A Dconfig.w3213 …EXTENSION("pdo_dblib", "pdo_dblib.c dblib_driver.c dblib_stmt.c", null, "/DZEND_ENABLE_STATIC_TSRM…
34 …EXTENSION("pdo_mssql", "pdo_dblib.c dblib_driver.c dblib_stmt.c", null, null, null, "ext\\pdo_mssq…
/PHP-7.4/ext/spl/tests/
H A DarrayObject___construct_basic2.phpt14 $c = new C;
15 $ao = new ArrayObject($c);
16 testAccess($c, $ao);
19 $c = new C;
20 $ao = new MyArrayObject($c);
21 testAccess($c, $ao);
23 function testAccess($c, $ao) {
46 var_dump($ao, $c);
/PHP-7.4/tests/lang/
H A DforeachLoopObjects.003.phpt9 public $c = "Original c";
70 unset($obj->c);
80 unset($obj->c);
91 string(10) "Original c"
97 ["c"]=>
98 string(9) "changed.c"
111 ["c"]=>
125 ["c"]=>
136 string(10) "Original c"
151 ["c"]=>
[all …]
/PHP-7.4/ext/fileinfo/libmagic/
H A Dder.c128 getclass(uint8_t c) in getclass() argument
130 return c >> 6; in getclass()
134 gettype(uint8_t c) in gettype() argument
136 return (c >> 5) & 1; in gettype()
148 tag = c[(*p)++] & 0x1f; in gettag()
156 while (c[*p] >= 0x80) { in gettag()
189 digits = c[(*p)++] & 0x7f; in getlength()
202 len = (len << 8) | c[(*p)++]; in getlength()
265 ms->c.li[i].off); in der_offs()
368 uint8_t c = getclass(p[x]); in printdata() local
[all …]

Completed in 35 milliseconds

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