/PHP-7.4/ext/standard/tests/file/ |
H A D | stream_copy_to_stream.phpt | 120 V'yy oernx gurfr punvaf 122 V'yy grne lbh qbja vagb zl cevingr uryy 127 V'yy oernx gurfr punvaf 129 V'yy grne lbh qbja vagb zl cevingr uryy
|
H A D | file_get_contents_error002.phpt | 4 "Blanche V.N." <valerie_nare@yahoo.fr>
|
H A D | file_get_contents_error001.phpt | 4 "Blanche V.N." <valerie_nare@yahoo.fr>
|
H A D | file_get_contents_basic001.phpt | 4 "Blanche V.N." <valerie_nare@yahoo.fr>
|
/PHP-7.4/ext/phar/tests/cache_list/files/ |
H A D | frontcontroller16.phar | 12 �P���f*�|��ݕP-7�V�JGBMB
|
H A D | frontcontroller10.phar | 16 (���xR��U���!V�t�GBMB
|
H A D | frontcontroller12.phar | 7 7 index.php4�VX4?����<?php
|
H A D | nophar.phar | 117 $L = unpack('V', $a = fread($fp, 4)); 215 $info = unpack('V', substr($m, 0, 4)); 216 $l = unpack('V', substr($m, 10, 4)); 218 $s = unpack('V', substr($m, 0, 4)); 224 $len = unpack('V', substr($m, $start, 4));
|
H A D | openssl.phar | 117 $L = unpack('V', $a = fread($fp, 4)); 215 $info = unpack('V', substr($m, 0, 4)); 216 $l = unpack('V', substr($m, 10, 4)); 218 $s = unpack('V', substr($m, 0, 4)); 224 $len = unpack('V', substr($m, $start, 4));
|
/PHP-7.4/ext/phar/tests/files/ |
H A D | frontcontroller16.phar | 12 �P���f*�|��ݕP-7�V�JGBMB
|
H A D | frontcontroller10.phar | 16 (���xR��U���!V�t�GBMB
|
H A D | include_path2.phar | 117 $L = unpack('V', $a = fread($fp, 4)); 215 $info = unpack('V', substr($m, 0, 4)); 216 $l = unpack('V', substr($m, 10, 4)); 218 $s = unpack('V', substr($m, 0, 4)); 224 $len = unpack('V', substr($m, $start, 4));
|
H A D | nophar.phar | 117 $L = unpack('V', $a = fread($fp, 4)); 215 $info = unpack('V', substr($m, 0, 4)); 216 $l = unpack('V', substr($m, 10, 4)); 218 $s = unpack('V', substr($m, 0, 4)); 224 $len = unpack('V', substr($m, $start, 4));
|
H A D | openssl.phar | 117 $L = unpack('V', $a = fread($fp, 4)); 215 $info = unpack('V', substr($m, 0, 4)); 216 $l = unpack('V', substr($m, 10, 4)); 218 $s = unpack('V', substr($m, 0, 4)); 224 $len = unpack('V', substr($m, $start, 4));
|
/PHP-7.4/ext/date/tests/ |
H A D | 009.phpt | 16 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… 24 …%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 %W %w %x %X %y %Y %Z…
|
/PHP-7.4/ext/iconv/tests/ |
H A D | iconv002.phpt | 20 $s = unpack("V*", iconv("ascii","UCS-4LE", "abcd"));
|
/PHP-7.4/ext/standard/tests/array/ |
H A D | bug24766.phpt | 8 $a = unpack('C2', "\0224V");
|
/PHP-7.4/ext/standard/tests/math/ |
H A D | rand_inverted_order.phpt | 4 PHP TestFEst 2017 - PHPDublin, PHPSP - Joao P V Martins <jp.joao@gmail.com>
|
/PHP-7.4/ext/phar/tests/ |
H A D | 008.phpt | 10 $file .= pack('V', 500) . 'notenough';
|
H A D | phar_createdefaultstub.phpt | 153 $L = unpack('V', $a = fread($fp, 4)); 251 $info = unpack('V', substr($m, 0, 4)); 252 $l = unpack('V', substr($m, 10, 4)); 254 $s = unpack('V', substr($m, 0, 4)); 447 $L = unpack('V', $a = fread($fp, 4)); 545 $info = unpack('V', substr($m, 0, 4)); 546 $l = unpack('V', substr($m, 10, 4)); 548 $s = unpack('V', substr($m, 0, 4)); 749 $L = unpack('V', $a = fread($fp, 4)); 848 $l = unpack('V', substr($m, 10, 4)); [all …]
|
H A D | phar_setdefaultstub.phpt | 173 $L = unpack('V', $a = fread($fp, 4)); 271 $info = unpack('V', substr($m, 0, 4)); 272 $l = unpack('V', substr($m, 10, 4)); 274 $s = unpack('V', substr($m, 0, 4)); 468 $L = unpack('V', $a = fread($fp, 4)); 566 $info = unpack('V', substr($m, 0, 4)); 567 $l = unpack('V', substr($m, 10, 4)); 569 $s = unpack('V', substr($m, 0, 4)); 763 $L = unpack('V', $a = fread($fp, 4)); 862 $l = unpack('V', substr($m, 10, 4)); [all …]
|
/PHP-7.4/ext/gd/tests/ |
H A D | bug66590.phpt | 22 $length = unpack('V', $length)[1] + 8;
|
/PHP-7.4/ext/dba/tests/ |
H A D | bug38698.phpt | 19 dba_insert(pack('V',129), "Booo!", $db_make);
|
/PHP-7.4/ext/openssl/tests/ |
H A D | private_rsa_2048_pass_php.key | 28 6miR4EfGE+kM7/V+shMQZni/Q64gzIn+/vpMiNV5JQsr1E2tqUp2/P6N0puUwWv2
|
/PHP-7.4/ext/mbstring/tests/ |
H A D | mb_eregi_replace.phpt | 20 "Ф"=>"F","Ы"=>"I","В"=>"V","А"=>"A","П"=>"P","Р"=>"R",
|