Home
last modified time | relevance | path

Searched refs:initial (Results 26 – 50 of 65) sorted by relevance

123

/PHP-7.4/ext/standard/
H A Dcrypt_blowfish.c551 static void BF_set_key(const char *key, BF_key expanded, BF_key initial, in BF_set_key() argument
621 initial[i] = BF_init_state.P[i] ^ tmp[bug]; in BF_set_key()
650 initial[0] ^= sign; in BF_set_key()
/PHP-7.4/ext/standard/tests/strings/
H A Dbug40754.phpt38 Warning: substr_compare(): The start position cannot exceed initial string length in %s on line %d
H A Dstrcspn_variation5.phpt6 * Description: Finds length of initial segment consisting entirely of characters not found in mask.
H A Dstrspn_variation5.phpt6 * Description: Finds length of initial segment consisting entirely of characters found in mask.
H A Dstrcspn_variation6.phpt6 * Description: Finds length of initial segment consisting entirely of characters not found in mask.
H A Dstrcspn_variation9.phpt6 * Description: Finds length of initial segment consisting entirely of characters not found in mask.
H A Dstrspn_variation9.phpt6 * Description: Finds length of initial segment consisting entirely of characters found in mask.
H A Dstrspn_variation6.phpt6 * Description: Finds length of initial segment consisting entirely of characters found in mask.
H A Dstrcspn_variation10.phpt6 * Description: Finds length of initial segment consisting entirely of characters not found in mask.
H A Dstrspn_variation10.phpt6 * Description: Finds length of initial segment consisting entirely of characters found in mask.
H A Dstrcspn_variation7.phpt6 * Description: Finds length of initial segment consisting entirely of characters not found in mask.
H A Dstrspn_variation7.phpt6 * Description: Finds length of initial segment consisting entirely of characters found in mask.
/PHP-7.4/ext/mbstring/tests/
H A Dmb_str_split_ru.phpt59 /* compare initial string and last array element after splitting */
/PHP-7.4/ext/intl/tests/
H A Dcpbi_getLastCodePoint_basic.phpt29 //starting at the initial position and only then moves the pointer forward
/PHP-7.4/ext/sockets/tests/
H A Dmcast_ipv6_recv.phpt78 $r = socket_sendto($sends1, $m = "initial packet", strlen($m), 0, $mcastaddr, 3000);
193 1> initial packet
/PHP-7.4/ext/standard/tests/file/
H A D007_variation13-win32.phpt44 var_dump( filesize($file) ); //Check that data hasn't over written; Expected: Size of (initial data…
H A D007_variation13.phpt44 var_dump( filesize($file) ); //Check that data hasn't over written; Expected: Size of (initial data…
H A D007_variation21.phpt39 var_dump( filesize($file) ); //Check that data hasn't over written; Expected: Size of (initial data…
H A D007_variation5.phpt39 var_dump( filesize($file) ); //Check that data hasn't over written; Expected: Size of (initial data…
H A Dstat_basic-win32-mb.phpt53 // compare the two stat values, initial stat and stat recorded after
H A Dstat_basic-win32.phpt53 // compare the two stat values, initial stat and stat recorded after
H A Dlstat_stat_basic.phpt69 // compare the two stat values, initial stat and stat recorded after
/PHP-7.4/ext/mysqli/tests/
H A Dbug52891.phpt44 /* first insert normal value to force initial send of types */
/PHP-7.4/docs/
H A Drelease-process.md388 `main/php_versions.h`, too) and `Zend/zend.h`. Bump the default initial
411 ## Preparing for the initial stable version (PHP X.Y.0)
415 have done it before you release the initial stable version, since you want
/PHP-7.4/
H A DCODING_STANDARDS.md147 count. The initial letter of the name is lowercase, and each letter that
318 functions follow the standard prefixing conventions during their initial

Completed in 95 milliseconds

123