Home
last modified time | relevance | path

Searched refs:y (Results 151 – 175 of 369) sorted by relevance

12345678910>>...15

/PHP-5.5/ext/soap/tests/
H A Dtransport001.phpt7 function Add($x,$y) {
8 return $x+$y;
H A Dserver012.phpt9 function Add($x,$y) {
10 return $x+$y;
H A Dbug48557.phpt15 $y = new SoapServer(dirname(__FILE__) . '/bug48557.wsdl');
16 $y->addfunction("test");
53 $y->handle($request);
/PHP-5.5/Zend/tests/
H A Dcall_user_func_005.phpt7 public static function __callstatic($x, $y) {
8 var_dump($x,$y);
H A Dclosure_020.phpt21 $y = $foo->x();
22 var_dump($y()->test);
H A Dbug52193.phpt17 var_dump($y = $x[0]);
18 var_dump($y());
H A Dclosure_027.phpt15 $a = function($x) use ($y) {};
26 Notice: Undefined variable: y in %s on line %d
H A Dnowdoc_014.phpt15 $y = 2;
22 …lt;&lt;'EOT'<br />EOT<br />&nbsp;&nbsp;</span><span style="color: #0000BB">$y&nbsp;</span><span st…
H A Dbug42802.phpt28 $y = new \Exception();
32 test4($y);
/PHP-5.5/ext/reflection/tests/
H A Dparameters_001.phpt7 function func($x, $y = NULL){
19 $p = new ReflectionParameter(array('Test', 'func'), 'y');
/PHP-5.5/ext/date/lib/
H A Dparse_date.re1010 s->time->y = 1970;
1253 TIMELIB_PROCESS_YEAR(s->time->y, length);
1267 TIMELIB_PROCESS_YEAR(s->time->y, length);
1533 s->time->relative.y = 0 - s->time->relative.y;
1765 in.time->y = TIMELIB_UNSET;
1814 time->y = 1970;
1826 if (time->y == TIMELIB_UNSET ) time->y = 1970;
1853 in.time->y = TIMELIB_UNSET;
1924 case 'y': /* two digit year */
2016 s->time->y = 1970;
[all …]
/PHP-5.5/ext/date/tests/
H A Dbug53437_var2.phpt17 ["y"]=>
49 ["y"]=>
H A Dbug53437_var4.phpt12 $df->y,
25 ["y"]=>
H A DDateInterval_format.phpt28 echo $interval->format('y=%y') . "\n";
59 y=1
H A Dbug53437_var3.phpt7 $s = 'O:12:"DateInterval":15:{s:1:"y";s:1:"2";s:1:"m";s:1:"0";s:1:"d";s:3:"bla";s:1:"h";s:1:"6";s:1…
16 ["y"]=>
H A Dbug53437_var5.phpt7 $s = 'O:12:"DateInterval":15:{s:1:"y";s:1:"2";s:1:"m";s:1:"0";s:1:"d";s:3:"bla";s:1:"h";s:1:"6";s:1…
16 ["y"]=>
/PHP-5.5/ext/intl/tests/
H A Dcollator_sort_with_sort_keys.phpt67 array( 'y' , 'i' , 'k' )
82 array( 'y' , 'i' , 'k' )
163 2 => 'y',
187 1 => 'y',
H A Dcollator_sort_with_sort_keys_variant2.phpt67 array( 'y' , 'i' , 'k' )
82 array( 'y' , 'i' , 'k' )
163 2 => 'y',
187 1 => 'y',
/PHP-5.5/tests/lang/
H A Dexecution_order.phpt99 $y = 3;
100 $z = $x - ($x=$y);
106 $y = 3;
107 $z = ($x=$y) - $x;
/PHP-5.5/ext/gd/
H A Dgd.c1992 int x,y; in PHP_FUNCTION() local
1993 for (y=0; y <= Height; y++) { in PHP_FUNCTION()
2052 int x,y; in PHP_FUNCTION() local
2053 for (y=0; y <= Height; y++) { in PHP_FUNCTION()
3044 for (y = 0; y < gdImageSY(im); y++) { in PHP_FUNCTION()
3492 for (py = y; (py > (y - f->w)); py--) { in php_gdimagecharup()
3537 y = Y; in php_imagechar()
4386 int x, y; in _php_image_bw_convert() local
4411 for (y = 0; y < dest_height; y++) { in _php_image_bw_convert()
4445 int x, y; in _php_image_convert() local
[all …]
/PHP-5.5/ext/pcre/tests/
H A Dpreg_replace2.phpt19 var_dump(preg_replace(array('/\s+/', '~[b-d]~'), array('$'), array('x y', 'bd bc')));
44 string(3) "x$y"
/PHP-5.5/ext/simplexml/tests/
H A Dbug51615.phpt11 $dom->loadHTML('<span title=""y">x</span><span title=""z">x</span>');
30 ["y"]=>
/PHP-5.5/ext/hash/
H A Dhash_md.c231 #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) argument
232 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) argument
233 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
234 #define I(x, y, z) ((y) ^ ((x) | (~z))) argument
448 #define MD4_F(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) argument
449 #define MD4_G(x,y,z) (((x) & ((y) | (z))) | ((y) & (z))) argument
450 #define MD4_H(x,y,z) ((x) ^ (y) ^ (z)) argument
/PHP-5.5/ext/wddx/tests/
H A Dbug70661.phpt35 $y = wddx_deserialize($x);
41 var_dump($y);
/PHP-5.5/ext/standard/tests/strings/
H A Ducwords_variation3.phpt43 '/test/r\test\ucwords\t\y\y\u\3 \yy\ /uu/',
94 string(40) "/test/r\test\ucwords\t\y\y\u\3 \yy\ /uu/"

Completed in 59 milliseconds

12345678910>>...15