Home
last modified time | relevance | path

Searched refs:y (Results 101 – 125 of 369) sorted by relevance

12345678910>>...15

/PHP-5.5/Zend/tests/
H A Dbug67111.phpt10 foreach ($array2 as $y) {
11 echo "$x.$y\n";
H A Dbug27669.phpt12 $y[0] = 'hello';
13 A::$y[0]();
H A Doffset_assign.phpt2 Crash on $x['x']['y'] += 1 when $x is string
6 $x['x']['y'] += 1;
H A Dbug36759.phpt22 $y = new Bar();
23 $x = new Foo($y);
/PHP-5.5/ext/pcre/tests/
H A Dmatch_flags.phpt51 string(1) "y"
85 string(1) "y"
122 string(1) "y"
H A Dbug44925.phpt18 $str2 = 'y';
85 &string(1) "y"
106 &string(1) "y"
/PHP-5.5/ext/reflection/tests/
H A Dbug46205.phpt6 $y = function() { };
9 $x->invokeArgs(new reflectionparameter('trim', 'str'), array($y, 1));
H A DReflectionClass_getModifierNames_basic.phpt26 abstract class y
49 dump_methodModifierNames('y');
125 string(4) "y::a"
132 string(4) "y::b"
/PHP-5.5/ext/soap/tests/
H A Dclassmap003.phpt17 public $y;
20 $this->y = $a + 1;
52 [y] => 6
H A Dserver002.phpt7 function Add($x,$y) {
8 return $x+$y;
25 <y xsi:type="xsd:int">33</y>
H A Dserver011.phpt11 function Add($x,$y) {
12 return $x+$y;
/PHP-5.5/ext/phar/tests/
H A Dbug47085.phpt15 rename("phar://a.phar/x", "phar://a.phar/y");
16 var_dump(rename("phar://a.phar/x", "phar://a.phar/y"));
22 Warning: rename(): phar error: cannot rename "phar://a.phar/x" to "phar://a.phar/y" from extracted …
/PHP-5.5/ext/intl/tests/
H A Dcollator_sort.phpt67 array( 'y' , 'k' , 'i' )
76 array( 'y' , 'k' , 'i' )
93 array( 'y' , 'k' , 'i' )
189 2 => 'y',
221 2 => 'y',
245 1 => 'y',
H A Dcollator_sort_variant2.phpt67 array( 'y' , 'k' , 'i' )
76 array( 'y' , 'k' , 'i' )
93 array( 'y' , 'k' , 'i' )
189 2 => 'y',
221 2 => 'y',
245 1 => 'y',
/PHP-5.5/ext/standard/tests/strings/
H A Dstr_ireplace.phpt29 var_dump(str_ireplace(array("tt", "y"), array("aaa", "bbb"), "ttttTttttttttTT"));
33 var_dump(str_ireplace(array("tt", "y"), array("aaa", "bbb"), "ttttTttttttttTT"));
35 var_dump(str_ireplace(array("tt", "y"), array("aaa", "bbb"), array("ttttTttttttttTT", "aayyaayasday…
36 var_dump(str_ireplace(array("tt", "y"), array("aaa", "bbb"), array("key"=>"ttttTttttttttTT", "test"…
37 var_dump(str_ireplace(array("t"=>"tt", "y"=>"y"), array("a"=>"aaa", "b"=>"bbb"), array("key"=>"tttt…
/PHP-5.5/ext/gd/libgd/
H A Dwebpng.c190 int maxx, maxy, x, y, alpha, pix, nalpha = 0; in main() local
198 for (y = 0; y < maxy; y++) { in main()
200 pix = gdImageGetPixel(im, x, y); in main()
/PHP-5.5/ext/xml/
H A Dcompat.c97 int y = 0; in _start_element_handler_ns() local
101 …er->h_start_ns(parser->user, (const XML_Char *) namespaces[y], (const XML_Char *) namespaces[y+1]); in _start_element_handler_ns()
102 y += 2; in _start_element_handler_ns()
104 y = 0; in _start_element_handler_ns()
143 att_name = (char *) attributes[y++]; in _start_element_handler_ns()
145 y++; in _start_element_handler_ns()
146 att_value = (char *)attributes[y++]; in _start_element_handler_ns()
177 if (attributes[y+1] != NULL) { in _start_element_handler_ns()
178 _qualify_namespace(parser, attributes[y] , attributes[y + 2], &qualified_name_attr); in _start_element_handler_ns()
183 attrs[z + 1] = xmlStrndup(attributes[y + 3] , (int) (attributes[y + 4] - attributes[y + 3])); in _start_element_handler_ns()
[all …]
/PHP-5.5/tests/classes/
H A Dbug65768.phpt13 echo $diff1->y, " ", $diff1->m, " ", $diff1->d, " ",
17 echo $diff2->y, " ", $diff2->m, " ", $diff2->d, " ",
21 echo $diff3->y, " ", $diff3->m, " ", $diff3->d, " ",
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug31422-win.phpt14 function Add($x,$y) {
17 return $x+$y;
34 <y xsi:type="xsd:int">33</y>
H A Dbug31422.phpt15 function Add($x,$y) {
18 return $x+$y;
35 <y xsi:type="xsd:int">33</y>
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug68594.phpt17 $y = unserialize($z);
18 $z = serialize($y);
/PHP-5.5/ext/date/tests/
H A Dbug66721.phpt7 $y = 'O:8:"DateTime":3:{s:4:"date";s:19:"2014-02-15 02:00:51";s:13:"timezone_type";i:3;s:8:"timezon…
8 var_dump(unserialize($y));
H A Ddate-parse-by-format001.phpt6 print_r( date_parse_from_format( '!m/d/y', $date ) );
7 print_r( date_parse_from_format( '!m*d*y', $date ) );
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dpdo_fetch_func_001.phpt16 $st->fetchAll(PDO::FETCH_FUNC, function($x, $y) use ($st) { var_dump($st); print "data: $x, $y\n"; …
47 static public function test($x, $y) {
48 return $x .'---'. $y;
51 private function test2($x, $y) {
55 public function test3($x, $y) {
56 return $x .'==='. $y;
/PHP-5.5/ext/standard/tests/password/
H A Dpassword_hash.phpt22 string(60) "$2y$07$usesomesillystringfore2uDLvp1Ii2e./U9C8sBjqp8I90dH6hi"
23 string(60) "$2y$10$MTIzNDU2Nzg5MDEyMzQ1Nej0NmcAWSLR.oP7XOR9HD/vjUuOj100y"

Completed in 30 milliseconds

12345678910>>...15