Searched refs:trim (Results 1 - 11 of 11) sorted by relevance
| /PHP_5_3/ext/soap/interop/ |
| H A D | test.utility.php | 76 return $ok || $e1 == $e2 || strcasecmp(trim($e1), trim($e2)) == 0;
|
| /PHP_5_3/ext/tidy/examples/ |
| H A D | dumpit5.php | 57 $nodename = trim(strtoupper($node->name));
|
| /PHP_5_3/ext/zip/examples/ |
| H A D | odt.php | 14 if (!trim($reader->value)) {
|
| /PHP_5_3/ |
| H A D | run-tests.php | 339 if ($just_save_results || strlen(trim($user_input)) == 0 || strtolower($user_input[0]) == 'y') { 351 if (!strncasecmp($user_input, 'y', 1) || strlen(trim($user_input)) == 0) { 354 $user_email = trim(fgets($fp, 1024)); 540 $test_files[] = trim($test); 583 $valgrind_header = trim($valgrind_header); 1276 $section_text['FILE_EXTERNAL'] = dirname($file) . '/' . trim(str_replace('..', '', $section_text['FILE_EXTERNAL'])); 1282 $bork_info = "could not load --FILE_EXTERNAL-- " . dirname($file) . '/' . trim($section_text['FILE_EXTERNAL']); 1312 $tested = trim($section_text['TEST']); 1398 $tested = $IN_REDIRECT['prefix'] . ' ' . trim($section_text['TEST']); 1429 foreach(explode("\n", trim( [all...] |
| H A D | server-tests.php | 106 $name = trim($setting[0]); 107 $value = trim($setting[1]); 320 $this->response_headers[trim($line[0])] = trim($line[1]); 353 $method = trim($this->options['method'])?strtoupper(trim($this->options['method'])):'GET'; 546 $name = trim($line[0]); 547 $value = trim($line[1]); 961 if ($just_save_results || strlen(trim($user_input)) == 0 || strtolower($user_input[0]) == 'y') { 970 if (!strncasecmp($user_input, 'y', 1) || strlen(trim( [all...] |
| /PHP_5_3/win32/build/ |
| H A D | mkdist.php | 180 $hdr['checksum'] = octdec(trim($hdr['checksum'])); 188 $hdr['size'] = octdec(trim($hdr['size']));
|
| /PHP_5_3/ext/oci8/ |
| H A D | oci8.c | 1017 PHP_FALIAS(trim, oci_collection_trim, arginfo_oci_collection_trim_method)
|
| /PHP_5_3/ext/standard/ |
| H A D | basic_functions.c | 2773 PHP_FE(trim, arginfo_trim)
|
| H A D | php_string.h | 32 PHP_FUNCTION(trim); variable
|
| H A D | string.c | 713 * mode 1 : trim left 714 * mode 2 : trim right 715 * mode 3 : trim left and right 761 * Base for trim(), rtrim() and ltrim() functions. 777 /* {{{ proto string trim(string str [, string character_mask]) 779 PHP_FUNCTION(trim)
|
| /PHP_5_3/Zend/ |
| H A D | zend_vm_gen.php | 781 if (trim($prolog) != "" || trim($epilog) != "") {
|
Completed in 41 milliseconds