Searched refs:fa (Results 1 – 25 of 28) sorted by relevance
12
/php-src/ext/spl/tests/ |
H A D | bug54970.phpt | 6 $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 D | fixedarray_020.phpt | 6 $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-src/ext/standard/tests/strings/ |
H A D | sprintf_variation34.phpt | 177 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 D | sprintf_variation34_64bit.phpt | 173 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 D | strtolower.phpt | 304 fa => fa
|
H A D | strtoupper1.phpt | 307 fa => fa
|
H A D | html_entity_decode_iso8859-15.phpt | 388 LATIN SMALL LETTER U WITH ACUTE: ú => fa 389 ú => fa
|
H A D | html_entity_decode_cp866.phpt | 316 · => fa 516 MIDDLE DOT: · => fa
|
H A D | html_entity_decode_iso8859-5.phpt | 388 CYRILLIC SMALL LETTER NJE: њ => fa
|
H A D | html_entity_decode_macroman.phpt | 523 DOT ABOVE: ˙ => fa
|
H A D | html_entity_decode_win1251.phpt | 520 CYRILLIC SMALL LETTER HARD SIGN: ъ => fa
|
H A D | html_entity_decode_koi8-r.phpt | 516 CYRILLIC CAPITAL LETTER ZE: З => fa
|
/php-src/ext/sockets/tests/ |
H A D | bug46360.phpt | 7 fa@php.net
|
H A D | socket_set_nonblock.phpt | 5 fa@php.net
|
H A D | socket_read_params.phpt | 5 fa@php.net
|
H A D | socket_getsockname.phpt | 5 fa@php.net
|
H A D | socket_strerror.phpt | 5 fa@php.net
|
H A D | socket_create_listen_used.phpt | 5 fa@php.net
|
H A D | socket_getpeername.phpt | 5 fa@php.net
|
H A D | socket_bind.phpt | 5 fa@php.net
|
H A D | socket_connect_params.phpt | 5 fa@php.net
|
/php-src/ext/date/tests/ |
H A D | bug65184.phpt | 26 90 85 97 6a 93 fa
|
H A D | rfc-datetime_and_daylight_saving_time-type3-fa.phpt | 2 RFC: DateTime and Daylight Saving Time Transitions (zone type 3, fa)
|
/php-src/ext/fileinfo/libmagic/ |
H A D | compress.c | 883 posix_spawn_file_actions_t *fa = RCAST(posix_spawn_file_actions_t *, v); in movedesc() local 884 posix_spawn_file_actions_adddup2(fa, fd, i); in movedesc() 885 posix_spawn_file_actions_addclose(fa, fd); in movedesc() 899 posix_spawn_file_actions_t *fa = RCAST(posix_spawn_file_actions_t *, v); in closedesc() local 900 posix_spawn_file_actions_addclose(fa, fd); in closedesc() 1064 posix_spawn_file_actions_t fa; in uncompressbuf() local 1112 posix_spawn_file_actions_init(&fa); in uncompressbuf() 1114 handledesc(&fa, fd, fdp); in uncompressbuf() 1117 status = posix_spawnp(&pid, compr[method].argv[0], &fa, NULL, in uncompressbuf() 1120 posix_spawn_file_actions_destroy(&fa); in uncompressbuf()
|
/php-src/ext/mbstring/tests/ |
H A D | mb_str_split_jp.phpt | 105 SJIS: 93fa 967b
|
Completed in 40 milliseconds
12