Home
last modified time | relevance | path

Searched refs:ddd (Results 1 – 25 of 27) sorted by relevance

12

/php-src/ext/standard/tests/array/
H A Dksort_variation5.phpt19 "\ddd" => "\ddd", "\v" => "\v"
86 ["\ddd"]=>
87 string(4) "\ddd"
116 ["\ddd"]=>
117 string(4) "\ddd"
146 ["\ddd"]=>
147 string(4) "\ddd"
H A Dkrsort_variation5.phpt19 "\ddd" => "\ddd", "\v" => "\v"
66 ["\ddd"]=>
67 string(4) "\ddd"
96 ["\ddd"]=>
97 string(4) "\ddd"
126 ["\ddd"]=>
127 string(4) "\ddd"
H A Darsort_variation5.phpt18 "\ddd" => "\ddd", "\v" => "\v"
65 ["\ddd"]=>
66 string(4) "\ddd"
97 ["\ddd"]=>
98 string(4) "\ddd"
129 ["\ddd"]=>
130 string(4) "\ddd"
H A Dasort_variation5.phpt18 "\ddd" => "\ddd", "\v" => "\v"
87 ["\ddd"]=>
88 string(4) "\ddd"
119 ["\ddd"]=>
120 string(4) "\ddd"
151 ["\ddd"]=>
152 string(4) "\ddd"
H A Drsort_variation5.phpt13 array(null, NULL, "\a", "\cx", "\e", "\f", "\n", "\t", "\xhh", "\ddd", "\v"),
54 string(4) "\ddd"
81 string(4) "\ddd"
108 string(4) "\ddd"
H A Dsort_variation5.phpt16 array(null, NULL, "\a", "\cx", "\e", "\f", "\n", "\r", "\t", "\xhh", "\ddd", "\v"),
80 string(4) "\ddd"
110 string(4) "\ddd"
140 string(4) "\ddd"
H A Dnatcasesort_variation4.phpt13 array(null, NULL, "\a", "\cx", "\e", "\f", "\n", "\t", "\xhh", "\ddd", "\v"),
50 string(4) "\ddd"
H A Darray_change_key_case_variation8.phpt13 … 3, "\cx" => 4, "\e" => 5, "\f" => 6, "\n" => 7, "\t" => 8, "\xhh" => 9, "\ddd" => 10, "\v" => 11),
50 ["\ddd"]=>
H A Darray_slice.phpt11 array( "a" => "aaa", "A" => "AAA", "c" => "ccc", "d" => "ddd", "e" => "eee"),
563 string(3) "ddd"
575 string(3) "ddd"
581 string(3) "ddd"
593 string(3) "ddd"
619 string(3) "ddd"
635 string(3) "ddd"
661 string(3) "ddd"
H A Darray_key_first.phpt14 array( "a" => "aaa", "A" => "AAA", "c" => "ccc", "d" => "ddd", "e" => "eee" ),
126 string(3) "ddd"
H A Darray_key_last.phpt14 array( "a" => "aaa", "A" => "AAA", "c" => "ccc", "d" => "ddd", "e" => "eee" ),
126 string(3) "ddd"
H A Darray_pop.phpt17 array( "a" => "aaa", "A" => "AAA", "c" => "ccc", "d" => "ddd", "e" => "eee" ),
127 string(3) "ddd"
H A Dextract_variation3.phpt9 array( "a" => "aaa", "A" => "AAA", "c" => "ccc", "d" => "ddd", "e" => "eee" ),
H A Darray_pop_variation.phpt12 array( "a" => "aaa", "A" => "AAA", "c" => "ccc", "d" => "ddd", "e" => "eee" ),
H A Darray_push.phpt17 array( "a" => "aaa", "A" => "AAA", "c" => "ccc", "d" => "ddd", "e" => "eee" ),
150 string(3) "ddd"
/php-src/ext/pcre/tests/
H A Dbug44214_2.phpt5 $string = 'aaa bbb ccc ddd eee ccc aaa bbb';
19 string(31) "xxx bbb ccc ddd eee ccc xxx bbb"
H A Dbug44214.phpt5 $string = 'aaa bbb ccc ddd eee ccc aaa bbb';
19 string(31) "xxx bbb ccc ddd eee ccc xxx bbb"
H A Dpreg_replace.phpt7 var_dump(preg_replace('{{\D+}}', 'ddd', 'abcd'));
/php-src/ext/standard/tests/serialize/
H A Dbug68594.phpt13 $m->ddd = str_repeat("A", $i);
/php-src/ext/standard/tests/strings/
H A Dbug68710.phpt14 $m->ddd = str_repeat("A", $i);
/php-src/ext/date/lib/
H A Dtm2unixtime.c202 timelib_sll y, ddd, mi, mm, dd, g; in magic_date_calc() local
212 ddd = g - ((365*y) + (y/4) - (y/100) + (y/400)); in magic_date_calc()
213 if (ddd < 0) { in magic_date_calc()
215 ddd = g - ((365*y) + (y/4) - (y/100) + (y/400)); in magic_date_calc()
217 mi = (100 * ddd + 52) / 3060; in magic_date_calc()
220 dd = ddd - ((mi * 306 + 5) / 10) + 1; in magic_date_calc()
/php-src/ext/standard/tests/file/
H A Dpopen_pclose_basic-win32-mb.phpt20 $arr = array("ggg", "ddd", "aaa", "sss");
57 ddd
H A Dpopen_pclose_basic-win32.phpt20 $arr = array("ggg", "ddd", "aaa", "sss");
57 ddd
H A Dpopen_pclose_basic.phpt37 $arr = array("ggg", "ddd", "aaa", "sss");
86 ddd
/php-src/tests/lang/
H A Dcompare_objects_basic1.phpt22 public $ddd;

Completed in 35 milliseconds

12