Searched refs:initial (Results 26 – 50 of 66) sorted by relevance
123
/php-src/ext/mbstring/tests/ |
H A D | gh9535.phpt | 58 // For ISO-2022-KR, the initial escape sequence 'ESC $ ) C' will occupy 4 bytes of the output; 71 // ISO-2022-KR will be affected by the initial escape sequence as stated above
|
H A D | mb_str_split_ru.phpt | 58 /* compare initial string and last array element after splitting */
|
H A D | mb_str_split_jp.phpt | 65 /* compare initial string and last array element after splitting */
|
/php-src/ext/sockets/tests/ |
H A D | mcast_ipv6_recv_limited.phpt | 79 $r = socket_sendto($sends1, $m = "initial packet", strlen($m), 0, $mcastaddr, 3000); 130 1> initial packet
|
H A D | mcast_ipv4_recv.phpt | 53 $r = socket_sendto($sends1, $m = "initial packet", strlen($m), 0, $mcastaddr, $port); 169 1> initial packet
|
H A D | mcast_ipv6_recv.phpt | 83 $r = socket_sendto($sends1, $m = "initial packet", strlen($m), 0, $mcastaddr, $port); 201 1> initial packet
|
/php-src/Zend/asm/ |
H A D | make_mips32_o32_elf_gas.S | 60 # jump_context calls the initial function
|
/php-src/ext/dom/tests/modern/html/parser/ |
H A D | HTMLDocument_fromFile_with_working_stream_wrapper.phpt | 55 Warning: Dom\HTMLDocument::createFromFile(): tree error unexpected-token-in-initial-mode in euw://<…
|
/php-src/ext/standard/ |
H A D | crypt_blowfish.c | 533 static void BF_set_key(const char *key, BF_key expanded, BF_key initial, in BF_set_key() argument 603 initial[i] = BF_init_state.P[i] ^ tmp[bug]; in BF_set_key() 632 initial[0] ^= sign; in BF_set_key()
|
/php-src/ext/intl/tests/ |
H A D | cpbi_getLastCodePoint_basic.phpt | 27 //starting at the initial position and only then moves the pointer forward
|
/php-src/ext/sodium/tests/ |
H A D | crypto_stream_xchacha20.phpt | 45 // Piecewise, with initial counter:
|
/php-src/ext/standard/tests/file/ |
H A D | 007_variation21.phpt | 28 var_dump( filesize($file) ); //Check that data hasn't over written; Expected: Size of (initial data…
|
H A D | 007_variation5.phpt | 28 var_dump( filesize($file) ); //Check that data hasn't over written; Expected: Size of (initial data…
|
H A D | 007_variation13-win32.phpt | 33 var_dump( filesize($file) ); //Check that data hasn't over written; Expected: Size of (initial data…
|
H A D | 007_variation13.phpt | 33 var_dump( filesize($file) ); //Check that data hasn't over written; Expected: Size of (initial data…
|
H A D | stat_basic-win32-mb.phpt | 48 // compare the two stat values, initial stat and stat recorded after
|
H A D | stat_basic-win32.phpt | 48 // compare the two stat values, initial stat and stat recorded after
|
H A D | lstat_stat_basic.phpt | 62 // compare the two stat values, initial stat and stat recorded after
|
/php-src/ext/standard/tests/strings/ |
H A D | strspn_variation5.phpt | 6 * Description: Finds length of initial segment consisting entirely of characters found in mask.
|
H A D | strcspn_variation5.phpt | 6 * Description: Finds length of initial segment consisting entirely of characters not found in mask.
|
H A D | strspn_variation9.phpt | 6 * Description: Finds length of initial segment consisting entirely of characters found in mask.
|
H A D | strcspn_variation9.phpt | 6 * Description: Finds length of initial segment consisting entirely of characters not found in mask.
|
/php-src/ext/mysqli/tests/ |
H A D | bug52891.phpt | 42 /* first insert normal value to force initial send of types */
|
/php-src/sapi/fuzzer/ |
H A D | README.md | 52 For the unserializehash fuzzer, generate a corpus of initial hash serializations:
|
/php-src/ext/dom/ |
H A D | config.w32 | 28 …c in_cell.c in_column_group.c in_frameset.c in_head.c in_head_noscript.c initial.c in_row.c in_sel…
|
Completed in 25 milliseconds
123