Home
last modified time | relevance | path

Searched refs:substr (Results 201 – 225 of 794) sorted by path

12345678910>>...32

/php-src/ext/sockets/tests/
H A Dsocket_import_stream-4-win.phpt8 if(substr(PHP_OS, 0, 3) != 'WIN' ) {
H A Dsocket_import_stream-4.phpt8 if(substr(PHP_OS, 0, 3) == 'WIN' ) {
H A Dsocket_listen-wrongparams.phpt7 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A Dsocket_select-wrongparams-1-win32.phpt7 if (substr(PHP_OS, 0, 3) != 'WIN') {
H A Dsocket_select-wrongparams-1.phpt7 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A Dsocket_select-wrongparams-4.phpt10 if (strtolower(substr(PHP_OS, 0, 3)) == 'win') {
H A Dsocket_select.phpt8 if (strtolower(substr(PHP_OS, 0, 3)) == 'win') {
H A Dsocket_sendrecvmsg_multi_msg-unix.phpt11 if (substr(PHP_OS, 0, 3) == 'WIN')
H A Dsocket_sentto_recvfrom_ipv6_udp-win32.phpt8 if (substr(PHP_OS, 0, 3) != 'WIN') {
H A Dsocket_sentto_recvfrom_ipv6_udp.phpt8 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A Dsocket_sentto_recvfrom_unix.phpt7 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A Dsocket_set_option_in6_pktinfo.phpt14 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A Dsocket_shutdown-win32.phpt10 if(substr(PHP_OS, 0, 3) != 'WIN' ) {
H A Dsocket_shutdown.phpt11 if(substr(PHP_OS, 0, 3) == 'WIN' ) {
H A Dunixloop.phpt7 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A Dwsaprotocol_info_0.phpt7 if (substr(PHP_OS, 0, 3) != 'WIN') {
/php-src/ext/sodium/tests/
H A Dcrypto_box.phpt49 substr($alice_to_bob_kp, 1)
H A Dcrypto_scalarmult.phpt13 sodium_crypto_scalarmult(substr($n, 1), $p);
H A Dcrypto_scalarmult_ristretto255.phpt34 sodium_crypto_scalarmult(substr($n, 1), $p);
H A Dcrypto_secretbox.phpt17 sodium_crypto_secretbox('test', substr($nonce, 1), $key);
H A Dcrypto_sign.phpt61 sodium_crypto_sign($msg, substr($alice_secretkey, 1));
H A Dcrypto_stream.phpt36 sodium_crypto_stream($len, substr($nonce, 1), $key);
H A Dcrypto_stream_xchacha20.phpt59 sodium_crypto_stream_xchacha20($len, substr($nonce, 1), $key);
64 sodium_crypto_stream_xchacha20($len, $nonce, substr($key, 1));
69 sodium_crypto_stream_xchacha20_xor($stream, substr($nonce, 1), $key);
74 sodium_crypto_stream_xchacha20_xor($stream, $nonce, substr($key, 1));
H A Dpwhash_argon2i.phpt15 var_dump(substr($hash, 0, strlen(SODIUM_CRYPTO_PWHASH_STRPREFIX)) ===
H A Dpwhash_scrypt.phpt15 var_dump(substr($hash, 0, 3) ===

Completed in 24 milliseconds

12345678910>>...32