Home
last modified time | relevance | path

Searched refs:strtolower (Results 1 – 25 of 59) sorted by last modified time

123

/php-src/ext/standard/tests/serialize/
H A Dbug30234.phpt11 require_once(__DIR__ . '/' . strtolower($class_name) . '.inc');
/php-src/ext/standard/
H A Dbasic_functions.stub.php2378 function strtolower(string $string): string {}
H A Dbasic_functions_arginfo.h2557 ZEND_FUNCTION(strtolower);
H A Dstring.c1260 PHP_FUNCTION(strtolower) in PHP_FUNCTION() argument
/php-src/build/
H A Dgen_stub.php255 switch (strtolower($typeString)) {
271 return new SimpleType(strtolower($typeString), true);
937 return strtolower($this->__toString()) === "unknown";
963 return strtolower($name) === "unknown";
1083 return strtolower($this->name->toString());
1128 return strtolower(implode('/', $parts));
1132 return strtolower($this->methodName);
1633 $id = strtolower(
1639 $id = 'function.' . strtolower(str_replace('_', '-', $this->name->__toString()));
2216 if (strtolower($constName) === "unknown") {
[all …]
/php-src/ext/phar/phar/
H A Dpharcommand.inc168 $phar_args['h']['select'][strtolower($name)] = $name;
/php-src/ext/standard/tests/network/
H A Dip2long_variation2.phpt6 if (strtolower(substr(PHP_OS, 0, 3)) == 'aix') { die('skip not for AIX'); }
/php-src/ext/standard/tests/mail/
H A Dmail_util.inc249 $field = strtolower($field);
/php-src/ext/dom/tests/
H A DregisterPhpFunctionNS.phpt33 $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');
H A DregisterPhpFunctionNS_errors.phpt14 $xpath->registerPhpFunctionNS('http://php.net/xpath', 'strtolower', strtolower(...));
20 $xpath->registerPhpFunctionNS('urn:foo', 'x:a', strtolower(...));
26 $xpath->registerPhpFunctionNS("urn:foo", "\0", strtolower(...));
32 $xpath->registerPhpFunctionNS("\0", 'strtolower', strtolower(...));
/php-src/ext/xsl/tests/
H A DregisterPHPFunctionNS_errors.phpt11 createProcessor([])->registerPhpFunctionNS('http://php.net/xsl', 'strtolower', strtolower(...));
17 createProcessor([])->registerPhpFunctionNS('urn:foo', 'x:a', strtolower(...));
23 createProcessor([])->registerPhpFunctionNS("urn:foo", "\0", strtolower(...));
29 createProcessor([])->registerPhpFunctionNS("\0", 'strtolower', strtolower(...));
/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/pdo_sqlite/tests/subclasses/
H A Dpdo_sqlite_createfunction_with_flags.phpt16 $db->createFunction('testing', function($v) { return strtolower($v); }, 1, PdoSqlite::DETERMINISTIC…
H A Dpdosqlite_001.phpt15 $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/sapi/fpm/tests/
H A Dresponse.inc401 $lcName = strtolower($name);
429 $lcName = strtolower($name);
460 $headers[strtolower(substr($headerRow, 0, $colonPosition))] = trim(
/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 Dsocket_cmsg_credentials.phpt8 if (strtolower(substr(PHP_OS, 0, 3)) == 'win') {
11 if (strtolower(substr(PHP_OS, 0, 3)) == 'aix') {
H A Dsocket_cmsg_rights.phpt8 if (strtolower(substr(PHP_OS, 0, 3)) == 'win') {
11 if (strtolower(substr(PHP_OS, 0, 3)) == 'aix') {
H A Dbug76839.phpt7 if (strtolower(substr(PHP_OS, 0, 3)) === 'win') {
/php-src/win32/build/
H A Dmkdist.php72 $bd = strtolower(realpath($build_dir));
85 $dep = strtolower($line[0]);
/php-src/ext/mysqli/tests/
H A Dmysqli_fetch_assoc_no_alias_utf8.phpt18 if (strtolower($tmp['Charset']) !== 'utf8')
29 if (strtolower($tmp['Charset']) !== 'ucs2')
H A Dmysqli_select_db.phpt42 if (strtolower($row['dbname']) !== 'mysql')
79 if (strtolower($row['dbname']) != strtolower($current_db))
H A Dmysqli_fetch_array_large.phpt92 $last = strtolower($val[strlen($val)-1]);

Completed in 71 milliseconds

123