Home
last modified time | relevance | path

Searched refs:R (Results 101 – 125 of 219) sorted by relevance

123456789

/php-src/ext/standard/tests/serialize/
H A Dbug70213.phpt10 var_dump(unserialize('R:1;'));
H A Dbug80411.phpt26 a:4:{i:0;N;i:1;N;i:2;s:6:"endcap";i:3;R:4;}
H A Dbug70219.phpt21 $exploit = 'a:2:{i:0;C:3:"obj":'.strlen($inner).':{'.$inner.'}i:1;R:4;}';
H A Dserialization_objects_014.phpt204 string(55) "O:8:"stdClass":3:{s:1:"a";i:1;s:1:"b";R:2;s:1:"c";i:1;}"
248 string(55) "O:8:"stdClass":3:{s:1:"a";i:1;s:1:"b";R:2;s:1:"c";R:2;}"
H A Dbug70172.phpt22 $inner = 'R:2;';
/php-src/ext/mbstring/tests/
H A Dmb_str_split_ru.phpt17 "KOI8-R",
69 KOI8-R: d2 c1 ca 20 d2 c1 ca 20 d2 c1 ca 20
H A Dmb_convert_kana.phpt35 echo "Convert ASCII letter to full-width: A -> ", bin2hex(mb_convert_kana("\x00A", 'R', 'UTF-16BE')…
115 tryIncompatibleFlags('a', 'R');
117 tryIncompatibleFlags('R', 'r');
229 mb_convert_kana(): Argument #2 ($mode) must not combine 'R' and 'a' flags
230 mb_convert_kana(): Argument #2 ($mode) must not combine 'R' and 'a' flags
233 mb_convert_kana(): Argument #2 ($mode) must not combine 'R' and 'r' flags
234 mb_convert_kana(): Argument #2 ($mode) must not combine 'R' and 'r' flags
H A Dmb_eregi_replace.phpt21 "Ф"=>"F","Ы"=>"I","В"=>"V","А"=>"A","П"=>"P","Р"=>"R",
/php-src/ext/openssl/tests/
H A Dprivate_rsa_2048.key9 b+R/nxtKKMKpu6WEhZQzQAkqWWVR1gCtJH+i+ojTUDUEHcPbZ0hTbSVY5XpAOWOo
/php-src/ext/spl/tests/
H A Dbug70155.phpt5 $inner = 'x:i:0;O:12:"DateInterval":1:{s:1:"y";i:3;};m:a:1:{i:0;R:2;}';
/php-src/ext/date/tests/
H A Dbug68942_2.phpt5 …01 00:00:00.000000";s:13:"timezone_type";a:2:{i:0;i:1;i:1;i:2;}s:8:"timezone";s:1:"A";}i:1;R:5;}');
H A DDatePeriod_properties1.phpt29 var_dump($period->interval->format("%R%d"));
H A D009.phpt14 var_dump(strftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U %V…
19 var_dump(gmstrftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U …
H A DDatePeriod_getter.phpt19 var_dump($period->getDateInterval()->format('%R%y-%m-%d-%h-%i-%s'));
/php-src/ext/snmp/tests/
H A Dbug72479.phpt12 $poc = 'a:3:{i:1;N;i:2;O:4:"snmp":1:{s:11:"quick_print";'.serialize($arr).'}i:1;R:7;}';
/php-src/Zend/tests/asymmetric_visibility/
H A Dunshared_rw_cache_slot.phpt2 R/w cache slots should be unshared
/php-src/ext/standard/tests/time/
H A Dstrptime_basic.phpt29 $str = strftime("%A %B %e %R", $tstamp);
30 var_dump(strptime($str, '%A %B %e %R'));
H A Dstrptime_parts.phpt39 $str = strftime("%A %B %e %R", $tstamp);
40 $res = strptime($str, '%A %B %e %R');
/php-src/ext/standard/tests/file/windows_acls/
H A Dcommon.inc70 if ($perm & PHPT_ACL_READ) $perm_entry[] = 'R';
76 $cmd = $icacls . ' ' . $path_escaped . ' /inheritance:r /deny ' . $user . ':(F,M,R,RX,W)';
100 $cmd = $icacls . ' ' . $path_escaped . ' /deny ' . $user . ':(F,M,R,RX,W)';
/php-src/ext/bz2/tests/
H A D003-mb.phpt25 string(1) "R"
H A D003.phpt25 string(1) "R"
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dbug71509.phpt20 $item = iconv("ISO-8859-1", "UTF-8", "R�d_Statistics"); // cp1252
/php-src/ext/standard/tests/strings/
H A Dbug72434.phpt8 …d_payload = 'a:3:{i:1;N;i:2;O:10:"ZipArchive":1:{s:8:"filename";'.serialize($free_me).'}i:1;R:4;}';
/php-src/ext/spl/tests/SplObjectStorage/
H A DSplObjectStorage_unserialize_bad.phpt8 'x:i:3;O:8:"stdClass":0:{},O:8:"stdClass":0:{};R:2;,i:1;;O:8:"stdClass":0:{},r:2;;m:a:0:{}',
/php-src/ext/session/tests/
H A Dbug72562.phpt26 $uns_2 = 'R:2;';

Completed in 32 milliseconds

123456789