Home
last modified time | relevance | path

Searched refs:algorithm (Results 26 – 50 of 61) sorted by relevance

123

/PHP-5.3/ext/standard/tests/strings/
H A Dstrnatcmp_error.phpt6 * Description: String comparisons using a "natural order" algorithm
H A Dstrnatcasecmp_basic.phpt8 * Description: Returns the result of case-insensitive string comparison using 'natural' algorithm
H A Dstrnatcmp_basic.phpt6 * Description: String comparisons using a "natural order" algorithm
/PHP-5.3/ext/spl/tests/
H A DarrayObject_natsort_basic1.phpt7 Sort the entries by values using "natural order" algorithm.
H A DarrayObject_natcasesort_basic1.phpt7 Sort the entries by values using case insensitive "natural order" algorithm.
/PHP-5.3/ext/standard/tests/url/
H A Dbase64_decode_error_001.phpt6 * Description: Decodes string using MIME base64 algorithm
H A Dbase64_encode_error_001.phpt6 * Description: Encodes string using MIME base64 algorithm
H A Dbase64_decode_basic_002.phpt6 * Description: Decodes string using MIME base64 algorithm
H A Dbase64_encode_variation_001.phpt6 * Description: Encodes string using MIME base64 algorithm
H A Dbase64_decode_variation_001.phpt6 * Description: Decodes string using MIME base64 algorithm
H A Dbase64_decode_variation_002.phpt6 * Description: Decodes string using MIME base64 algorithm
H A Dbase64_encode_basic_001.phpt6 * Description: Encodes string using MIME base64 algorithm
/PHP-5.3/ext/openssl/tests/
H A Dopenssl_encrypt_error.phpt23 Warning: openssl_encrypt(): Unknown cipher algorithm in %s on line %d
/PHP-5.3/ext/phar/tests/
H A Dphar_setsignaturealgo1.phpt6 <?php if (!defined("Phar::PGP")) die("skip PGP Signature algorithm not available"); ?>
/PHP-5.3/ext/hash/tests/
H A Dhaval.phpt2 haval algorithm (multi-vector, multi-pass, multi-width)
/PHP-5.3/ext/mcrypt/tests/
H A Dmcrypt_ecb_3des_encrypt.phpt69 Warning: mcrypt_ecb(): Size of key is too large for this algorithm in %s on line %d
H A Dmcrypt_encrypt_3des_ecb.phpt69 Warning: mcrypt_encrypt(): Size of key is too large for this algorithm in %s on line %d
H A Dmcrypt_decrypt_3des_ecb.phpt83 Warning: mcrypt_decrypt(): Size of key is too large for this algorithm in %s on line %d
H A Dmcrypt_ecb_3des_decrypt.phpt84 Warning: mcrypt_ecb(): Size of key is too large for this algorithm in %s on line %d
H A Dmcrypt_cbc_3des_encrypt.phpt68 Warning: mcrypt_cbc(): Size of key is too large for this algorithm in %s on line %d
H A Dmcrypt_decrypt_3des_cbc.phpt84 Warning: mcrypt_decrypt(): Size of key is too large for this algorithm in %s on line %d
H A Dmcrypt_encrypt_3des_cbc.phpt77 Warning: mcrypt_encrypt(): Size of key is too large for this algorithm in %s on line %d
H A Dmcrypt_cbc_3des_decrypt.phpt85 Warning: mcrypt_cbc(): Size of key is too large for this algorithm in %s on line %d
/PHP-5.3/ext/pcre/pcrelib/
H A DHACKING12 Many years ago I implemented some regular expression functions to an algorithm
15 about the algorithm was that the amount of space required to hold the compiled
21 algorithm", though it was not a traditional Finite State Machine (FSM). When
37 matches individual wild portions of the pattern. This is an "NFA algorithm" in
45 unrelated to those mentioned above), I tried at first to invent an algorithm
102 it implements an NFA algorithm, similar to the original Henry Spencer algorithm
115 pcre_dfa_exec(). This implements a DFA matching algorithm that searches
122 The algorithm that is used for pcre_dfa_exec() is not a traditional FSM,
/PHP-5.3/ext/mcrypt/
H A Dmcrypt.c125 ZEND_ARG_INFO(0, algorithm)
135 ZEND_ARG_INFO(0, algorithm)
145 ZEND_ARG_INFO(0, algorithm)
150 ZEND_ARG_INFO(0, algorithm)
155 ZEND_ARG_INFO(0, algorithm)

Completed in 38 milliseconds

123