Searched refs:strtolower (Results 1 – 25 of 56) sorted by relevance
123
/PHP-8.1/ext/standard/tests/strings/ |
H A D | strtolower.phpt | 2 Test strtolower() function 23 echo "*** Testing strtolower() with 128 chars ***\n"; 26 print(bin2hex($char))." => ".(bin2hex(strtolower("$char")))."\n"; 31 var_dump(strtolower($str)); 33 echo "\n*** Testing strtolower() with various strings ***"; 34 /* strings to pass strtolower() */ 50 var_dump( strtolower($string) ); 55 if (strtolower("HeLLo woRLd") === strtolower("hEllo WORLD")) 63 *** Testing strtolower() with 128 chars *** 196 *** Testing strtolower() with various strings *** [all …]
|
H A D | strtolower-win32.phpt | 2 Test strtolower() function 12 echo "*** Testing strtolower() with all 256 chars ***\n"; 15 print(bin2hex($char))." => ".(bin2hex(strtolower("$char")))."\n"; 20 var_dump(strtolower($str)); 22 echo "\n*** Testing strtolower() with various strings ***"; 23 /* strings to pass strtolower() */ 39 var_dump( strtolower($string) ); 44 if (strtolower("HeLLo woRLd") === strtolower("hEllo WORLD")) 52 *** Testing strtolower() with all 256 chars *** 313 *** Testing strtolower() with various strings *** [all …]
|
/PHP-8.1/ext/curl/tests/ |
H A D | curl_strerror_001.phpt | 8 var_dump(strtolower(curl_strerror(CURLE_OK))); 9 var_dump(strtolower(curl_strerror(CURLE_UNSUPPORTED_PROTOCOL))); 10 var_dump(strtolower(curl_strerror(-1)));
|
H A D | curl_multi_strerror_001.phpt | 8 var_dump(strtolower(curl_multi_strerror(CURLM_OK))); 9 var_dump(strtolower(curl_multi_strerror(CURLM_BAD_HANDLE)));
|
/PHP-8.1/ext/sqlite3/tests/ |
H A D | sqlite3_29_createfunction.phpt | 14 $func2 = 'strtolower'; 16 var_dump($db->querySingle('SELECT strtolower("TEST")'));
|
H A D | sqlite3_37_createfunction_flags.phpt | 18 $func2 = 'strtolower'; 20 var_dump($db->querySingle('SELECT strtolower("TEST")'));
|
/PHP-8.1/Zend/tests/ |
H A D | bug39297.phpt | 21 $cannonicalName = strtolower($offset); 28 $cannonicalName = strtolower($offset);
|
H A D | bug38623.phpt | 6 switch(strtolower("apache")) {
|
H A D | 027.phpt | 15 $strtoupper = 'strtolower';
|
H A D | bug55509.phpt | 21 $index = strtolower($tmp[0]); 41 $index = strtolower($tmp[0]);
|
/PHP-8.1/tests/output/ |
H A D | ob_get_clean_basic_002.phpt | 14 $out = strtolower($out);
|
/PHP-8.1/ext/phar/phar/ |
H A D | phar.php | 45 command_include(strtolower($classname) . '.inc');
|
/PHP-8.1/ext/sockets/tests/ |
H A D | socket_create_pair.phpt | 8 if (strtolower(substr(PHP_OS, 0, 3)) == 'win') {
|
H A D | socket_select.phpt | 8 if (strtolower(substr(PHP_OS, 0, 3)) == 'win') {
|
H A D | socket_select-wrongparams-4.phpt | 10 if (strtolower(substr(PHP_OS, 0, 3)) == 'win') {
|
H A D | socket_cmsg_credentials.phpt | 8 if (strtolower(substr(PHP_OS, 0, 3)) == 'win') { 11 if (strtolower(substr(PHP_OS, 0, 3)) == 'aix') {
|
H A D | socket_cmsg_rights.phpt | 8 if (strtolower(substr(PHP_OS, 0, 3)) == 'win') { 11 if (strtolower(substr(PHP_OS, 0, 3)) == 'aix') {
|
/PHP-8.1/tests/lang/ |
H A D | bug38579.phpt | 12 include_once(strtolower($file));
|
/PHP-8.1/ext/posix/tests/ |
H A D | posix_getgrgid_macosx.phpt | 11 if (strtolower(PHP_OS) != 'darwin') {
|
/PHP-8.1/ext/standard/tests/network/ |
H A D | ip2long_variation2.phpt | 5 <?php if (strtolower(substr(PHP_OS, 0, 3)) == 'aix') {die('skip not for AIX');} ?>
|
/PHP-8.1/ext/tokenizer/tests/ |
H A D | PhpToken_extension.phpt | 19 return strtolower($this->text);
|
/PHP-8.1/ext/phar/ |
H A D | build_precommand.php | 31 $f = file(dirname(__FILE__) . '/phar/' . strtolower($name) . '.inc');
|
/PHP-8.1/ext/openssl/tests/ |
H A D | check_default_conf_path.phpt | 24 var_dump(str_replace('/', '\\', strtolower($m[1])));
|
/PHP-8.1/ext/readline/tests/ |
H A D | readline_completion_function_001.phpt | 12 'strtolower',
|
/PHP-8.1/ext/standard/tests/file/ |
H A D | php_fd_wrapper_04.phpt | 6 if (strtolower(PHP_OS) == 'darwin') die('skip: the warning output is different on MacOS');
|
Completed in 22 milliseconds
123