Home
last modified time | relevance | path

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

12

/PHP-8.3/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.3/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.phpt304 fa => fa
H A Dstrtoupper1.phpt307 fa => fa
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.3/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.3/ext/fileinfo/libmagic/
H A Dcompress.c748 posix_spawn_file_actions_t *fa = RCAST(posix_spawn_file_actions_t *, v); in movedesc() local
749 posix_spawn_file_actions_adddup2(fa, fd, i); in movedesc()
750 posix_spawn_file_actions_addclose(fa, fd); in movedesc()
764 posix_spawn_file_actions_t *fa = RCAST(posix_spawn_file_actions_t *, v); in closedesc() local
765 posix_spawn_file_actions_addclose(fa, fd); in closedesc()
888 posix_spawn_file_actions_t fa; in uncompressbuf() local
942 posix_spawn_file_actions_init(&fa); in uncompressbuf()
944 handledesc(&fa, fd, fdp); in uncompressbuf()
946 status = posix_spawnp(&pid, compr[method].argv[0], &fa, NULL, in uncompressbuf()
949 posix_spawn_file_actions_destroy(&fa); in uncompressbuf()
/PHP-8.3/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.3/ext/mbstring/tests/
H A Dmb_str_split_jp.phpt105 SJIS: 93fa 967b

Completed in 33 milliseconds

12