Home
last modified time | relevance | path

Searched refs:default (Results 101 – 125 of 803) sorted by relevance

12345678910>>...33

/PHP-7.0/ext/standard/tests/array/
H A Darray_merge_recursive_basic2.phpt17 // Calling array_merge_recursive() with default arguments
18 echo "-- With default argument --\n";
30 -- With default argument --
H A Drsort_variation1.phpt107 Flag = default:
124 Flag = default:
141 Flag = default:
158 Flag = default:
175 Flag = default:
192 Flag = default:
209 Flag = default:
226 Flag = default:
243 Flag = default:
260 Flag = default:
[all …]
H A Dusort_variation10.phpt37 // Array with default and assigned keys
40 echo "\n-- Array with default/assigned keys --\n";
67 -- Array with default/assigned keys --
H A Darray_merge_recursive_variation10.phpt29 echo "-- With default argument --\n";
35 echo "-- With default argument --\n";
45 -- With default argument --
148 -- With default argument --
H A Darsort_variation11.phpt2 Test arsort() function : usage variations - sort mixed values, 'sort_flags' as default/SORT_REGULAR…
13 * 1.flag value as default
31 echo "\n-- Testing arsort() by supplying mixed value array, 'flag' value is default --\n";
46 -- Testing arsort() by supplying mixed value array, 'flag' value is default --
H A Dasort_variation11.phpt2 Test asort() function : usage variations - sort mixed values, 'sort_flags' as default/SORT_REGULAR …
13 * 1.flag value as default
31 echo "\n-- Testing asort() by supplying mixed value array, 'flag' value is default --\n";
46 -- Testing asort() by supplying mixed value array, 'flag' value is default --
H A Darsort_variation3.phpt45 echo "- With default sort_flag -\n";
68 - With default sort_flag -
136 - With default sort_flag -
192 - With default sort_flag -
272 - With default sort_flag -
H A Dasort_variation3.phpt45 echo "- With default sort_flag -\n";
68 - With default sort_flag -
136 - With default sort_flag -
192 - With default sort_flag -
272 - With default sort_flag -
H A Darray_change_key_case_variation8.phpt30 echo "\n-- \$case = default --\n";
42 -- $case = default --
91 -- $case = default --
/PHP-7.0/ext/standard/tests/file/
H A Dfgetss_basic1.phpt46 echo "-- fgetss() with default length, file pointer at 0 --\n";
71 -- fgetss() with default length, file pointer at 0 --
82 -- fgetss() with default length, file pointer at 0 --
93 -- fgetss() with default length, file pointer at 0 --
104 -- fgetss() with default length, file pointer at 0 --
115 -- fgetss() with default length, file pointer at 0 --
126 -- fgetss() with default length, file pointer at 0 --
/PHP-7.0/tests/lang/
H A D021.phpt26 default:
27 echo "In default\n";
/PHP-7.0/ext/standard/tests/strings/
H A Dstr_split_basic.phpt23 // Calling str_split() with default arguments
24 echo "-- With split_length as default argument --\n";
44 -- With split_length as default argument --
/PHP-7.0/Zend/tests/
H A D033.phpt29 Warning: Creating default object from empty value in %s on line %d
31 Warning: Creating default object from empty value in %s on line %d
H A Dtemporary_cleaning_004.phpt16 default:
32 default:
H A Dtemporary_cleaning_005.phpt17 default:
35 default:
/PHP-7.0/ext/dom/tests/
H A Dbug47430.phpt24 Warning: Creating default object from empty value in %s on line %d
26 Warning: Creating default object from empty value in %s on line %d
H A DDOMDocument_validate_on_parse_basic.phpt22 echo "Checking documented default value: ";
35 Checking documented default value: bool(false)
H A Dbug46185.phpt14 <ns1:ok xmlns:ns1="urn::ns" xmlns="urn::REAL"><watch-me xmlns:default="urn::BOGUS"/></ns1:ok>');
23 <ns1:a xmlns:ns1="urn::ns"><ns1:ok xmlns="urn::REAL"><watch-me xmlns:default="urn::BOGUS"/></ns1:ok…
/PHP-7.0/sapi/fpm/
H A DMakefile.frag18 $(INSTALL_DATA) sapi/fpm/php-fpm.conf $(INSTALL_ROOT)$(sysconfdir)/php-fpm.conf.default; \
19 $(INSTALL_DATA) sapi/fpm/www.conf $(INSTALL_ROOT)$(sysconfdir)/php-fpm.d/www.conf.default; \
/PHP-7.0/sapi/cgi/
H A DCHANGES11 Now it is enabled by default, but can be disabled
19 Now it is enabled by default, but can be disabled
32 Now it is disabled by default, but can be enabled
/PHP-7.0/ext/date/tests/
H A DDateTime_clone_basic4.phpt5 //Set the default time zone
8 //Set the default time zone
/PHP-7.0/ext/intl/tests/
H A Dspoofchecker_004.phpt12 echo "Check with default settings\n";
24 Check with default settings
H A Dspoofchecker_005.phpt12 echo "Check with default settings\n";
24 Check with default settings
/PHP-7.0/sapi/litespeed/
H A DREADME.md111 * LSAPI_CHILDREN or PHP_LSAPI_CHILDREN (default: 0)
131 * LSAPI_AVOID_FORK (default: 0)
141 * LSAPI_EXTRA_CHILDREN (default: 1/3 of LSAPI_CHILDREN or 0)
147 When LSAPI_AVOID_FORK is set to 0, the default value is 1/3 of
151 * LSAPI_MAX_REQS or PHP_LSAPI_MAX_REQUESTS (default value: 10000)
159 * LSAPI_MAX_IDLE (default value: 300 seconds)
167 (default value: 1/3 of LSAPI_CHILDREN or LSAPI_CHILDREN)
172 When LSAPI_AVOID_FORK is set to 0, the default value is 1/3 of
173 LSAPI_CHIDLREN, When LSAPI_AVOID_FORK is set to 1, the default value
177 * LSAPI_MAX_PROCESS_TIME (default value: 300 seconds)
[all …]
/PHP-7.0/Zend/tests/type_declarations/
H A Dscalar_constant_defaults.phpt2 Scalar type - default via constants
60 echo "Testing int with default null constant" . PHP_EOL;
80 Testing int with default null constant

Completed in 60 milliseconds

12345678910>>...33