Home
last modified time | relevance | path

Searched refs:c (Results 826 – 850 of 4053) sorted by relevance

1...<<31323334353637383940>>...163

/PHP-7.4/ext/oci8/tests/
H A Dcoll_014.phpt17 $statement = OCIParse($c,$ora_sql);
22 $statement = OCIParse($c,$ora_sql);
26 $coll1 = ocinewcollection($c, $type_name);
H A Dcoll_017.phpt17 $statement = OCIParse($c,$ora_sql);
22 $statement = OCIParse($c,$ora_sql);
26 $coll1 = ocinewcollection($c, $type_name);
H A Ddefine.phpt18 oci8_test_sql_execute($c, $stmtarray);
22 $stmt = oci_parse($c, "select string from define_tab");
41 oci8_test_sql_execute($c, $stmtarray);
H A Ddefine_old.phpt18 oci8_test_sql_execute($c, $stmtarray);
22 $stmt = ociparse($c, "select string from define_old_tab");
41 oci8_test_sql_execute($c, $stmtarray);
H A Dlob_008.phpt21 $statement = oci_parse($c,$ora_sql);
22 $blob = oci_new_descriptor($c,OCI_D_LOB);
29 oci_commit($c);
32 $s = oci_parse($c, $select_sql);
H A Dlob_026.phpt21 $statement = oci_parse($c,$ora_sql);
22 $blob = oci_new_descriptor($c,OCI_D_LOB);
35 oci_commit($c);
38 $s = oci_parse($c, $select_sql);
49 oci_commit($c);
52 $s = oci_parse($c, $select_sql);
H A Dcreate_table.inc2 if ($c) {
10 oci8_test_sql_execute($c, $stmtarray);
/PHP-7.4/Zend/tests/
H A Dbug39449.phpt16 $a->arr = array('a','b','c');
34 2 => c
38 2 => c
H A Dclosure_042.phpt6 $c = function() { var_dump($this); };
7 $d = $c->bindTo(new stdClass);
13 $d = $c->bindTo(new stdClass, NULL);
H A Dbug79979.phpt5 call_user_func_array("str_replace", ["a", "b", "c", 0]);
8 $cufa("str_replace", ["a", "b", "c", 0]);
10 call_user_func_array($cufa, ["str_replace", ["a", "b", "c", 0]]);
H A Dbug73900.phpt9 $c = &$b[0];
10 var_dump($c);
H A Dbug78644.phpt7 unset($a->b->c->d);
8 unset($a->b->c['d']);
H A Dbug32596.phpt11 $c=get_class($this); unset($c);
14 $c=get_class($this); //memory leak only
/PHP-7.4/ext/pdo_pgsql/
H A Dconfig.w328 EXTENSION("pdo_pgsql", "pdo_pgsql.c pgsql_driver.c pgsql_statement.c");
/PHP-7.4/ext/filter/tests/
H A D002.phpt4 a=1&b=&c=3
8 echo $_GET['c'];
/PHP-7.4/ext/phar/
H A DMakefile.frag.w321 ext\phar\phar_path_check.c: ext\phar\phar_path_check.re
3 …$(RE2C) $(RE2C_FLAGS) --no-generation-date -b -o ext/phar/phar_path_check.c ext/phar/phar_path_che…
/PHP-7.4/ext/spl/tests/
H A DRecursiveDirectoryIterator_getSubPathname_basic.phpt50 depth1%c.
51 depth1%c..
52 depth1%cdepth2%c.
53 depth1%cdepth2%c..
H A DarrayObject_asort_basic1.phpt8 * Source code: ext/spl/spl_array.c
15 $ao2 = new ArrayObject(array('a'=>4,'b'=>2,'c'=>3));
48 ["c"]=>
58 ["c"]=>
H A Dbug70303.phpt6 $c = $f->getConstructor();
7 $params = $c->getParameters();
/PHP-7.4/ext/phar/tests/
H A D026.phpt15 $files['b.php'] = '<?php echo "This is b\n"; require \''.$pname.'/b/c.php\'; ?>';
16 $files['b/c.php'] = '<?php echo "This is b/c\n"; require \''.$pname.'/b/d.php\'; ?>';
31 This is b/c
/PHP-7.4/ext/intl/tests/
H A Dcpbi_getLastCodePoint_basic.phpt23 $c = $codepoint_it->getLastCodePoint();
24 if ($c > 0)
27 var_dump($c);
36 $c = $codepoint_it->getLastCodePoint();
37 if ($c > 0)
40 var_dump($c);
/PHP-7.4/Zend/tests/traits/
H A Dget_declared_traits_001.phpt8 trait c { }
18 string(1) "c"
/PHP-7.4/Zend/tests/return_types/
H A D025.phpt6 $c = function(): self { return $this; };
8 var_dump($c->call(new Bar));
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_big5.h45 int mbfl_filt_conv_big5_wchar(int c, mbfl_convert_filter *filter);
46 int mbfl_filt_conv_wchar_big5(int c, mbfl_convert_filter *filter);
/PHP-7.4/ext/standard/tests/strings/
H A Dbug42208.phpt6 $c = $a;
7 var_dump(substr_replace($a, 1, 1, $c));

Completed in 24 milliseconds

1...<<31323334353637383940>>...163