Home
last modified time | relevance | path

Searched refs:strtoupper (Results 51 – 75 of 81) sorted by relevance

1234

/php-src/ext/date/tests/
H A Dgmstrftime_variation20.phpt5 if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') {
H A Dgmstrftime_variation22.phpt5 if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') {
H A Dstrftime_variation10.phpt5 if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') {
H A Dstrftime_variation20.phpt5 if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') {
H A Dstrftime_variation22.phpt5 if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') {
H A Dgmstrftime_variation16.phpt5 if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') {
H A Dstrftime_variation16.phpt5 if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') {
H A Dgmstrftime_variation14.phpt5 if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') {
H A Dstrftime_variation14.phpt5 if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') {
/php-src/.github/
H A Dnightly_matrix.php144 : [['name' => strtoupper($branch), 'ref' => $branch, 'version' => get_current_version()]];
/php-src/Zend/tests/attributes/
H A D003_ast_nodes.phpt6 define('V1', strtoupper(php_sapi_name()));
/php-src/Zend/tests/
H A Ddynamic_class_const_fetch.phpt22 ['', 'strtoupper("bar")'],
/php-src/ext/dom/tests/
H A DDOMElement_insertAdjacentText.phpt22 $transform = fn ($s) => $uppercase ? strtoupper($s) : $s;
H A DregisterPhpFunctionNS.phpt11 return strtoupper($arguments[0]);
H A DDOMElement_insertAdjacentElement.phpt39 $transform = fn ($s) => $uppercase ? strtoupper($s) : $s;
/php-src/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_5gb.phpt14 if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
/php-src/sapi/cli/tests/
H A Dsapi_windows_set_ctrl_handler.phpt8 if (strtoupper(substr(PHP_OS, 0, 3)) !== 'WIN')
H A Dcli_process_title_windows.phpt5 if (strtoupper(substr(PHP_OS, 0, 3)) !== 'WIN')
/php-src/ext/filter/tests/
H A D029.phpt10 return strtoupper($var);
/php-src/ext/
H A Dext_skel.php246 $source = str_replace('%EXTNAMECAPS%', strtoupper($options['ext']), $source);
/php-src/ext/mysqli/tests/
H A Dmysqli_constants.phpt161 $name = strtoupper($name);
/php-src/ext/xsl/tests/
H A DregisterPHPFunctionNS.phpt83 $proc->registerPHPFunctionNS('urn:bar', 'test', strtoupper(...));
/php-src/ext/pdo_sqlite/tests/
H A Dpdo_fetch_func_001.phpt23 var_dump($st->fetchAll(PDO::FETCH_FUNC, 'strtoupper'));
/php-src/
H A Drun-tests.php242 $log_format = strtoupper(getenv('TEST_PHP_LOG_FORMAT'));
/php-src/ext/xml/tests/
H A Dbug32001.phpt57 switch (strtoupper($this->encoding)) {

Completed in 97 milliseconds

1234