Home
last modified time | relevance | path

Searched refs:strtolower (Results 26 – 50 of 59) sorted by relevance

123

/php-src/ext/readline/tests/
H A Dreadline_completion_function_001.phpt12 'strtolower',
/php-src/ext/standard/tests/file/
H A Dphp_fd_wrapper_04.phpt6 if (strtolower(PHP_OS) == 'darwin') die('skip: the warning output is different on MacOS');
/php-src/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createfunction.phpt15 $db->sqliteCreateFunction('testing', function($v) { return strtolower($v); });
H A Dpdo_sqlite_createfunction_with_flags.phpt19 $db->sqliteCreateFunction('testing', function($v) { return strtolower($v); }, 1, PDO::SQLITE_DETERM…
/php-src/ext/mysqli/tests/
H A Dmysqli_select_db.phpt42 if (strtolower($row['dbname']) !== 'mysql')
79 if (strtolower($row['dbname']) != strtolower($current_db))
H A Dmysqli_fetch_assoc_no_alias_utf8.phpt18 if (strtolower($tmp['Charset']) !== 'utf8')
29 if (strtolower($tmp['Charset']) !== 'ucs2')
/php-src/Zend/tests/
H A D028.phpt6 $arr = array('strtoupper', 'strtolower');
H A Ddynamic_class_const_fetch.phpt25 ['', 'strtolower("CLASS")'],
/php-src/tests/classes/
H A Dautoload_006.phpt11 require_once(__DIR__ . '/' . strtolower($class_name) . '.inc');
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdosqlite_001.phpt15 $db->createFunction('testing', function($v) { return strtolower($v); }, 1, PdoSqlite::DETERMINISTIC…
H A Dpdo_sqlite_createfunction_with_flags.phpt16 $db->createFunction('testing', function($v) { return strtolower($v); }, 1, PdoSqlite::DETERMINISTIC…
H A Dpdosqlite_002.phpt17 $db->createFunction('testing', function($v) { return strtolower($v); }, 1, PdoSqlite::DETERMINISTIC…
/php-src/ext/pcre/tests/
H A Dpreg_replace_callback2.phpt22 var_dump(preg_replace_callback('~\A.~', function($m) { return strtolower($m[0]); }, 'ABC'));
/php-src/ext/curl/tests/
H A Dcurl_writeheader_callback.phpt15 if (strtolower(substr($data,0, 4)) == 'http')
/php-src/ext/standard/tests/serialize/
H A Dbug30234.phpt11 require_once(__DIR__ . '/' . strtolower($class_name) . '.inc');
H A D005.phpt12 require_once(__DIR__ . '/' . strtolower($class_name) . '.inc');
/php-src/tests/lang/
H A Dbug30638.phpt9 } elseif (strtolower(php_uname('s')) == 'darwin') {
/php-src/ext/spl/tests/
H A Ddualiterator_001.phpt8 include(__DIR__ . '/' . strtolower($classname) . '.inc');
/php-src/ext/
H A Dext_skel.php175 switch($opt = strtolower(substr($val, 2)))
229 $options['ext'] = str_replace(['\\', '/'], '', strtolower($options['ext']));
/php-src/tests/strings/
H A D001.phpt59 echo "Testing strtolower: ";
61 $lower = strtolower($test);
211 Testing strtolower: passed
/php-src/ext/pdo/tests/
H A Dbug_36798.phpt13 …if (!strpos(strtolower(getenv('PDOTEST_DSN')), 'charset=we8mswin1252')) die('skip expected output …
/php-src/ext/sockets/tests/
H A Dbug76839.phpt7 if (strtolower(substr(PHP_OS, 0, 3)) === 'win') {
/php-src/ext/filter/tests/
H A D029.phpt38 return strtolower($var);
/php-src/sapi/fpm/tests/
H A Dresponse.inc401 $lcName = strtolower($name);
429 $lcName = strtolower($name);
460 $headers[strtolower(substr($headerRow, 0, $colonPosition))] = trim(
/php-src/win32/build/
H A Dmkdist.php72 $bd = strtolower(realpath($build_dir));
85 $dep = strtolower($line[0]);

Completed in 33 milliseconds

123