/php-src/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-src/ext/standard/tests/strings/ |
H A D | strtolower.phpt | 2 Test strtolower() function 6 echo "*** Testing strtolower() with 256 chars ***\n"; 9 print(bin2hex($char))." => ".(bin2hex(strtolower("$char")))."\n"; 14 var_dump(strtolower($str)); 16 echo "\n*** Testing strtolower() with various strings ***"; 17 /* strings to pass strtolower() */ 40 var_dump( strtolower($string) ); 45 if (strtolower("HeLLo woRLd") === strtolower("hEllo WORLD")) 53 *** Testing strtolower() with 256 chars *** 314 *** Testing strtolower() with various strings *** [all …]
|
/php-src/ext/xsl/tests/ |
H A D | registerPHPFunctionNS_errors.phpt | 16 createProcessor([])->registerPhpFunctionNS('http://php.net/xsl', 'strtolower', strtolower(...)); 34 createProcessor([])->registerPhpFunctionNS('urn:foo', 'x:a', strtolower(...)); 40 createProcessor([])->registerPhpFunctionNS("urn:foo", "\0", strtolower(...)); 46 createProcessor([])->registerPhpFunctionNS("\0", 'strtolower', strtolower(...));
|
/php-src/ext/dom/tests/ |
H A D | registerPhpFunctionNS_errors.phpt | 19 $xpath->registerPhpFunctionNS('http://php.net/xpath', 'strtolower', strtolower(...)); 37 $xpath->registerPhpFunctionNS('urn:foo', 'x:a', strtolower(...)); 43 $xpath->registerPhpFunctionNS("urn:foo", "\0", strtolower(...)); 49 $xpath->registerPhpFunctionNS("\0", 'strtolower', strtolower(...));
|
H A D | registerPhpFunctionNS.phpt | 33 $xpath->registerPhpFunctionNS('urn:foo', 'strtolower', strtolower(...)); 34 var_dump($xpath->query('//a[foo:strtolower(string(@href)) = "https://php.net"]')); 38 $xpath->registerPhpFunctionNS('urn:foo', 'strtolower', 'strtolower'); 39 var_dump($xpath->query('//a[foo:strtolower(string(@href)) = "https://php.net"]')); 61 $xpath->registerPhpFunctionNS('urn:bar', 'test', 'strtolower');
|
/php-src/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-src/Zend/tests/ |
H A D | bug38623.phpt | 5 /* This used to use strtolower, but opcache evaluates that at compile time as of php 8.2 https://wi…
|
H A D | bug39297.phpt | 21 $canonicalName = strtolower($offset); 28 $canonicalName = strtolower($offset);
|
H A D | 027.phpt | 15 $strtoupper = 'strtolower';
|
/php-src/ext/phar/phar/ |
H A D | phar.php | 45 command_include(strtolower($classname) . '.inc');
|
/php-src/tests/output/ |
H A D | ob_get_clean_basic_002.phpt | 14 $out = strtolower($out);
|
/php-src/ext/sockets/tests/ |
H A D | socket_create_pair.phpt | 8 if (strtolower(substr(PHP_OS, 0, 3)) == 'win') {
|
H A D | socket_recv_overflow.phpt | 7 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') {
|
/php-src/tests/lang/ |
H A D | bug38579.phpt | 12 include_once(strtolower($file));
|
/php-src/ext/posix/tests/ |
H A D | posix_getgrgid_macosx.phpt | 11 if (strtolower(PHP_OS) != 'darwin') {
|
/php-src/ext/standard/tests/network/ |
H A D | ip2long_variation2.phpt | 6 if (strtolower(substr(PHP_OS, 0, 3)) == 'aix') { die('skip not for AIX'); }
|
/php-src/ext/tokenizer/tests/ |
H A D | PhpToken_extension.phpt | 19 return strtolower($this->text);
|
/php-src/ext/phar/ |
H A D | build_precommand.php | 31 $f = file(dirname(__FILE__) . '/phar/' . strtolower($name) . '.inc');
|
/php-src/ext/openssl/tests/ |
H A D | check_default_conf_path.phpt | 24 var_dump(str_replace('/', '\\', strtolower($m[1])));
|
/php-src/ext/readline/tests/ |
H A D | readline_completion_function_001.phpt | 12 'strtolower',
|