Home
last modified time | relevance | path

Searched refs:fa (Results 1 – 25 of 26) sorted by relevance

12

/PHP-8.1/ext/spl/tests/
H A Dbug54970.phpt6 $fa = new SplFixedArray(2);
7 $fa[0] = 'Hello';
8 $fa[1] = 'World';
9 $fa->setSize(3);
10 $fa[2] = '!';
11 var_dump($fa);
12 $fa->setSize(2);
13 var_dump($fa);
14 var_dump($fa->getSize());
H A Dfixedarray_020.phpt6 $fa = SplFixedArray::fromArray($a, false);
7 var_dump(count($fa), $fa->toArray() === array_values($a));
9 $fa = SplFixedArray::fromArray($a, true);
10 var_dump(count($fa), $fa->toArray() === $a, $fa->toArray() === (array)$fa);
/PHP-8.1/ext/standard/tests/strings/
H A Dsprintf_variation34.phpt177 string(2) "fa"
179 string(2) "fa"
180 string(3) " fa"
181 string(3) "fa "
182 string(3) " fa"
184 fa"
185 string(4) " fa"
186 string(30) " fa"
H A Dsprintf_variation34_64bit.phpt173 string(2) "fa"
175 string(2) "fa"
176 string(3) " fa"
177 string(3) "fa "
178 string(3) " fa"
180 fa"
181 string(4) " fa"
182 string(30) " fa"
H A Dstrtolower-win32.phpt271 da => fa
303 fa => fa
H A Dstrtoupper1-win32.phpt304 fa => da
H A Dhtml_entity_decode_iso8859-15.phpt388 LATIN SMALL LETTER U WITH ACUTE: ú => fa
389 ú => fa
H A Dhtml_entity_decode_cp866.phpt316 · => fa
516 MIDDLE DOT: · => fa
H A Dhtml_entity_decode_iso8859-5.phpt388 CYRILLIC SMALL LETTER NJE: њ => fa
H A Dhtml_entity_decode_macroman.phpt523 DOT ABOVE: ˙ => fa
H A Dhtml_entity_decode_win1251.phpt520 CYRILLIC SMALL LETTER HARD SIGN: ъ => fa
H A Dhtml_entity_decode_koi8-r.phpt516 CYRILLIC CAPITAL LETTER ZE: З => fa
/PHP-8.1/ext/sockets/tests/
H A Dbug46360.phpt7 fa@php.net
H A Dsocket_set_nonblock.phpt5 fa@php.net
H A Dsocket_read_params.phpt5 fa@php.net
H A Dsocket_getsockname.phpt5 fa@php.net
H A Dsocket_strerror.phpt5 fa@php.net
H A Dsocket_create_listen_used.phpt5 fa@php.net
H A Dsocket_getpeername.phpt5 fa@php.net
H A Dsocket_bind.phpt5 fa@php.net
H A Dsocket_connect_params.phpt5 fa@php.net
/PHP-8.1/ext/date/tests/
H A Dbug65184.phpt26 90 85 97 6a 93 fa
H A Drfc-datetime_and_daylight_saving_time-type3-fa.phpt2 RFC: DateTime and Daylight Saving Time Transitions (zone type 3, fa)
/PHP-8.1/ext/mbstring/tests/
H A Dmb_str_split_jp.phpt81 SJIS: 93fa 967b
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c125 #define FA(fa) (freg_map[fa] << 16) argument

Completed in 38 milliseconds

12