Home
last modified time | relevance | path

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

12

/PHP-7.4/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);
H A Dfixedarray_019.phpt28 $fa = new SplFixedArray2(3);
29 foreach($fa as $k=>$v) {
/PHP-7.4/ext/standard/tests/strings/
H A Dsprintf_variation34.phpt214 string(2) "fa"
216 string(2) "fa"
218 string(3) " fa"
219 string(3) "fa "
220 string(3) " fa"
222 fa"
223 string(4) " fa"
224 string(30) " fa"
H A Dsprintf_variation34_64bit.phpt210 string(2) "fa"
212 string(2) "fa"
214 string(3) " fa"
215 string(3) "fa "
216 string(3) " fa"
218 fa"
219 string(4) " fa"
220 string(30) " fa"
H A Dstrtolower-win32.phpt281 da => fa
313 fa => fa
H A Dconvert_cyr_string_basic.phpt112 199: fa
H A Dstrtoupper1-win32.phpt313 fa => da
H A Dhtml_entity_decode_iso8859-15.phpt387 LATIN SMALL LETTER U WITH ACUTE: ú => fa
388 ú => fa
H A Dhtml_entity_decode_cp866.phpt315 · => fa
515 MIDDLE DOT: · => fa
H A Dhtml_entity_decode_win1251.phpt519 CYRILLIC SMALL LETTER HARD SIGN: ъ => fa
H A Dhtml_entity_decode_macroman.phpt522 DOT ABOVE: ˙ => fa
H A Dhtml_entity_decode_koi8-r.phpt515 CYRILLIC CAPITAL LETTER ZE: З => fa
/PHP-7.4/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_getpeername.phpt5 fa@php.net
H A Dsocket_bind.phpt5 fa@php.net
H A Dsocket_create_listen_used.phpt5 fa@php.net
H A Dsocket_connect_params.phpt5 fa@php.net
H A Dsocket_strerror.phpt5 fa@php.net
/PHP-7.4/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-7.4/ext/mbstring/tests/
H A Dmb_str_split_jp.phpt71 SJIS: 93fa 967b

Completed in 25 milliseconds

12