Home
last modified time | relevance | path

Searched refs:trim (Results 51 – 75 of 87) sorted by relevance

1234

/php-src/ext/standard/tests/strings/
H A Dsetlocale_basic1.phpt96 $new_currency = trim($locale_info['int_curr_symbol']);
99 if(trim($currency_symbol[$value]) == $new_currency){
H A Dsetlocale_basic2.phpt96 $new_currency = trim($locale_info['int_curr_symbol']);
101 if(trim($currency_symbol[$new_locale]) == $new_currency){
/php-src/ext/mysqli/tests/
H A Dmysqli_fetch_field_flags.phpt93 $expected_flags = trim(str_ireplace($name, '', $expected_flags));
151 $expected_flags = trim(str_replace('NO_DEFAULT_VALUE', '', $expected_flags));
159 $expected_flags = trim(str_replace('UNSIGNED', '', $expected_flags));
H A Dmysqli_connect_attr.phpt47 if (isset($host) && trim($host) != '') {
H A Dmysqli_fetch_array_large.phpt91 $val = trim($limit);
/php-src/sapi/cli/tests/
H A Dcli_process_title_unix.phpt40 $loaded_title = trim($ps_output);
H A Dsapi_windows_set_ctrl_handler.phpt42 echo trim(shell_exec($cmd)) . "\n";
/php-src/ext/simplexml/tests/
H A D027.phpt19 echo ">" . trim($xml) . "\n";
H A Dsxe_004.phpt80 var_dump(trim($data));
/php-src/ext/mbstring/ucgendat/
H A Ductest.php30 $line = trim($line);
/php-src/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_5gb.phpt18 return ((int)trim($output[1])) * 1024;
/php-src/ext/odbc/tests/
H A Dodbc_persistent_close.phpt45 return $res["CONTEXT_INFO"] ? trim($res["CONTEXT_INFO"]) : null;
/php-src/ext/soap/tests/
H A Dcustom_content_type.phpt24 $content = trim(file_get_contents("php://input")) . PHP_EOL;
/php-src/ext/pdo/tests/
H A Dpdo_test.inc10 } elseif (trim($line) == '--REDIRECTTEST--') {
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_local_infile_directory_allowed.phpt56 $actual_value = trim(strval($ret[$offset][$key]));
H A Dpdo_mysql_local_infile_overrides_local_infile_directory.phpt56 $actual_value = trim(strval($ret[$offset][$key]));
/php-src/ext/standard/tests/file/windows_links/
H A Dreadlink_compat.phpt21 $volume = trim(exec('mountvol C: /L'));
/php-src/win32/build/
H A Dmkdist.php196 $hdr['checksum'] = octdec(trim($hdr['checksum']));
204 $hdr['size'] = octdec(trim($hdr['size']));
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dutil.inc37 $out = trim(shell_exec($cmd));
/php-src/ext/mbstring/tests/
H A Dmb_decode_numericentity_large_ints.phpt14 return trim(ob_get_clean());
/php-src/ext/pdo_firebird/tests/
H A Dbug_77863.phpt23 select trim(s) as s from t where b is not distinct from :p
/php-src/ext/openssl/tests/
H A DServerClientTestCase.inc142 if (trim($line) === "---") {
/php-src/scripts/dev/
H A Dbless_tests.php34 $oldExpect = trim($matches[2]);
/php-src/ext/pdo_pgsql/tests/
H A Dbug_33876.phpt92 $err[2] = trim(current(explode("\n", $err[2])));
/php-src/sapi/fpm/tests/
H A Dresponse.inc460 $headers[strtolower(substr($headerRow, 0, $colonPosition))] = trim(
492 'trim',

Completed in 28 milliseconds

1234