Home
last modified time | relevance | path

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

12345678910>>...19

/PHP-7.1/Zend/tests/
H A Dbug72215_1.phpt14 $y =& test($x);
15 var_dump($y);
17 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 Dbug72215_2.phpt15 $y =& test($x);
16 var_dump($y);
18 var_dump($y);
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.1/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.1/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
H A Dbug74058.phpt53 $y = new MyArray();
54 $y['a2'] = new stdClass();
55 var_dump($y['a2']);
57 $y['a2']->b = 'some value';
58 var_dump($y['a2']);
/PHP-7.1/ext/gd/libgd/
H A Dgd_interpolation.c819 const int yi=(int)((y) < 0 ? y - 1: y); in getPixelInterpolated()
1032 for (y = 0; y < src_height - 1; ++y) { in _gdScaleHoriz()
1051 for (y = 0; y < dst_height - 1; y++) { in _gdScaleCol()
1079 for (y = 0; y < src_height - 1; ++y) { in _gdScaleVert()
2486 for (y = bbox.y; y <= end_y; y++) { in gdTransformAffineCopy()
2487 pt.y = y + 0.5; in gdTransformAffineCopy()
2495 for (y = 0; y <= end_y; y++) { in gdTransformAffineCopy()
2496 pt.y = y + 0.5 + bbox.y; in gdTransformAffineCopy()
2564 min.y=extent[i].y; in gdTransformAffineBoundingBox()
2568 max.y=extent[i].y; in gdTransformAffineBoundingBox()
[all …]
H A Dgd_gd2.c271 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2Ctx() local
336 for (y = ylo; (y < yhi); y++) { in gdImageCreateFromGd2Ctx()
358 im->pixels[y][x] = ch; in gdImageCreateFromGd2Ctx()
369 im->tpixels[y][x] = a + r + g + b; in gdImageCreateFromGd2Ctx()
437 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2PartCtx() local
578 for (y = ylo; (y < yhi); y++) { in gdImageCreateFromGd2PartCtx()
603 …x) && (x < (srcx + w)) && (x < fsx) && (x >= 0) && (y >= srcy) && (y < (srcy + h)) && (y < fsy) &&… in gdImageCreateFromGd2PartCtx()
666 int x, y, ylo, yhi, xlo, xhi; in _gdImageGd2() local
751 for (y = ylo; (y < yhi); y++) { in _gdImageGd2()
752 GD2_DBG(php_gd_error("y=%d: ",y)); in _gdImageGd2()
[all …]
/PHP-7.1/ext/simplexml/tests/
H A Dbug69169.phpt11 <row b="y">
15 <item y="n" />
36 [b] => y
61 [y] => n
/PHP-7.1/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;
H A Dimagefttext.phpt28 for ($y = 0; $y < $sy; ++$y) {
30 if (imagecolorat($im, $x, $y) == $colour_b) {
/PHP-7.1/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.1/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.1/ext/date/lib/
H A Dinterval.c62 rt->y = two->y - one->y; in timelib_diff()
108 t->relative.y = interval->y * bias; in timelib_add()
123 if (old_time->dst == 1 && t->dst == 0 && !interval->y && !interval->m && !interval->d) { in timelib_add()
144 t->relative.y = 0 - (interval->y * bias); in timelib_sub()
157 if (old_time->dst == 1 && t->dst == 0 && !interval->y && !interval->m && !interval->d) { in timelib_sub()
162 if (old_time->dst == 0 && t->dst == 1 && !interval->y && !interval->m && !interval->d ) { in timelib_sub()
/PHP-7.1/ext/json/tests/
H A Dbug40503.phpt9 function json_test_show_eq($x, $y) {
10 echo "$x ". ( $x == $y ? "==" : "!=") ." $y\n";
/PHP-7.1/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">
/PHP-7.1/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.1/
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.1/ext/mbstring/oniguruma/win32/
H A Dconfig.h24 #define TOKEN_PASTE(x,y) x##y argument
84 #define RSHIFT(x,y) ((x)>>(int)y) argument
/PHP-7.1/win32/build/
H A DMakefile60 Zend\zend_ini_parser.c Zend\zend_ini_parser.h: Zend\zend_ini_parser.y
221 @copy $(BUILD_DIR)\$(PHPLIB) $(BUILD_DIR_DEV)\lib /y >nul
226 @copy run-tests.php $(BUILD_DIR_DEV)\script\ /y >nul
227 @copy win32\build\confutils.js $(BUILD_DIR_DEV)\script\ /y >nul
228 @copy win32\build\configure.tail $(BUILD_DIR_DEV)\script\ /y >nul
230 @copy win32\build\Makefile.phpize $(BUILD_DIR_DEV)\script\ /y >nul
231 @copy win32\build\phpize.bat $(BUILD_DIR_DEV)\ /y >nul
232 @copy win32\build\template.rc $(BUILD_DIR_DEV)\build\ /y >nul
233 @copy win32\build\default.manifest $(BUILD_DIR_DEV)\build\ /y >nul
235 @copy $(BUILD_DIR)\devel\phpize.js $(BUILD_DIR_DEV)\script\ /y >nul
[all …]
/PHP-7.1/ext/standard/
H A Durl.c562 register size_t x, y; local
566 for (x = 0, y = 0; len--; x++, y++) {
569 if ((ZSTR_VAL(str)[y] < '0' && ZSTR_VAL(str)[y] != '-' && ZSTR_VAL(str)[y] != '.') ||
570 (ZSTR_VAL(str)[y] < 'A' && ZSTR_VAL(str)[y] > '9') ||
571 (ZSTR_VAL(str)[y] > 'Z' && ZSTR_VAL(str)[y] < 'a' && ZSTR_VAL(str)[y] != '_') ||
572 (ZSTR_VAL(str)[y] > 'z' && ZSTR_VAL(str)[y] != '~')) {
573 ZSTR_VAL(str)[y++] = '%';
577 if (!isalnum(ZSTR_VAL(str)[y]) && strchr("_-.~", ZSTR_VAL(str)[y]) != NULL) {
578 ZSTR_VAL(str)[y++] = '%';
584 ZSTR_VAL(str)[y] = '\0';
[all …]

Completed in 41 milliseconds

12345678910>>...19