Home
last modified time | relevance | path

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

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

/PHP-5.3/tests/lang/
H A DforeachLoopObjects.006.phpt9 public $c = "Original c";
19 $obj2->c = "new c";
79 string(5) "new c"
88 ["c"]=>
89 string(5) "new c"
133 string(10) "Original c"
141 ["c"]=>
142 string(10) "Original c"
/PHP-5.3/ext/standard/tests/array/
H A Dbug22088.phpt6 $a = array('a', 'b', 'c');
11 $a = array('a' => 1, 'b' => 2, 'c' => 3);
22 string(1) "c"
29 ["c"]=>
H A D007.phpt7 $c = array(-1,1);
10 echo '$c='.var_export($c,TRUE).";\n";
16 'c'=>'done',
41 $c = array(
46 echo '$c='.var_export($c,TRUE).";\n";
81 $c = array(-1,1);
84 echo '$c='.var_export($c,TRUE).";\n";
159 $c=array (
210 $c=array (
219 ["c"]=>
[all …]
/PHP-5.3/ext/simplexml/tests/
H A D036.phpt14 $str = '<xml><c>asdf</c><c>ghjk</c></xml>';
/PHP-5.3/ext/oci8/tests/
H A Dbug51291_1.phpt12 $s = @oci_parse($c, "select ' from dual");
14 var_dump(oci_error($c));
16 var_dump(oci_error($c));
21 $s = @oci_parse($c, "select ' from dual");
23 var_dump(oci_error(), oci_error($c), oci_error($s));
30 $s = @oci_parse($c, 'select doesnotexist from dual');
40 $s = @oci_parse($c, 'select doesnotexist from dual');
51 $s = @oci_parse($c, 'select doesnotexist from dual');
55 $r = oci_rollback($c);
73 $s2 = oci_parse($c, 'select 1 from dual');
[all …]
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 Dbind_misccoltypes.phpt46 function check_col($c, $colname, $id)
108 $s = oci_parse($c, $insert_sql);
145 $s = oci_parse($c, $select_sql);
194 check_col($c, 'number_t92', 52);
204 check_col($c, 'number_t92', 53);
214 check_col($c, 'number_t', 54);
223 check_col($c, 'number_t', 55);
233 check_col($c, 'number_t', 56);
251 check_col($c, 'char_t10', 59);
260 check_col($c, 'date_t', 60);
[all …]
/PHP-5.3/ext/spl/tests/
H A Drecursive_tree_iterator_006.phpt18 "c",
22 "c",
71 [1] => \-c
81 [ \-1] => c
91 [1] => c
101 [ \-1] => \-c
111 [ \-1] => \-c
/PHP-5.3/ext/phar/tests/
H A D019b.phpt22 $files['b/c/d'] = 'c';
23 $files['bad/c'] = 'd';
60 string(4) "/b/c"
62 string(14) "phar://hio/b/c"
63 string(6) "/b/c/d"
68 string(6) "/bad/c"
/PHP-5.3/TSRM/
H A DMakefile.am4 libtsrm_la_SOURCES = TSRM.c tsrm_strtok_r.c tsrm_virtual_cwd.c
/PHP-5.3/ext/dba/libcdb/
H A Dcdb.h52 #define cdb_datapos(c) ((c)->dpos) argument
53 #define cdb_datalen(c) ((c)->dlen) argument
/PHP-5.3/Zend/tests/
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 Dheredoc_006.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 Dheredoc_007.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}.
/PHP-5.3/ext/json/
H A Dconfig.m412 PHP_NEW_EXTENSION(json, json.c utf8_to_utf16.c utf8_decode.c JSON_parser.c, $ext_shared)
/PHP-5.3/ext/fileinfo/libmagic/
H A Dreadelf.c74 retval.c[0] = tmpval.c[1]; in getu16()
75 retval.c[1] = tmpval.c[0]; in getu16()
93 retval.c[0] = tmpval.c[3]; in getu32()
94 retval.c[1] = tmpval.c[2]; in getu32()
95 retval.c[2] = tmpval.c[1]; in getu32()
96 retval.c[3] = tmpval.c[0]; in getu32()
114 retval.c[0] = tmpval.c[7]; in getu64()
115 retval.c[1] = tmpval.c[6]; in getu64()
116 retval.c[2] = tmpval.c[5]; in getu64()
117 retval.c[3] = tmpval.c[4]; in getu64()
[all …]
/PHP-5.3/ext/reflection/tests/
H A D005.phpt6 function strip_doc_comment($c)
8 if (!strlen($c) || $c === false) return $c;
9 return trim(substr($c, 3, -2));
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug30928.phpt12 protected $c="c";
52 ["c"]=>
53 string(1) "c"
60 ["c":protected]=>
61 string(1) "c"
/PHP-5.3/ext/mbstring/oniguruma/enc/
H A Deuc_tw.c89 #define euctw_islead(c) (((c) < 0xa1 && (c) != 0x8e) || (c) == 0xff) argument
113 const UChar c = *s; in euctw_is_allowed_reverse_match() local
114 if (c <= 0x7e) return TRUE; in euctw_is_allowed_reverse_match()
/PHP-5.3/ext/ctype/tests/
H A Dctype_alnum_variation4.phpt7 /* Prototype : bool ctype_alnum(mixed $c)
9 * Source code: ext/ctype/ctype.c
25 foreach($octal_values as $c) {
27 var_dump(ctype_alnum($c));
33 foreach($hex_values as $c) {
35 var_dump(ctype_alnum($c));
H A Dctype_alpha_variation4.phpt7 /* Prototype : bool ctype_alpha(mixed $c)
9 * Source code: ext/ctype/ctype.c
25 foreach($octal_values as $c) {
27 var_dump(ctype_alpha($c));
33 foreach($hex_values as $c) {
35 var_dump(ctype_alpha($c));
H A Dctype_cntrl_variation4.phpt7 /* Prototype : bool ctype_cntrl(mixed $c)
9 * Source code: ext/ctype/ctype.c
25 foreach($octal_values as $c) {
27 var_dump(ctype_cntrl($c));
33 foreach($hex_values as $c) {
35 var_dump(ctype_cntrl($c));
H A Dctype_graph_variation4.phpt7 /* Prototype : bool ctype_graph(mixed $c)
9 * Source code: ext/ctype/ctype.c
25 foreach($octal_values as $c) {
27 var_dump(ctype_graph($c));
33 foreach($hex_values as $c) {
35 var_dump(ctype_graph($c));
H A Dctype_lower_variation4.phpt7 /* Prototype : bool ctype_lower(mixed $c)
9 * Source code: ext/ctype/ctype.c
25 foreach($octal_values as $c) {
27 var_dump(ctype_lower($c));
33 foreach($hex_values as $c) {
35 var_dump(ctype_lower($c));

Completed in 33 milliseconds

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