Home
last modified time | relevance | path

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

12345678910>>...19

/PHP-7.3/Zend/tests/
H A Dforeach_008.phpt7 foreach ($a as &$y) {
8 echo "$x - $y\n";
9 if ($x == 0 && $y == 1) {
H A Dbug64578.phpt9 $y = '1';
10 x($y);
11 print_r($y);
H A Dbug72215_1.phpt14 $y =& test($x);
15 var_dump($y);
17 var_dump($y);
H A Dbug45186.phpt20 call_user_func(array('self', 'y'));
21 call_user_func('self::y');
34 call_user_func('self::y');
47 string(1) "y"
49 string(1) "y"
H A Dbug72215_2.phpt15 $y =& test($x);
16 var_dump($y);
18 var_dump($y);
H A Dclosure_018.phpt18 $y = 2;
19 var_dump($test->test($y));
20 var_dump($x = $test->test($y));
21 var_dump($y, $x);
H A Dbug45186_2.phpt16 call_user_func(array('self', 'y'));
17 call_user_func('self::y');
30 call_user_func('self::y');
43 string(1) "y"
45 string(1) "y"
H A Dbug30162.phpt21 $this->y = "y";
51 ["y"]=>
52 string(1) "y"
H A Ddereference_001.phpt18 public $y = 1;
28 var_dump(c()[0]->y); // int(1)
37 $y = 'bar';
38 $x = array('a' => 'foo', 'b' => $y);
/PHP-7.3/tests/classes/
H A Dstatic_properties_003.phpt7 protected static $y = 'C::$y';
22 var_dump(isset($c->y));
23 //unset($c->y); // Fatal error, tested in static_properties_003_error1.phpt
24 //echo $c->y; // Fatal error, tested in static_properties_003_error2.phpt
25 //$c->y = 1; // Fatal error, tested in static_properties_003_error3.phpt
26 //$c->y =& $ref; // Fatal error, tested in static_properties_003_error4.phpt
/PHP-7.3/ext/date/lib/
H A Dtimelib_private.h95 #define timelib_is_leap(y) ((y) % 4 == 0 && ((y) % 100 != 0 || (y) % 400 == 0)) argument
H A Dinterval.c66 rt->y = two->y - one->y; in timelib_diff()
112 t->relative.y = interval->y * bias; in timelib_add()
127 if (old_time->dst == 1 && t->dst == 0 && !interval->y && !interval->m && !interval->d) { in timelib_add()
148 t->relative.y = 0 - (interval->y * bias); in timelib_sub()
161 if (old_time->dst == 1 && t->dst == 0 && !interval->y && !interval->m && !interval->d) { in timelib_sub()
166 if (old_time->dst == 0 && t->dst == 1 && !interval->y && !interval->m && !interval->d ) { in timelib_sub()
/PHP-7.3/ext/gd/libgd/
H A Dgdft.c630 int x, y, row, col, pc, pcr; local
643 y = pen_y + row;
646 if ((y > im->cy2) || (y < im->cy1)) {
710 y = pen_y + row;
713 if (y >= im->sy || y < 0) {
977 pen.x = pen.y = 0;
988 penf.y = (penf.y - 32) & -64; /* round to next pixel row */
991 pen.x = pen.y = 0;
1108 glyph_bbox.yMin += penf.y;
1110 glyph_bbox.yMax += penf.y;
[all …]
H A Dgd_interpolation.c748 const int yi=(int)((y) < 0 ? y - 1: y); in getPixelInterpolated()
960 for (y = 0; y < src_height - 1; ++y) { in _gdScaleHoriz()
980 for (y = 0; y < dst_height; y++) { in _gdScaleCol()
1007 for (y = 0; y < src_height - 1; ++y) { in _gdScaleVert()
2405 for (y = bbox.y; y <= end_y; y++) { in gdTransformAffineCopy()
2406 pt.y = y + 0.5; in gdTransformAffineCopy()
2414 for (y = 0; y <= end_y; y++) { in gdTransformAffineCopy()
2415 pt.y = y + 0.5 + bbox.y; in gdTransformAffineCopy()
2483 min.y=extent[i].y; in gdTransformAffineBoundingBox()
2487 max.y=extent[i].y; in gdTransformAffineBoundingBox()
[all …]
/PHP-7.3/ext/date/tests/
H A Ddate-lenient-create.phpt8 print_r( date_create_from_format( 'm/d/y', $date , $tz) );
11 print_r( date_create_from_format( 'm/d/y+', $date , $tz)->setTime(0, 0) );
14 print_r( date_create_from_format( '+m/d/y', $date , $tz)->setTime(0, 0) );
17 print_r( date_create_from_format( 'm/d/y++', $date , $tz)->setTime(0, 0) );
22 print_r( date_create_from_format( 'm/d/y+', $date , $tz)->setTime(0, 0) );
25 print_r( date_create_from_format( '+m/d/y', $date , $tz)->setTime(0, 0) );
/PHP-7.3/ext/spl/tests/
H A Dbug70852.phpt5 $y = new ArrayObject();
7 var_dump($y[NULL]);
8 var_dump($y[NULL]++);
H A Dbug72888.phpt8 $y=clone $x;
12 var_dump($y);
17 Notice: Undefined variable: y in %sbug72888.php on line %d
/PHP-7.3/ext/simplexml/tests/
H A Dbug69169.phpt11 <row b="y">
15 <item y="n" />
36 [b] => y
61 [y] => n
/PHP-7.3/ext/json/tests/
H A Dbug40503.phpt9 function json_test_show_eq($x, $y) {
10 echo "$x ". ( $x == $y ? "==" : "!=") ." $y\n";
/PHP-7.3/ext/gd/tests/
H A Dbug43073.phpt36 $y = 0;
40 $bbox = imagettftext($g, 24, $angle, 400+$x, 400+$y, $black, $font, 'ABCDEF');
51 $temp = $cos_t * $x + $sin_t * $y;
52 $y = $cos_t * $y - $sin_t * $x;
/PHP-7.3/ext/soap/tests/
H A Dserver004.phpt7 function Add($x,$y) {
8 return $x+$y;
10 function Sub($x,$y) {
11 return $x-$y;
28 <y xsi:type="xsd:int">33</y>
/PHP-7.3/Zend/
H A DMakefile.am9 zend_language_parser.y zend_language_scanner.l \
10 zend_ini_parser.y zend_ini_scanner.l \
39 zend_language_parser.c: $(srcdir)/zend_language_parser.y
40 $(YACC) -p zend -v -d $(srcdir)/zend_language_parser.y -o zend_language_parser.c
44 zend_ini_parser.c: $(srcdir)/zend_ini_parser.y
45 $(YACC) -p ini_ -v -d $(srcdir)/zend_ini_parser.y -o zend_ini_parser.c
/PHP-7.3/ext/standard/tests/array/
H A Dbug42177.phpt25 $y =& $x;
26 $a1 = array($x, $y, $x, $y);
27 $a2 = array( 'key1' => $a1, $x, $y );
/PHP-7.3/
H A DMakefile.frag12 $(srcdir)/zend_language_parser.c: $(srcdir)/zend_language_parser.y
13 @$(YACC) -p zend -v -d $(srcdir)/zend_language_parser.y -o $@
16 $(srcdir)/zend_ini_parser.c: $(srcdir)/zend_ini_parser.y
17 @$(YACC) -p ini_ -v -d $(srcdir)/zend_ini_parser.y -o $@
/PHP-7.3/ext/soap/tests/bugs/
H A Dbug29061.wsdl7 xmlns:y="http://new.webservice.namespace" targetNamespace="http
20 <input message="y:getQuoteRequest"/>
21 <output message="y:getQuoteResponse"/>
24 <binding name="bindingName" type="y:SOAPport">
37 <port name="myPort" binding="y:bindingName">

Completed in 53 milliseconds

12345678910>>...19