/PHP-5.5/ext/standard/tests/strings/ |
H A D | strnatcasecmp_basic.phpt | 23 str_dump('x2-y7', 'x8-y8');
|
H A D | vsprintf_variation13.phpt | 43 array(0x3, 0x4, 0x1, 0x2)
|
H A D | vsprintf_variation13_64bit.phpt | 43 array(0x3, 0x4, 0x1, 0x2)
|
H A D | vprintf_variation13.phpt | 43 array(0x3, 0x4, 0x1, 0x2)
|
H A D | vprintf_variation13_64bit.phpt | 43 array(0x3, 0x4, 0x1, 0x2)
|
H A D | vfprintf_variation13_64bit.phpt | 43 array(0x3, 0x4, 0x1, 0x2)
|
H A D | vfprintf_variation13.phpt | 43 array(0x3, 0x4, 0x1, 0x2)
|
H A D | str_pad_variation4.phpt | 47 "0x2",
|
/PHP-5.5/ext/ctype/tests/ |
H A D | ctype_cntrl_variation4.phpt | 21 $hex_values = array(0x1, 0x2, 0x3, 0x4);
|
/PHP-5.5/ext/gd/tests/ |
H A D | imagedashedline_basic.phpt | 11 /* Prototype : bool imagedashedline ( resource $image , int $x1 , int $y1 , int $x2 , int $y2…
|
/PHP-5.5/ext/standard/tests/math/ |
H A D | fmod_basic.phpt | 24 0x2,
|
/PHP-5.5/ext/gd/ |
H A D | gd.c | 488 ZEND_ARG_INFO(0, x2) 497 ZEND_ARG_INFO(0, x2) 506 ZEND_ARG_INFO(0, x2) 515 ZEND_ARG_INFO(0, x2) 3093 long x1, y1, x2, y2, col; in PHP_FUNCTION() local 3104 gdImageAALine(im, x1, y1, x2, y2, col); in PHP_FUNCTION() 3108 gdImageLine(im, x1, y1, x2, y2, col); in PHP_FUNCTION() 3119 long x1, y1, x2, y2, col; in PHP_FUNCTION() local 3137 long x1, y1, x2, y2, col; in PHP_FUNCTION() local 3155 long x1, y1, x2, y2, col; in PHP_FUNCTION() local [all …]
|
/PHP-5.5/ext/standard/tests/url/ |
H A D | base64_encode_basic_001.phpt | 29 0x2: Ag==
|
/PHP-5.5/ext/gd/libgd/ |
H A D | gd_interpolation.c | 363 const double x2 = x*x; in filter_cubic_spline() local 365 return (0.5 * x2 * x - x2 + 2.0 / 3.0); in filter_cubic_spline() 377 const double x2 = x1 * x1; in filter_cubic_convolution() local 378 const double x2_x = x2 * x; in filter_cubic_convolution() 380 if (x <= 1.0) return ((4.0 / 3.0)* x2_x - (7.0 / 3.0) * x2 + 1.0); in filter_cubic_convolution() 381 if (x <= 2.0) return (- (7.0 / 12.0) * x2_x + 3 * x2 - (59.0 / 12.0) * x + 2.5); in filter_cubic_convolution() 382 if (x <= 3.0) return ( (1.0/12.0) * x2_x - (2.0 / 3.0) * x2 + 1.75 * x - 1.5); in filter_cubic_convolution()
|
/PHP-5.5/ext/mbstring/tests/ |
H A D | bug48645.phpt | 9 var_dump(bin2hex(mb_convert_encoding("", "UTF-8", "HTML-ENTITIES")));
|
/PHP-5.5/ext/pcre/pcrelib/testdata/ |
H A D | testinput2 | 4189 …e0\x2|||::Nq\xffq\xff\xe0\x6\x2|||::[[[:[::::::[[[[[::::::::[:[[[:[:::[[[[[[[[[[[[::::::::::::::::…
|
H A D | testoutput2 | 14507 …e0\x2|||::Nq\xffq\xff\xe0\x6\x2|||::[[[:[::::::[[[[[::::::::[:[[[:[:::[[[[[[[[[[[[::::::::::::::::…
|
/PHP-5.5/ext/fileinfo/tests/ |
H A D | magic | 2884 >122 byte&0x2 =1 dual PAL/NTSC 3021 >>20 byte&0xe 0x2 \b, stereo 3241 >>36 belong&0x2 0x2 gotpic 4222 >6 byte&0x02 =0x2 \b, [SRAM] 4426 >>>0x14 byte &0x2 #2 4437 >>>>0x17 byte &0x2 WIP1Timing 10098 >10 byte&0x2 =0x2 \b, no background 18524 >0x1e leshort &0x2 separate 18551 >0x3 byte &0x2 pure 18558 >0x1e leshort &0x2 separate [all …]
|
/PHP-5.5/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 152793 RtreeDValue x1, x2; 152795 x2 = MIN(DCOORD(p->aCoord[jj+1]), DCOORD(aCell[ii].aCoord[jj+1])); 152796 if( x2<x1 ){ 152800 o = o * (x2-x1);
|