Searched defs:string2 (Results 1 – 8 of 8) sorted by relevance
/php-src/ext/standard/ |
H A D | levenshtein.c | 21 static zend_long reference_levdist(const zend_string *string1, const zend_string *string2, zend_lon… in reference_levdist() 80 zend_string *string1, *string2; in PHP_FUNCTION() local
|
H A D | basic_functions.stub.php | 2112 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
|
/php-src/Zend/ |
H A D | zend_builtin_functions.stub.php | 28 function strcmp(string $string1, string $string2): int {} 31 function strncmp(string $string1, string $string2, int $length): int {} 34 function strcasecmp(string $string1, string $string2): int {} 37 function strncasecmp(string $string1, string $string2, int $length): int {}
|
/php-src/ext/intl/spoofchecker/ |
H A D | spoofchecker.stub.php | 66 public function areConfusable(string $string1, string $string2, &$errorCode = null): bool {}
|
/php-src/ext/intl/collator/ |
H A D | collator.stub.php | 90 public function compare(string $string1, string $string2): int|false {}
|
/php-src/ext/pdo_sqlite/ |
H A D | pdo_sqlite.c | 336 int string2_len, const void *string2) in php_sqlite_collation_callback()
|
H A D | sqlite_driver.c | 456 …callback(void *context, int string1_len, const void *string1, int string2_len, const void *string2) in php_sqlite3_collation_callback()
|
/php-src/ext/intl/ |
H A D | php_intl.stub.php | 295 function collator_compare(Collator $object, string $string1, string $string2): int|false {}
|
Completed in 40 milliseconds