Home
last modified time | relevance | path

Searched refs:trim (Results 26 – 50 of 89) sorted by path

1234

/php-src/ext/mysqli/tests/
H A Dmysqli_connect_attr.phpt47 if (isset($host) && trim($host) != '') {
H A Dmysqli_debug_mysqlnd_control_string.phpt57 return trim(substr(file_get_contents($trace_file), 0, 100024));
101 $line = trim($line);
117 $line = trim($line);
128 $line = trim($line);
137 $line = trim($line);
173 $line = trim($line);
H A Dmysqli_debug_mysqlnd_only.phpt56 return trim(substr(file_get_contents($trace_file), 0, 100024));
77 $line = trim($line);
101 $line = trim($line);
H A Dmysqli_fetch_array_large.phpt91 $val = trim($limit);
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));
/php-src/ext/odbc/tests/
H A Dodbc_non_persistent_connection_reuse.phpt45 return $res["CONTEXT_INFO"] ? trim($res["CONTEXT_INFO"]) : null;
H A Dodbc_persistent_close.phpt45 return $res["CONTEXT_INFO"] ? trim($res["CONTEXT_INFO"]) : null;
H A Dodbc_persistent_close_all.phpt45 return $res["CONTEXT_INFO"] ? trim($res["CONTEXT_INFO"]) : null;
/php-src/ext/opcache/tests/
H A Dphp_cli_server.inc10 $ini_array = preg_split('/\s+/', trim($ini));
12 return trim($arg, '\'"');
/php-src/ext/openssl/tests/
H A DServerClientTestCase.inc142 if (trim($line) === "---") {
/php-src/ext/pdo/tests/
H A Dpdo_test.inc10 } elseif (trim($line) == '--REDIRECTTEST--') {
/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/pdo_mysql/tests/
H A Dpdo_mysql_begintransaction.phpt125 $tmp['auto_commit'], $stmt->errorCode(), trim(implode(' ', $stmt->errorInfo())));
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/pdo_pgsql/tests/
H A Dbug_33876.phpt92 $err[2] = trim(current(explode("\n", $err[2])));
H A Dbug_49985.phpt27 echo trim(current(explode("\n", $e->getMessage())))."\n";
/php-src/ext/phar/phar/
H A Dpharcommand.inc229 $apiver = trim(substr($apiver, strlen('API Version')));
235 $phpdir = trim($phpdir);
/php-src/ext/reflection/tests/
H A D005.phpt11 return trim(substr($c, 3, -2));
H A Dbug64936.phpt13 return trim(substr($c, 3, -2));
/php-src/ext/simplexml/tests/
H A D004.phpt32 var_dump(trim((string)$elem2));
H A D005.phpt29 var_dump(trim($sxe->elem1->elem2));
30 var_dump(trim($sxe->elem1->elem2->elem3));
31 var_dump(trim($sxe->elem1->elem2->elem3->elem4));
H A D006.phpt38 var_dump(trim($data));
45 var_dump(trim($data));
52 var_dump(trim($data));
59 var_dump(trim($data));
H A D009.phpt34 var_dump(trim($val));
H A D019.phpt38 var_dump(trim($data));
45 var_dump(trim($data));
52 var_dump(trim($data));
59 var_dump(trim($data));

Completed in 48 milliseconds

1234