Home
last modified time | relevance | path

Searched refs:R (Results 1 – 25 of 154) sorted by last modified time

1234567

/PHP-7.4/
H A DNEWS122 . Fixed bug #81026 (PHP-FPM oob R/W in root process leading to privilege
H A Dconfigure.ac200 dnl Check for -R, etc. switch.
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug69425.phpt17 $data = unserialize('a:2:{i:0;O:4:"test":1:{s:4:"ryat";R:1;}i:1;i:2;}');
21 $data = unserialize('a:2:{i:0;O:12:"DateInterval":1:{s:1:"y";R:1;}i:1;i:2;}');
H A Dbug80411.phpt25 a:4:{i:0;N;i:1;N;i:2;s:6:"endcap";i:3;R:4;}
H A Dbug68976.phpt20 $data = unserialize('a:2:{i:0;O:9:"evilClass":1:{s:4:"name";a:2:{i:0;i:1;i:1;i:2;}}i:1;R:4;}');
H A Dbug69152.phpt7 $x = unserialize('O:4:"test":1:{s:27:"__PHP_Incomplete_Class_Name";R:1;}');
H A Dbug69793.phpt5 …string";s:1:"a";s:7:"'."\0".'*'."\0".'code";i:0;s:7:"'."\0".'*'."\0".'file";R:1;s:7:"'."\0".'*'."\…
H A Dtyped_property_refs.phpt26 var_dump(unserialize('O:1:"A":2:{s:1:"a";i:1;s:1:"b";R:2;}'));
27 var_dump(unserialize('O:1:"B":2:{s:1:"a";i:1;s:1:"b";R:2;}'));
30 var_dump(unserialize('O:1:"A":2:{s:1:"a";N;s:1:"b";R:2;}'));
35 var_dump(unserialize('O:1:"B":2:{s:1:"a";N;s:1:"b";R:2;}'));
40 var_dump(unserialize('O:1:"C":2:{s:1:"a";i:1;s:1:"b";R:2;}'));
45 var_dump(unserialize('O:1:"C":2:{s:1:"b";s:1:"x";s:1:"a";R:2;}'));
50 var_dump(unserialize('O:1:"D":2:{s:1:"a";i:1;s:1:"b";R:2;}'));
/PHP-7.4/build/
H A Dconfig.guess1348 R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)
1385 SX-8R:SUPER-UX:*:*)
H A Dphp.m4275 dnl Checks for -R, etc. switch.
278 AC_MSG_CHECKING([if compiler supports -R])
281 LIBS="-R /usr/$PHP_LIBDIR $LIBS"
286 ld_runpath_switch=-R
456 PHP_RPATHS="$PHP_RPATHS -R $i"
H A Dlibtool.m43412 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3454 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3636 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3871 -L* | -R* | -l*)
3875 || test $p = "-R"; then
3884 -L* | -R*)
5850 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5866 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5972 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5998 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
[all …]
/PHP-7.4/ext/gd/libgd/
H A Dgd.c343 #define RETURN_RGB(r, g, b) {RGB->R = r; RGB->G = g; RGB->B = b; return RGB;}
345 #define SETUP_RGB(s, r, g, b) {s.R = r/255.0f; s.G = g/255.0f; s.B = b/255.0f;}
364 float R, G, B; member
380 float R = RGB.R, G = RGB.G, B = RGB.B, w, v, b, f; in RGB_to_HWB() local
383 w = MIN3 (R, G, B); in RGB_to_HWB()
384 v = MAX3 (R, G, B); in RGB_to_HWB()
389 f = (R == w) ? G - B : ((G == w) ? B - R : R - G); in RGB_to_HWB()
390 i = (R == w) ? 3 : ((G == w) ? 5 : 1); in RGB_to_HWB()
H A Dgd_interpolation.c440 #define R DEFAULT_LANCZOS8_RADIUS in filter_lanczos8() macro
444 if ( x < R) { in filter_lanczos8()
445 return R * sin(x*M_PI) * sin(x * M_PI/ R) / (x * M_PI * x * M_PI); in filter_lanczos8()
448 #undef R in filter_lanczos8()
457 #define R DEFAULT_LANCZOS3_RADIUS in filter_lanczos3() macro
461 if ( x < R) in filter_lanczos3()
463 return R * sin(x*M_PI) * sin(x * M_PI / R) / (x * M_PI * x * M_PI); in filter_lanczos3()
466 #undef R in filter_lanczos3()
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in304 ; %R: remote IP address
318 ; Default: "%R - %u %t \"%m %r\" %s"
319 ;access.format = "%R - %u %t \"%m %r%Q%q\" %s %f %{mili}d %{kilo}M %C%%"
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_readdir_mb_names.phpt22 create_verify_file($prefix, "Röd_Statistics.txt", $content);
64 filename: Röd_Statistics.txt : filetype: file
H A Dbug71509.phpt20 $item = iconv("ISO-8859-1", "UTF-8", "R�d_Statistics"); // cp1252
/PHP-7.4/sapi/cgi/tests/
H A Dbug78323.phpt18 $lines = preg_split('/\R/', $output);
30 $lines = preg_split('/\R/', $output);
/PHP-7.4/sapi/cli/tests/
H A Dbug78323.phpt23 $lines = preg_split('/\R/', $output);
35 $lines = preg_split('/\R/', $output);
47 $lines = preg_split('/\R/', $output);
59 $lines = preg_split('/\R/', $output);
/PHP-7.4/sapi/fpm/tests/
H A Dbug78323.phpt18 $lines = preg_split('/\R/', $output);
29 $lines = preg_split('/\R/', $output);
/PHP-7.4/ext/hash/
H A Dhash_gost.c36 #define R(tables, key, h, i, t, l, r) \ macro
198 R((tables), key, h, i, t, l, r); \
/PHP-7.4/ext/fileinfo/tests/
H A Dbug74170.phpt20 string(6) "KOI8-R"
22 string(6) "KOI8-R"
/PHP-7.4/ext/standard/tests/time/
H A Dstrptime_basic.phpt31 $str = strftime("%A %B %e %R", $tstamp);
32 var_dump(strptime($str, '%A %B %e %R'));
H A Dstrptime_parts.phpt43 $str = strftime("%A %B %e %R", $tstamp);
44 $res = strptime($str, '%A %B %e %R');
/PHP-7.4/ext/standard/
H A Dvar_unserializer.re784 if (var_hash && (*p)[0] != 'R') {
792 "R:" uiv ";" {
/PHP-7.4/ext/standard/tests/strings/
H A Dconvert_uuencode_basic.phpt58 string(82) "M2&5R92!I<R!A('-I;7!L92!S=')I;F<@=&\@=&5S="!C;VYV97)T7W5U96YC
63 string(74) "M"2!4:&ES(%-T<FEN9R!C;VYT86EN<R`)"2!S;VUE(&-O;G1R;VP@8VAA<F%C
64 &=&5R<PT*
84 string(82) "M7'0@5&AI<R!3=')I;F<@8V]N=&%I;G,@7'1<="!S;VUE(&-O;G1R;VP@8VAA
85 +<F%C=&5R<UQR7&X`

Completed in 81 milliseconds

1234567