Home
last modified time | relevance | path

Searched refs:b (Results 1776 – 1800 of 2782) sorted by relevance

1...<<71727374757677787980>>...112

/php-src/ext/standard/tests/math/
H A Dbindec_variation2.phpt6 var_dump(bindec('0b'));
/php-src/Zend/tests/
H A Dbug34879.phpt5 print_r(str_replace('a', 'b', array(-1 =>-1)));
/php-src/ext/opcache/tests/jit/
H A Dfetch_dim_w_002.phpt10 $b = [&$a[0]];
/php-src/ext/openssl/tests/
H A Dopenssl_x509_export_basic.phpt10 $b = "file://" . $cert_file;
16 var_dump(openssl_x509_export($b, $output2)); // read cert from a filename string
/php-src/ext/phar/tests/zip/
H A Dcreate_new_and_modify.phpt35 file_put_contents($pname .'/b.php', "another!\n");
43 include $pname . '/b.php';
/php-src/ext/phar/tests/tar/
H A Dcreate_new_and_modify.phpt35 file_put_contents($pname .'/b.php', "another!\n");
43 include $pname . '/b.php';
/php-src/ext/standard/tests/strings/
H A Dget_html_translation_table_basic10.phpt6 function so($a,$b) { return ord($a) - ord($b); }
/php-src/ext/soap/tests/soap12/
H A DT58.phpt17 <a><b>1</b></a>
/php-src/ext/intl/tests/
H A Dmsgfmt_format_simple_types_numeric_strings.phpt16 number {b,number}
30 'b' => $ex,
H A Dmsgfmt_format_simple_types_numeric_strings_icu72-1.phpt16 number {b,number}
30 'b' => $ex,
H A Dlocale_get_primary_language.phpt61 'en-a-myExt-b-another',
65 'ar-a-aaa-b-bbb-a-ccc'
118 en-a-myExt-b-another: primary_language='en'
121 ar-a-aaa-b-bbb-a-ccc: primary_language='ar'
/php-src/Zend/tests/attributes/
H A D012_ast_export.phpt9 assert(0 && ($a = #[A1] #[A2] function ($a, #[A3(1)] $b) { }));
42 assert(): assert(0 && ($a = #[A1] #[A2] function ($a, #[A3(1)] $b) {
/php-src/ext/dom/tests/compareDocumentPosition/
H A Dentity.phpt21 usort($entities, fn ($a, $b) => strcmp($a->nodeName, $b->nodeName));
/php-src/ext/reflection/tests/
H A DReflectionClass_export_basic1.phpt8 $b,
53 Parameter #1 [ <required> $b ]
/php-src/ext/standard/tests/file/
H A Dbasename_variation2-win32.phpt30 ".b",
54 basename for path foo, supplying suffix .b is:
74 basename for path foo/, supplying suffix .b is:
94 basename for path foo\, supplying suffix .b is:
114 basename for path foo.bar, supplying suffix .b is:
134 basename for path foo.bar/, supplying suffix .b is:
154 basename for path foo.bar\, supplying suffix .b is:
174 basename for path dir/foo.bar, supplying suffix .b is:
194 basename for path dir\foo.bar, supplying suffix .b is:
214 basename for path dir with spaces/foo.bar, supplying suffix .b is:
[all …]
H A Dfflush_variation2.phpt18 $file_modes = array("w", "wb", "wt", "w+", "w+b", "w+t",
88 -- link opened in w+b mode --
118 -- link opened in a+b mode --
149 -- link opened in w+b mode --
179 -- link opened in a+b mode --
210 -- link opened in w+b mode --
240 -- link opened in a+b mode --
291 -- link opened in w+b mode --
355 -- link opened in a+b mode --
398 -- link opened in w+b mode --
[all …]
H A Dftruncate_variation1-win32-mb.phpt17 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
18 "w", "wb", "wt", "w+", "w+b", "w+t",
19 "x", "xb", "xt", "x+", "x+b", "x+t",
20 "a", "ab", "at", "a+", "a+b", "a+t");
102 -- Testing ftruncate() with file opening using r+b mode --
150 -- Testing ftruncate() with file opening using w+b mode --
198 -- Testing ftruncate() with file opening using x+b mode --
246 -- Testing ftruncate() with file opening using a+b mode --
296 -- Testing ftruncate() with file opening using r+b mode --
344 -- Testing ftruncate() with file opening using w+b mode --
[all …]
H A Dftruncate_variation1-win32.phpt17 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
18 "w", "wb", "wt", "w+", "w+b", "w+t",
19 "x", "xb", "xt", "x+", "x+b", "x+t",
20 "a", "ab", "at", "a+", "a+b", "a+t");
102 -- Testing ftruncate() with file opening using r+b mode --
150 -- Testing ftruncate() with file opening using w+b mode --
198 -- Testing ftruncate() with file opening using x+b mode --
246 -- Testing ftruncate() with file opening using a+b mode --
296 -- Testing ftruncate() with file opening using r+b mode --
344 -- Testing ftruncate() with file opening using w+b mode --
[all …]
H A Dftruncate_variation1.phpt17 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
18 "w", "wb", "wt", "w+", "w+b", "w+t",
19 "x", "xb", "xt", "x+", "x+b", "x+t",
20 "a", "ab", "at", "a+", "a+b", "a+t");
102 -- Testing ftruncate() with file opening using r+b mode --
150 -- Testing ftruncate() with file opening using w+b mode --
198 -- Testing ftruncate() with file opening using x+b mode --
246 -- Testing ftruncate() with file opening using a+b mode --
296 -- Testing ftruncate() with file opening using r+b mode --
344 -- Testing ftruncate() with file opening using w+b mode --
[all …]
H A Dftruncate_variation7-win32.phpt18 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
19 "w", "wb", "wt", "w+", "w+b", "w+t",
20 "x", "xb", "xt", "x+", "x+b", "x+t",
21 "a", "ab", "at", "a+", "a+b", "a+t");
104 -- Testing ftruncate() with file opening using r+b mode --
152 -- Testing ftruncate() with file opening using w+b mode --
200 -- Testing ftruncate() with file opening using x+b mode --
248 -- Testing ftruncate() with file opening using a+b mode --
298 -- Testing ftruncate() with file opening using r+b mode --
346 -- Testing ftruncate() with file opening using w+b mode --
[all …]
H A Dftruncate_variation7.phpt18 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
19 "w", "wb", "wt", "w+", "w+b", "w+t",
20 "x", "xb", "xt", "x+", "x+b", "x+t",
21 "a", "ab", "at", "a+", "a+b", "a+t");
104 -- Testing ftruncate() with file opening using r+b mode --
152 -- Testing ftruncate() with file opening using w+b mode --
200 -- Testing ftruncate() with file opening using x+b mode --
248 -- Testing ftruncate() with file opening using a+b mode --
298 -- Testing ftruncate() with file opening using r+b mode --
346 -- Testing ftruncate() with file opening using w+b mode --
[all …]
/php-src/ext/standard/tests/serialize/
H A Dserialization_miscTypes_001.phpt169 …i:2;i:2;i:3;d:3.3330000000000002;i:4;i:-4;i:5;d:-5.5549999999999997;i:6;b:1;i:7;b:0;i:8;N;i:9;s:0:…
299 after serialization => string(4) "b:1;"
303 after serialization => string(4) "b:1;"
307 after serialization => string(4) "b:0;"
311 after serialization => string(4) "b:0;"
/php-src/ext/fileinfo/tests/upstream/
H A Dmatilde.arm.testfile6 …Pg����*�0�*=�K|�K~��%PS�k`<� mJ���,��=�Fxh �� S �<Cg��!ˀj1�`��b�\�~.փ�$$瑰<<�r?��h…
11 n��<x!�{d�!��G�uz@�ZT��c�u�@.p<�y{�����{���d֛*a$��|$o��H �<,��~kT��ܩZ ݍ�\�cBP�B:�<6B…
12 ـ�M���,ˬ3aѾLb�< 5]B� p���:Յ��0(ʵ5L�9�<ey�=�)��y@z8F�X '��8
18 �< y�h�A�WT�9�E����U}wT�d��0<�yGPL�Z4�����v��w����+��@<ں}�r4�;@:�h%��@�)���W���b@<<�h…
56 �b�k�I������`���TDw�<�p��e>������
68 �<��b�y�3�E�Z�mJl7�{���>s�C0<5~�8g-�A�.������
69 …��üߋ�<�n&!�?���[���x��=��u�P<��ixᆢ�e.��h?�.�C�=3_Ko�<"��r�W���Z�S�8�6)YS�b0�'
/php-src/ext/phar/tests/files/
H A Dstuboflength1041.phar14 T���������������������a.php����N���^�d\����������b.php����N�����mŶ������hi1hi2�,��…
/php-src/ext/phar/
H A DMakefile.frag.w323 $(RE2C) $(RE2C_FLAGS) -b -o ext/phar/phar_path_check.c ext/phar/phar_path_check.re

Completed in 114 milliseconds

1...<<71727374757677787980>>...112