Home
last modified time | relevance | path

Searched defs:string2 (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/standard/
H A Dlevenshtein.c21 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 Dbasic_functions.stub.php2112 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
/php-src/Zend/
H A Dzend_builtin_functions.stub.php28 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 Dspoofchecker.stub.php66 public function areConfusable(string $string1, string $string2, &$errorCode = null): bool {}
/php-src/ext/intl/collator/
H A Dcollator.stub.php90 public function compare(string $string1, string $string2): int|false {}
/php-src/ext/pdo_sqlite/
H A Dpdo_sqlite.c336 int string2_len, const void *string2) in php_sqlite_collation_callback()
H A Dsqlite_driver.c456 …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 Dphp_intl.stub.php295 function collator_compare(Collator $object, string $string1, string $string2): int|false {}

Completed in 40 milliseconds