3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo 'METHODS CONTAINING SIV:', PHP_EOL; foreach (openssl_get_cipher_methods() as $method) { if (preg_match('/siv/', strtolower($method))) { var_dump($method); } } echo PHP_EOL, str_repeat('-', 80), PHP_EOL, PHP_EOL; echo 'ALL METHODS:', PHP_EOL; var_dump(openssl_get_cipher_methods());
Output for 7.1.20, 7.2.6 - 7.2.33, 7.3.16 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.4, 8.3.6
METHODS CONTAINING SIV: Fatal error: Uncaught Error: Call to undefined function openssl_get_cipher_methods() in /in/LEar1:5 Stack trace: #0 {main} thrown in /in/LEar1 on line 5
Process exited with code 255.
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 METHODS CONTAINING SIV: Fatal error: Uncaught Error: Call to undefined function openssl_get_cipher_methods() in /in/LEar1:5 Stack trace: #0 {main} thrown in /in/LEar1 on line 5
Process exited with code 255.
Output for 7.0.19 - 7.0.20, 7.1.5 - 7.1.7, 7.2.0
METHODS CONTAINING SIV: -------------------------------------------------------------------------------- ALL METHODS: array(209) { [0]=> string(11) "AES-128-CBC" [1]=> string(21) "AES-128-CBC-HMAC-SHA1" [2]=> string(23) "AES-128-CBC-HMAC-SHA256" [3]=> string(11) "AES-128-CFB" [4]=> string(12) "AES-128-CFB1" [5]=> string(12) "AES-128-CFB8" [6]=> string(11) "AES-128-CTR" [7]=> string(11) "AES-128-ECB" [8]=> string(11) "AES-128-OCB" [9]=> string(11) "AES-128-OFB" [10]=> string(11) "AES-128-XTS" [11]=> string(11) "AES-192-CBC" [12]=> string(11) "AES-192-CFB" [13]=> string(12) "AES-192-CFB1" [14]=> string(12) "AES-192-CFB8" [15]=> string(11) "AES-192-CTR" [16]=> string(11) "AES-192-ECB" [17]=> string(11) "AES-192-OCB" [18]=> string(11) "AES-192-OFB" [19]=> string(11) "AES-256-CBC" [20]=> string(21) "AES-256-CBC-HMAC-SHA1" [21]=> string(23) "AES-256-CBC-HMAC-SHA256" [22]=> string(11) "AES-256-CFB" [23]=> string(12) "AES-256-CFB1" [24]=> string(12) "AES-256-CFB8" [25]=> string(11) "AES-256-CTR" [26]=> string(11) "AES-256-ECB" [27]=> string(11) "AES-256-OCB" [28]=> string(11) "AES-256-OFB" [29]=> string(11) "AES-256-XTS" [30]=> string(6) "BF-CBC" [31]=> string(6) "BF-CFB" [32]=> string(6) "BF-ECB" [33]=> string(6) "BF-OFB" [34]=> string(16) "CAMELLIA-128-CBC" [35]=> string(16) "CAMELLIA-128-CFB" [36]=> string(17) "CAMELLIA-128-CFB1" [37]=> string(17) "CAMELLIA-128-CFB8" [38]=> string(16) "CAMELLIA-128-CTR" [39]=> string(16) "CAMELLIA-128-ECB" [40]=> string(16) "CAMELLIA-128-OFB" [41]=> string(16) "CAMELLIA-192-CBC" [42]=> string(16) "CAMELLIA-192-CFB" [43]=> string(17) "CAMELLIA-192-CFB1" [44]=> string(17) "CAMELLIA-192-CFB8" [45]=> string(16) "CAMELLIA-192-CTR" [46]=> string(16) "CAMELLIA-192-ECB" [47]=> string(16) "CAMELLIA-192-OFB" [48]=> string(16) "CAMELLIA-256-CBC" [49]=> string(16) "CAMELLIA-256-CFB" [50]=> string(17) "CAMELLIA-256-CFB1" [51]=> string(17) "CAMELLIA-256-CFB8" [52]=> string(16) "CAMELLIA-256-CTR" [53]=> string(16) "CAMELLIA-256-ECB" [54]=> string(16) "CAMELLIA-256-OFB" [55]=> string(9) "CAST5-CBC" [56]=> string(9) "CAST5-CFB" [57]=> string(9) "CAST5-ECB" [58]=> string(9) "CAST5-OFB" [59]=> string(8) "ChaCha20" [60]=> string(17) "ChaCha20-Poly1305" [61]=> string(7) "DES-CBC" [62]=> string(7) "DES-CFB" [63]=> string(8) "DES-CFB1" [64]=> string(8) "DES-CFB8" [65]=> string(7) "DES-ECB" [66]=> string(7) "DES-EDE" [67]=> string(11) "DES-EDE-CBC" [68]=> string(11) "DES-EDE-CFB" [69]=> string(11) "DES-EDE-OFB" [70]=> string(8) "DES-EDE3" [71]=> string(12) "DES-EDE3-CBC" [72]=> string(12) "DES-EDE3-CFB" [73]=> string(13) "DES-EDE3-CFB1" [74]=> string(13) "DES-EDE3-CFB8" [75]=> string(12) "DES-EDE3-OFB" [76]=> string(7) "DES-OFB" [77]=> string(8) "DESX-CBC" [78]=> string(8) "IDEA-CBC" [79]=> string(8) "IDEA-CFB" [80]=> string(8) "IDEA-ECB" [81]=> string(8) "IDEA-OFB" [82]=> string(10) "RC2-40-CBC" [83]=> string(10) "RC2-64-CBC" [84]=> string(7) "RC2-CBC" [85]=> string(7) "RC2-CFB" [86]=> string(7) "RC2-ECB" [87]=> string(7) "RC2-OFB" [88]=> string(3) "RC4" [89]=> string(6) "RC4-40" [90]=> string(12) "RC4-HMAC-MD5" [91]=> string(8) "SEED-CBC" [92]=> string(8) "SEED-CFB" [93]=> string(8) "SEED-ECB" [94]=> string(8) "SEED-OFB" [95]=> string(11) "aes-128-cbc" [96]=> string(21) "aes-128-cbc-hmac-sha1" [97]=> string(23) "aes-128-cbc-hmac-sha256" [98]=> string(11) "aes-128-ccm" [99]=> string(11) "aes-128-cfb" [100]=> string(12) "aes-128-cfb1" [101]=> string(12) "aes-128-cfb8" [102]=> string(11) "aes-128-ctr" [103]=> string(11) "aes-128-ecb" [104]=> string(11) "aes-128-gcm" [105]=> string(11) "aes-128-ocb" [106]=> string(11) "aes-128-ofb" [107]=> string(11) "aes-128-xts" [108]=> string(11) "aes-192-cbc" [109]=> string(11) "aes-192-ccm" [110]=> string(11) "aes-192-cfb" [111]=> string(12) "aes-192-cfb1" [112]=> string(12) "aes-192-cfb8" [113]=> string(11) "aes-192-ctr" [114]=> string(11) "aes-192-ecb" [115]=> string(11) "aes-192-gcm" [116]=> string(11) "aes-192-ocb" [117]=> string(11) "aes-192-ofb" [118]=> string(11) "aes-256-cbc" [119]=> string(21) "aes-256-cbc-hmac-sha1" [120]=> string(23) "aes-256-cbc-hmac-sha256" [121]=> string(11) "aes-256-ccm" [122]=> string(11) "aes-256-cfb" [123]=> string(12) "aes-256-cfb1" [124]=> string(12) "aes-256-cfb8" [125]=> string(11) "aes-256-ctr" [126]=> string(11) "aes-256-ecb" [127]=> string(11) "aes-256-gcm" [128]=> string(11) "aes-256-ocb" [129]=> string(11) "aes-256-ofb" [130]=> string(11) "aes-256-xts" [131]=> string(6) "bf-cbc" [132]=> string(6) "bf-cfb" [133]=> string(6) "bf-ecb" [134]=> string(6) "bf-ofb" [135]=> string(16) "camellia-128-cbc" [136]=> string(16) "camellia-128-cfb" [137]=> string(17) "camellia-128-cfb1" [138]=> string(17) "camellia-128-cfb8" [139]=> string(16) "camellia-128-ctr" [140]=> string(16) "camellia-128-ecb" [141]=> string(16) "camellia-128-ofb" [142]=> string(16) "camellia-192-cbc" [143]=> string(16) "camellia-192-cfb" [144]=> string(17) "camellia-192-cfb1" [145]=> string(17) "camellia-192-cfb8" [146]=> string(16) "camellia-192-ctr" [147]=> string(16) "camellia-192-ecb" [148]=> string(16) "camellia-192-ofb" [149]=> string(16) "camellia-256-cbc" [150]=> string(16) "camellia-256-cfb" [151]=> string(17) "camellia-256-cfb1" [152]=> string(17) "camellia-256-cfb8" [153]=> string(16) "camellia-256-ctr" [154]=> string(16) "camellia-256-ecb" [155]=> string(16) "camellia-256-ofb" [156]=> string(9) "cast5-cbc" [157]=> string(9) "cast5-cfb" [158]=> string(9) "cast5-ecb" [159]=> string(9) "cast5-ofb" [160]=> string(8) "chacha20" [161]=> string(17) "chacha20-poly1305" [162]=> string(7) "des-cbc" [163]=> string(7) "des-cfb" [164]=> string(8) "des-cfb1" [165]=> string(8) "des-cfb8" [166]=> string(7) "des-ecb" [167]=> string(7) "des-ede" [168]=> string(11) "des-ede-cbc" [169]=> string(11) "des-ede-cfb" [170]=> string(11) "des-ede-ofb" [171]=> string(8) "des-ede3" [172]=> string(12) "des-ede3-cbc" [173]=> string(12) "des-ede3-cfb" [174]=> string(13) "des-ede3-cfb1" [175]=> string(13) "des-ede3-cfb8" [176]=> string(12) "des-ede3-ofb" [177]=> string(7) "des-ofb" [178]=> string(8) "desx-cbc" [179]=> string(13) "id-aes128-CCM" [180]=> string(13) "id-aes128-GCM" [181]=> string(14) "id-aes128-wrap" [182]=> string(18) "id-aes128-wrap-pad" [183]=> string(13) "id-aes192-CCM" [184]=> string(13) "id-aes192-GCM" [185]=> string(14) "id-aes192-wrap" [186]=> string(18) "id-aes192-wrap-pad" [187]=> string(13) "id-aes256-CCM" [188]=> string(13) "id-aes256-GCM" [189]=> string(14) "id-aes256-wrap" [190]=> string(18) "id-aes256-wrap-pad" [191]=> string(24) "id-smime-alg-CMS3DESwrap" [192]=> string(8) "idea-cbc" [193]=> string(8) "idea-cfb" [194]=> string(8) "idea-ecb" [195]=> string(8) "idea-ofb" [196]=> string(10) "rc2-40-cbc" [197]=> string(10) "rc2-64-cbc" [198]=> string(7) "rc2-cbc" [199]=> string(7) "rc2-cfb" [200]=> string(7) "rc2-ecb" [201]=> string(7) "rc2-ofb" [202]=> string(3) "rc4" [203]=> string(6) "rc4-40" [204]=> string(12) "rc4-hmac-md5" [205]=> string(8) "seed-cbc" [206]=> string(8) "seed-cfb" [207]=> string(8) "seed-ecb" [208]=> string(8) "seed-ofb" }
Output for 7.1.0 - 7.1.4
METHODS CONTAINING SIV: -------------------------------------------------------------------------------- ALL METHODS: array(174) { [0]=> string(11) "AES-128-CBC" [1]=> string(21) "AES-128-CBC-HMAC-SHA1" [2]=> string(11) "AES-128-CFB" [3]=> string(12) "AES-128-CFB1" [4]=> string(12) "AES-128-CFB8" [5]=> string(11) "AES-128-CTR" [6]=> string(11) "AES-128-ECB" [7]=> string(11) "AES-128-OFB" [8]=> string(11) "AES-128-XTS" [9]=> string(11) "AES-192-CBC" [10]=> string(11) "AES-192-CFB" [11]=> string(12) "AES-192-CFB1" [12]=> string(12) "AES-192-CFB8" [13]=> string(11) "AES-192-CTR" [14]=> string(11) "AES-192-ECB" [15]=> string(11) "AES-192-OFB" [16]=> string(11) "AES-256-CBC" [17]=> string(21) "AES-256-CBC-HMAC-SHA1" [18]=> string(11) "AES-256-CFB" [19]=> string(12) "AES-256-CFB1" [20]=> string(12) "AES-256-CFB8" [21]=> string(11) "AES-256-CTR" [22]=> string(11) "AES-256-ECB" [23]=> string(11) "AES-256-OFB" [24]=> string(11) "AES-256-XTS" [25]=> string(6) "BF-CBC" [26]=> string(6) "BF-CFB" [27]=> string(6) "BF-ECB" [28]=> string(6) "BF-OFB" [29]=> string(16) "CAMELLIA-128-CBC" [30]=> string(16) "CAMELLIA-128-CFB" [31]=> string(17) "CAMELLIA-128-CFB1" [32]=> string(17) "CAMELLIA-128-CFB8" [33]=> string(16) "CAMELLIA-128-ECB" [34]=> string(16) "CAMELLIA-128-OFB" [35]=> string(16) "CAMELLIA-192-CBC" [36]=> string(16) "CAMELLIA-192-CFB" [37]=> string(17) "CAMELLIA-192-CFB1" [38]=> string(17) "CAMELLIA-192-CFB8" [39]=> string(16) "CAMELLIA-192-ECB" [40]=> string(16) "CAMELLIA-192-OFB" [41]=> string(16) "CAMELLIA-256-CBC" [42]=> string(16) "CAMELLIA-256-CFB" [43]=> string(17) "CAMELLIA-256-CFB1" [44]=> string(17) "CAMELLIA-256-CFB8" [45]=> string(16) "CAMELLIA-256-ECB" [46]=> string(16) "CAMELLIA-256-OFB" [47]=> string(9) "CAST5-CBC" [48]=> string(9) "CAST5-CFB" [49]=> string(9) "CAST5-ECB" [50]=> string(9) "CAST5-OFB" [51]=> string(7) "DES-CBC" [52]=> string(7) "DES-CFB" [53]=> string(8) "DES-CFB1" [54]=> string(8) "DES-CFB8" [55]=> string(7) "DES-ECB" [56]=> string(7) "DES-EDE" [57]=> string(11) "DES-EDE-CBC" [58]=> string(11) "DES-EDE-CFB" [59]=> string(11) "DES-EDE-OFB" [60]=> string(8) "DES-EDE3" [61]=> string(12) "DES-EDE3-CBC" [62]=> string(12) "DES-EDE3-CFB" [63]=> string(13) "DES-EDE3-CFB1" [64]=> string(13) "DES-EDE3-CFB8" [65]=> string(12) "DES-EDE3-OFB" [66]=> string(7) "DES-OFB" [67]=> string(8) "DESX-CBC" [68]=> string(10) "RC2-40-CBC" [69]=> string(10) "RC2-64-CBC" [70]=> string(7) "RC2-CBC" [71]=> string(7) "RC2-CFB" [72]=> string(7) "RC2-ECB" [73]=> string(7) "RC2-OFB" [74]=> string(3) "RC4" [75]=> string(6) "RC4-40" [76]=> string(12) "RC4-HMAC-MD5" [77]=> string(8) "SEED-CBC" [78]=> string(8) "SEED-CFB" [79]=> string(8) "SEED-ECB" [80]=> string(8) "SEED-OFB" [81]=> string(11) "aes-128-cbc" [82]=> string(21) "aes-128-cbc-hmac-sha1" [83]=> string(11) "aes-128-ccm" [84]=> string(11) "aes-128-cfb" [85]=> string(12) "aes-128-cfb1" [86]=> string(12) "aes-128-cfb8" [87]=> string(11) "aes-128-ctr" [88]=> string(11) "aes-128-ecb" [89]=> string(11) "aes-128-gcm" [90]=> string(11) "aes-128-ofb" [91]=> string(11) "aes-128-xts" [92]=> string(11) "aes-192-cbc" [93]=> string(11) "aes-192-ccm" [94]=> string(11) "aes-192-cfb" [95]=> string(12) "aes-192-cfb1" [96]=> string(12) "aes-192-cfb8" [97]=> string(11) "aes-192-ctr" [98]=> string(11) "aes-192-ecb" [99]=> string(11) "aes-192-gcm" [100]=> string(11) "aes-192-ofb" [101]=> string(11) "aes-256-cbc" [102]=> string(21) "aes-256-cbc-hmac-sha1" [103]=> string(11) "aes-256-ccm" [104]=> string(11) "aes-256-cfb" [105]=> string(12) "aes-256-cfb1" [106]=> string(12) "aes-256-cfb8" [107]=> string(11) "aes-256-ctr" [108]=> string(11) "aes-256-ecb" [109]=> string(11) "aes-256-gcm" [110]=> string(11) "aes-256-ofb" [111]=> string(11) "aes-256-xts" [112]=> string(6) "bf-cbc" [113]=> string(6) "bf-cfb" [114]=> string(6) "bf-ecb" [115]=> string(6) "bf-ofb" [116]=> string(16) "camellia-128-cbc" [117]=> string(16) "camellia-128-cfb" [118]=> string(17) "camellia-128-cfb1" [119]=> string(17) "camellia-128-cfb8" [120]=> string(16) "camellia-128-ecb" [121]=> string(16) "camellia-128-ofb" [122]=> string(16) "camellia-192-cbc" [123]=> string(16) "camellia-192-cfb" [124]=> string(17) "camellia-192-cfb1" [125]=> string(17) "camellia-192-cfb8" [126]=> string(16) "camellia-192-ecb" [127]=> string(16) "camellia-192-ofb" [128]=> string(16) "camellia-256-cbc" [129]=> string(16) "camellia-256-cfb" [130]=> string(17) "camellia-256-cfb1" [131]=> string(17) "camellia-256-cfb8" [132]=> string(16) "camellia-256-ecb" [133]=> string(16) "camellia-256-ofb" [134]=> string(9) "cast5-cbc" [135]=> string(9) "cast5-cfb" [136]=> string(9) "cast5-ecb" [137]=> string(9) "cast5-ofb" [138]=> string(7) "des-cbc" [139]=> string(7) "des-cfb" [140]=> string(8) "des-cfb1" [141]=> string(8) "des-cfb8" [142]=> string(7) "des-ecb" [143]=> string(7) "des-ede" [144]=> string(11) "des-ede-cbc" [145]=> string(11) "des-ede-cfb" [146]=> string(11) "des-ede-ofb" [147]=> string(8) "des-ede3" [148]=> string(12) "des-ede3-cbc" [149]=> string(12) "des-ede3-cfb" [150]=> string(13) "des-ede3-cfb1" [151]=> string(13) "des-ede3-cfb8" [152]=> string(12) "des-ede3-ofb" [153]=> string(7) "des-ofb" [154]=> string(8) "desx-cbc" [155]=> string(13) "id-aes128-CCM" [156]=> string(13) "id-aes128-GCM" [157]=> string(13) "id-aes192-CCM" [158]=> string(13) "id-aes192-GCM" [159]=> string(13) "id-aes256-CCM" [160]=> string(13) "id-aes256-GCM" [161]=> string(10) "rc2-40-cbc" [162]=> string(10) "rc2-64-cbc" [163]=> string(7) "rc2-cbc" [164]=> string(7) "rc2-cfb" [165]=> string(7) "rc2-ecb" [166]=> string(7) "rc2-ofb" [167]=> string(3) "rc4" [168]=> string(6) "rc4-40" [169]=> string(12) "rc4-hmac-md5" [170]=> string(8) "seed-cbc" [171]=> string(8) "seed-cfb" [172]=> string(8) "seed-ecb" [173]=> string(8) "seed-ofb" }
Output for 5.4.15 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.30, 7.0.0 - 7.0.18
METHODS CONTAINING SIV: -------------------------------------------------------------------------------- ALL METHODS: array(168) { [0]=> string(11) "AES-128-CBC" [1]=> string(21) "AES-128-CBC-HMAC-SHA1" [2]=> string(11) "AES-128-CFB" [3]=> string(12) "AES-128-CFB1" [4]=> string(12) "AES-128-CFB8" [5]=> string(11) "AES-128-CTR" [6]=> string(11) "AES-128-ECB" [7]=> string(11) "AES-128-OFB" [8]=> string(11) "AES-128-XTS" [9]=> string(11) "AES-192-CBC" [10]=> string(11) "AES-192-CFB" [11]=> string(12) "AES-192-CFB1" [12]=> string(12) "AES-192-CFB8" [13]=> string(11) "AES-192-CTR" [14]=> string(11) "AES-192-ECB" [15]=> string(11) "AES-192-OFB" [16]=> string(11) "AES-256-CBC" [17]=> string(21) "AES-256-CBC-HMAC-SHA1" [18]=> string(11) "AES-256-CFB" [19]=> string(12) "AES-256-CFB1" [20]=> string(12) "AES-256-CFB8" [21]=> string(11) "AES-256-CTR" [22]=> string(11) "AES-256-ECB" [23]=> string(11) "AES-256-OFB" [24]=> string(11) "AES-256-XTS" [25]=> string(6) "BF-CBC" [26]=> string(6) "BF-CFB" [27]=> string(6) "BF-ECB" [28]=> string(6) "BF-OFB" [29]=> string(16) "CAMELLIA-128-CBC" [30]=> string(16) "CAMELLIA-128-CFB" [31]=> string(17) "CAMELLIA-128-CFB1" [32]=> string(17) "CAMELLIA-128-CFB8" [33]=> string(16) "CAMELLIA-128-ECB" [34]=> string(16) "CAMELLIA-128-OFB" [35]=> string(16) "CAMELLIA-192-CBC" [36]=> string(16) "CAMELLIA-192-CFB" [37]=> string(17) "CAMELLIA-192-CFB1" [38]=> string(17) "CAMELLIA-192-CFB8" [39]=> string(16) "CAMELLIA-192-ECB" [40]=> string(16) "CAMELLIA-192-OFB" [41]=> string(16) "CAMELLIA-256-CBC" [42]=> string(16) "CAMELLIA-256-CFB" [43]=> string(17) "CAMELLIA-256-CFB1" [44]=> string(17) "CAMELLIA-256-CFB8" [45]=> string(16) "CAMELLIA-256-ECB" [46]=> string(16) "CAMELLIA-256-OFB" [47]=> string(9) "CAST5-CBC" [48]=> string(9) "CAST5-CFB" [49]=> string(9) "CAST5-ECB" [50]=> string(9) "CAST5-OFB" [51]=> string(7) "DES-CBC" [52]=> string(7) "DES-CFB" [53]=> string(8) "DES-CFB1" [54]=> string(8) "DES-CFB8" [55]=> string(7) "DES-ECB" [56]=> string(7) "DES-EDE" [57]=> string(11) "DES-EDE-CBC" [58]=> string(11) "DES-EDE-CFB" [59]=> string(11) "DES-EDE-OFB" [60]=> string(8) "DES-EDE3" [61]=> string(12) "DES-EDE3-CBC" [62]=> string(12) "DES-EDE3-CFB" [63]=> string(13) "DES-EDE3-CFB1" [64]=> string(13) "DES-EDE3-CFB8" [65]=> string(12) "DES-EDE3-OFB" [66]=> string(7) "DES-OFB" [67]=> string(8) "DESX-CBC" [68]=> string(10) "RC2-40-CBC" [69]=> string(10) "RC2-64-CBC" [70]=> string(7) "RC2-CBC" [71]=> string(7) "RC2-CFB" [72]=> string(7) "RC2-ECB" [73]=> string(7) "RC2-OFB" [74]=> string(3) "RC4" [75]=> string(6) "RC4-40" [76]=> string(12) "RC4-HMAC-MD5" [77]=> string(8) "SEED-CBC" [78]=> string(8) "SEED-CFB" [79]=> string(8) "SEED-ECB" [80]=> string(8) "SEED-OFB" [81]=> string(11) "aes-128-cbc" [82]=> string(21) "aes-128-cbc-hmac-sha1" [83]=> string(11) "aes-128-cfb" [84]=> string(12) "aes-128-cfb1" [85]=> string(12) "aes-128-cfb8" [86]=> string(11) "aes-128-ctr" [87]=> string(11) "aes-128-ecb" [88]=> string(11) "aes-128-gcm" [89]=> string(11) "aes-128-ofb" [90]=> string(11) "aes-128-xts" [91]=> string(11) "aes-192-cbc" [92]=> string(11) "aes-192-cfb" [93]=> string(12) "aes-192-cfb1" [94]=> string(12) "aes-192-cfb8" [95]=> string(11) "aes-192-ctr" [96]=> string(11) "aes-192-ecb" [97]=> string(11) "aes-192-gcm" [98]=> string(11) "aes-192-ofb" [99]=> string(11) "aes-256-cbc" [100]=> string(21) "aes-256-cbc-hmac-sha1" [101]=> string(11) "aes-256-cfb" [102]=> string(12) "aes-256-cfb1" [103]=> string(12) "aes-256-cfb8" [104]=> string(11) "aes-256-ctr" [105]=> string(11) "aes-256-ecb" [106]=> string(11) "aes-256-gcm" [107]=> string(11) "aes-256-ofb" [108]=> string(11) "aes-256-xts" [109]=> string(6) "bf-cbc" [110]=> string(6) "bf-cfb" [111]=> string(6) "bf-ecb" [112]=> string(6) "bf-ofb" [113]=> string(16) "camellia-128-cbc" [114]=> string(16) "camellia-128-cfb" [115]=> string(17) "camellia-128-cfb1" [116]=> string(17) "camellia-128-cfb8" [117]=> string(16) "camellia-128-ecb" [118]=> string(16) "camellia-128-ofb" [119]=> string(16) "camellia-192-cbc" [120]=> string(16) "camellia-192-cfb" [121]=> string(17) "camellia-192-cfb1" [122]=> string(17) "camellia-192-cfb8" [123]=> string(16) "camellia-192-ecb" [124]=> string(16) "camellia-192-ofb" [125]=> string(16) "camellia-256-cbc" [126]=> string(16) "camellia-256-cfb" [127]=> string(17) "camellia-256-cfb1" [128]=> string(17) "camellia-256-cfb8" [129]=> string(16) "camellia-256-ecb" [130]=> string(16) "camellia-256-ofb" [131]=> string(9) "cast5-cbc" [132]=> string(9) "cast5-cfb" [133]=> string(9) "cast5-ecb" [134]=> string(9) "cast5-ofb" [135]=> string(7) "des-cbc" [136]=> string(7) "des-cfb" [137]=> string(8) "des-cfb1" [138]=> string(8) "des-cfb8" [139]=> string(7) "des-ecb" [140]=> string(7) "des-ede" [141]=> string(11) "des-ede-cbc" [142]=> string(11) "des-ede-cfb" [143]=> string(11) "des-ede-ofb" [144]=> string(8) "des-ede3" [145]=> string(12) "des-ede3-cbc" [146]=> string(12) "des-ede3-cfb" [147]=> string(13) "des-ede3-cfb1" [148]=> string(13) "des-ede3-cfb8" [149]=> string(12) "des-ede3-ofb" [150]=> string(7) "des-ofb" [151]=> string(8) "desx-cbc" [152]=> string(13) "id-aes128-GCM" [153]=> string(13) "id-aes192-GCM" [154]=> string(13) "id-aes256-GCM" [155]=> string(10) "rc2-40-cbc" [156]=> string(10) "rc2-64-cbc" [157]=> string(7) "rc2-cbc" [158]=> string(7) "rc2-cfb" [159]=> string(7) "rc2-ecb" [160]=> string(7) "rc2-ofb" [161]=> string(3) "rc4" [162]=> string(6) "rc4-40" [163]=> string(12) "rc4-hmac-md5" [164]=> string(8) "seed-cbc" [165]=> string(8) "seed-cfb" [166]=> string(8) "seed-ecb" [167]=> string(8) "seed-ofb" }
Output for 5.0.2 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.14
METHODS CONTAINING SIV: Fatal error: Call to undefined function openssl_get_cipher_methods() in /in/LEar1 on line 5
Process exited with code 255.
Output for 5.0.0 - 5.0.1
METHODS CONTAINING SIV: Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/LEar1 on line 3 PHP_EOL Fatal error: Call to undefined function openssl_get_cipher_methods() in /in/LEar1 on line 5
Process exited with code 255.
Output for 4.4.5 - 4.4.9
METHODS CONTAINING SIV: Fatal error: Call to undefined function: openssl_get_cipher_methods() in /in/LEar1 on line 5
Process exited with code 255.
Output for 4.3.10 - 4.3.11, 4.4.0 - 4.4.4
METHODS CONTAINING SIV: Fatal error: Call to undefined function: openssl_get_cipher_methods() in /in/LEar1 on line 5
Process exited with code 255.
Output for 4.3.2 - 4.3.9
METHODS CONTAINING SIV: Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/LEar1 on line 3 PHP_EOL Fatal error: Call to undefined function: openssl_get_cipher_methods() in /in/LEar1 on line 5
Process exited with code 255.
Output for 4.3.0 - 4.3.1
METHODS CONTAINING SIV: Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/LEar1 on line 3 PHP_EOL Fatal error: Call to undefined function: openssl_get_cipher_methods() in /in/LEar1 on line 5

preferences:
280.76 ms | 401 KiB | 370 Q