Home
last modified time | relevance | path

Searched refs:trim (Results 1 – 25 of 87) sorted by last modified time

1234

/php-src/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_5gb.phpt18 return ((int)trim($output[1])) * 1024;
/php-src/scripts/dev/
H A Dbless_tests.php34 $oldExpect = trim($matches[2]);
/php-src/ext/standard/
H A Dbasic_functions.stub.php2335 function trim(string $string, string $characters = " \n\r\t\v\0"): string {}
H A Dbasic_functions_arginfo.h2227 ZEND_FRAMELESS_FUNCTION(trim, 1);
2228 ZEND_FRAMELESS_FUNCTION(trim, 2);
2230 { ZEND_FRAMELESS_FUNCTION_NAME(trim, 1), 1 },
2231 { ZEND_FRAMELESS_FUNCTION_NAME(trim, 2), 2 },
2549 ZEND_FUNCTION(trim);
H A Dstring.c655 PHP_FUNCTION(trim) in PHP_FUNCTION() argument
661 ZEND_FRAMELESS_FUNCTION(trim, 1)
674 ZEND_FRAMELESS_FUNCTION(trim, 2)
/php-src/.github/
H A Dnightly_matrix.php24 $current_commit_hash = trim(shell_exec('git rev-parse origin/' . $branch['ref']));
/php-src/ext/openssl/tests/
H A DServerClientTestCase.inc142 if (trim($line) === "---") {
/php-src/build/
H A Dgen_stub.php620 … $simpleTypeName = trim(substr($typeString, $simpleTypeOffset, $i - $simpleTypeOffset));
4022 return trim($matches[1]);
4082 if (preg_match($regex, trim($commentLine), $matches)) {
4566 $text = trim($comment->getText());
/php-src/ext/phar/phar/
H A Dpharcommand.inc229 $apiver = trim(substr($apiver, strlen('API Version')));
235 $phpdir = trim($phpdir);
/php-src/ext/standard/tests/mail/
H A Dmail_util.inc147 return isset($matches[1]) ? explode(' ', trim($matches[1])) : [];
165 $line = trim($line);
171 $key = trim($matches[1] ?? '');
172 $val = trim($matches[2] ?? '');
232 if (trim($this->getBody()) !== trim($message)) {
/php-src/
H A Drun-tests.php433 $test_files[] = trim($test);
/php-src/Zend/
H A Dzend_vm_gen.php1661 $op = trim(fgets($f));
1780 if (trim($prolog) != "" || trim($epilog) != "") {
2291 $id = trim(substr($rule, 0, $n));
2292 $val = trim(substr($rule, $n+1));
2580 $p = trim($p);
/php-src/ext/dom/tests/
H A Dlibxml_global_state_entity_loader_bypass.phpt23 var_dump(trim($error->message));
/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/tests/
H A Dpdo_test.inc10 } elseif (trim($line) == '--REDIRECTTEST--') {
/php-src/win32/build/
H A Dconfutils.js2524 var val = trim(configure_subst.Item(keys[i])).replace(/\s+\//gm, " /");
2637 flags = trim(flags);
3618 function trim(s) function
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dgenerate_name_perfect_hash_table.php11 return trim($item, "&\n\t ");
27 $result[$current_struct_name] = trim($name, " \n\t\"");
95 $asso_values = trim($matches[1], "\t \n{");
103 $word_list = trim($matches[1], "\t \n{");
/php-src/sapi/fpm/tests/
H A Dresponse.inc460 $headers[strtolower(substr($headerRow, 0, $colonPosition))] = trim(
492 'trim',
/php-src/ext/mbstring/tests/
H A Dmb_decode_numericentity.phpt12 return trim(ob_get_clean());
H A Dmb_decode_numericentity_large_ints.phpt14 return trim(ob_get_clean());
H A Dmb_trim.phpt9 echo "== Copy from trim ==\n";
43 echo "== Very long trim characters ==\n";
85 == Copy from trim ==
115 == Very long trim characters ==
/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])));

Completed in 99 milliseconds

1234