Home
last modified time | relevance | path

Searched refs:y (Results 76 – 100 of 337) sorted by relevance

12345678910>>...14

/PHP-5.4/Zend/tests/
H A Dbug48693.phpt7 $y = create_function('', 'function a() { }; return 2;');
13 $y(),
16 $y != $z
H A Dbug39018.phpt27 @$y = $x[4];
51 $y = 'foobar';
53 $y[12.2];
55 print $y[12.2]; // 52
57 $y[3.5];
59 print $y[3.5]; // 56
H A Dbug30140.phpt15 A::$test2 = "y";
26 string(1) "y"
29 string(1) "y"
H A Dlist_007.phpt6 list($x, $y) = function() { };
8 var_dump($x, $y);
H A Dclosure_028.phpt6 foreach (function(){ return 1; } as $y) {
7 var_dump($y);
H A Dclosure_025.phpt6 $a = create_function('$x', 'return function($y) use ($x) { return $x * $y; };');
H A Dbug27669.phpt12 $y[0] = 'hello';
13 A::$y[0]();
/PHP-5.4/win32/build/
H A DMakefile50 Zend\zend_ini_parser.c Zend\zend_ini_parser.h: Zend\zend_ini_parser.y
188 @copy $(BUILD_DIR)\$(PHPLIB) $(BUILD_DIR_DEV)\lib /y >nul
193 @copy win32\build\confutils.js $(BUILD_DIR_DEV)\script\ /y >nul
194 @copy win32\build\configure.tail $(BUILD_DIR_DEV)\script\ /y >nul
196 @copy win32\build\Makefile.phpize $(BUILD_DIR_DEV)\script\ /y >nul
197 @copy win32\build\phpize.bat $(BUILD_DIR_DEV)\ /y >nul
198 @copy win32\build\template.rc $(BUILD_DIR_DEV)\build\ /y >nul
200 @copy $(BUILD_DIR)\devel\phpize.js $(BUILD_DIR_DEV)\script\ /y >nul
201 @copy $(BUILD_DIR)\devel\ext_deps.js $(BUILD_DIR_DEV)\script\ /y >nul
209 @copy $(BUILD_DIR)\*.exe $(PHP_PREFIX) /y >nul
[all …]
/PHP-5.4/ext/soap/interop/
H A Dtest.utility.php97 function compare(&$x,&$y) { argument
100 $y_type = gettype($y);
103 $ok = array_compare($x, $y);
105 $ok = object_compare($x, $y);
107 $ok = number_compare($x, $y);
111 $ok = ($x == $y);
/PHP-5.4/ext/gd/libgd/
H A Dgd_wbmp.c96 int x, y, pos; in gdImageWBMPCtx() local
106 for (y = 0; y < gdImageSY(image); y++) { in gdImageWBMPCtx()
108 if (gdImageGetPixel (image, x, y) == fg) { in gdImageWBMPCtx()
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.4/ext/spl/tests/
H A Dbug45826.phpt6 $y = new StdClass;
7 $o->append($y);
8 $o->append($y);
44 $y = new StdClass;
45 $o->append($y);
46 $o->append($y);
/PHP-5.4/ext/date/lib/
H A Dtimelib.h61 timelib_sll timelib_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d);
62 timelib_sll timelib_iso_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d);
63 timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sll d);
64 timelib_sll timelib_daynr_from_weeknr(timelib_sll y, timelib_sll w, timelib_sll d);
65 timelib_sll timelib_days_in_month(timelib_sll y, timelib_sll m);
66 void timelib_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timeli…
68 int timelib_valid_date(timelib_sll y, timelib_sll m, timelib_sll d);
/PHP-5.4/ext/standard/tests/file/
H A Dbasename_bug66395_variation2-win32.phpt7 echo basename("y:") . "\n";
8 echo basename("y:/") . "\n";
18 echo basename("x:y:z:hello\world:my.stream:\$DATA") . "\n";
24 y
25 y
/PHP-5.4/ext/intl/tests/
H A Dcollator_asort.phpt59 array( 'd' => 'y' ,
101 array( '1' => 'y' ,
125 array( 'd' => 'y',
143 'd' => 'y',
216 1 => 'y',
240 'd' => 'y',
H A Dcollator_asort_variant2.phpt59 array( 'd' => 'y' ,
101 array( '1' => 'y' ,
125 array( 'd' => 'y',
143 'd' => 'y',
216 1 => 'y',
240 'd' => 'y',
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.4/ext/gd/tests/
H A Dcopyresized.phpt28 for ($y = 0; $y < 38; $y++) {
29 $p1 = imagecolorat($im, $x, $y);
30 $p2 = imagecolorat($dst, $x, $y);
/PHP-5.4/ext/soap/tests/
H A Dserver014.phpt7 function Add($x,$y) {
9 return $x+$y;
26 <y xsi:type="xsd:int">33</y>
H A Dclassmap003.phpt17 public $y;
20 $this->y = $a + 1;
52 [y] => 6
/PHP-5.4/ext/pcre/tests/
H A Dmatch_flags.phpt51 string(1) "y"
85 string(1) "y"
122 string(1) "y"
/PHP-5.4/ext/reflection/tests/
H A Dbug46205.phpt6 $y = function() { };
9 $x->invokeArgs(new reflectionparameter('trim', 'str'), array($y, 1));
/PHP-5.4/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.4/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 …

Completed in 47 milliseconds

12345678910>>...14