Home
last modified time | relevance | path

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

1234

/PHP-7.4/ext/standard/tests/strings/
H A Dsetlocale_basic1.phpt107 $new_currency = trim($locale_info['int_curr_symbol']);
110 if(trim($currency_symbol[$value]) == $new_currency){
H A Dsetlocale_basic2.phpt107 $new_currency = trim($locale_info['int_curr_symbol']);
112 if(trim($currency_symbol[$new_locale]) == $new_currency){
/PHP-7.4/ext/mbstring/ucgendat/
H A Ductest.php30 $line = trim($line);
H A Ducgendat.php206 $line = trim($line);
/PHP-7.4/ext/pdo/tests/
H A Dpdo_test.inc10 } elseif (trim($line) == '--REDIRECTTEST--') {
/PHP-7.4/sapi/fpm/tests/
H A Dresponse.inc259 $headers[strtolower(substr($headerRow, 0, $colonPosition))] = trim(
291 'trim',
/PHP-7.4/ext/soap/tests/
H A Dcustom_content_type.phpt22 $content = trim(file_get_contents("php://input")) . PHP_EOL;
/PHP-7.4/sapi/cli/tests/
H A Dsapi_windows_set_ctrl_handler.phpt42 echo trim(shell_exec($cmd)) . "\n";
/PHP-7.4/ext/oci8/tests/
H A Ddriver_name.phpt54 echo "The value of DRIVER_NAME is ".trim(oci_result($s2,1))."\n";
H A Ddriver_name_11gR2.phpt51 echo "The value of DRIVER_NAME is ".trim(oci_result($s2,1))."\n";
H A Dreflection2.phpt243 Method [ <internal%s> public method trim ] {
/PHP-7.4/ext/simplexml/tests/
H A Dsxe_004.phpt82 var_dump(trim($data));
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_connect_attr.phpt49 if (isset($host) && trim($host) != '') {
H A Dmysqli_fetch_array_large.phpt87 $val = trim($limit);
/PHP-7.4/win32/build/
H A Dmkdist.php196 $hdr['checksum'] = octdec(trim($hdr['checksum']));
204 $hdr['size'] = octdec(trim($hdr['size']));
H A Dconfutils.js2523 var val = trim(configure_subst.Item(keys[i])).replace(/\s+\//gm, " /");
2638 flags = trim(flags);
3579 function trim(s) function
/PHP-7.4/ext/openssl/tests/
H A DServerClientTestCase.inc112 if (trim($line) === "---") {
/PHP-7.4/ext/standard/tests/file/windows_links/
H A Dreadlink_compat.phpt21 $volume = trim(exec('mountvol C: /L'));
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dutil.inc37 $out = trim(shell_exec($cmd));
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_77863.phpt20 select trim(s) as s from t where b is not distinct from :p
/PHP-7.4/scripts/dev/
H A Dbless_tests.php34 $oldExpect = trim($matches[2]);
/PHP-7.4/ext/standard/
H A Dphp_string.h28 PHP_FUNCTION(trim);
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug_33876.phpt91 $err[2] = trim(current(explode("\n", $err[2])));
/PHP-7.4/Zend/
H A Dzend_vm_gen.php1704 $op = trim(fgets($f));
1828 if (trim($prolog) != "" || trim($epilog) != "") {
2326 $id = trim(substr($rule, 0, $n));
2327 $val = trim(substr($rule, $n+1));
2526 $p = trim($p);
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_begintransaction.phpt123 $tmp['auto_commit'], $stmt->errorCode(), trim(implode(' ', $stmt->errorInfo())));

Completed in 58 milliseconds

1234