Home
last modified time | relevance | path

Searched refs:default (Results 151 – 175 of 803) sorted by relevance

12345678910>>...33

/PHP-7.0/Zend/tests/generators/
H A Daborted_yield_during_switch.phpt8 default:
/PHP-7.0/ext/standard/tests/array/
H A Darray_filter_basic.phpt15 $input = array(1, 2, 3, 0, -1); // 0 will be considered as FALSE and removed in default callback
32 // with default arguments
H A Darray_merge_recursive_variation7.phpt35 echo "-- With default argument --\n";
45 -- With default argument --
H A Drsort_variation10.phpt19 echo "\n-- Sort flag = default --\n";
40 -- Sort flag = default --
H A Darray_merge_recursive_variation8.phpt22 echo "-- With default argument --\n";
32 -- With default argument --
H A Darray_rand_variation5.phpt28 echo"\n-- With default num_req value --\n";
29 var_dump( array_rand($input) ); // with default $num_req value
49 -- With default num_req value --
/PHP-7.0/ext/pgsql/tests/
H A D27large_object_oid.phpt33 echo "create LO using default connection\n";
46 create LO using default connection
H A D28large_object_import_oid.phpt33 echo "import LO using default connection\n";
47 import LO using default connection
/PHP-7.0/tests/lang/
H A Dbug18872.phpt2 Bug #18872 (class constant used as default parameter)
H A Dengine_assignExecutionOrder_008.phpt70 Warning: Creating default object from empty value in %s on line %d
73 Warning: Creating default object from empty value in %s on line %d
77 Warning: Creating default object from empty value in %s on line %d
H A Dbug21849.phpt2 Bug #21849 (self::constant doesn't work as method's default parameter)
/PHP-7.0/Zend/tests/type_declarations/
H A Dscalar_float_with_integer_default_strict.phpt2 Float type should allow an integer as default even with strict types
/PHP-7.0/Zend/tests/
H A Dbug30407.phpt2 Bug #30407 (Strange behaviour of default arguments)
H A Dinter_02.phpt2 Namespace constant as value default
/PHP-7.0/sapi/cli/tests/
H A Dbug70006.phpt2 Bug #70006 (cli - function with default arg = STDOUT crash output)
/PHP-7.0/ext/mysqli/tests/
H A Dbug35759.phpt21 $create .= ") ENGINE=MyISAM"; // doesn't work with InnoDB, which is default in 5.5
25 /* SQL strict mode - [1101] BLOB/TEXT column 'a0' can't have a default value */
/PHP-7.0/ext/openssl/tests/
H A Dopenssl_x509_fingerprint_basic.phpt15 echo "** Testing default functionality **\n";
38 ** Testing default functionality **
/PHP-7.0/ext/standard/tests/math/
H A Dnumber_format_basic.phpt18 echo "\n number_format tests.....default\n";
43 number_format tests.....default
H A Dmt_rand_basic.phpt7 echo "\nmt_rand() tests with default min and max value (i.e 0 thru ", $default_max, ")\n";
11 // By default RAND_MAX is 32768 although no constant is defined for it for user space apps
83 mt_rand() tests with default min and max value (i.e 0 thru 2147483647)
H A Drand_basic.phpt7 echo "\nrand() tests with default min and max value (i.e 0 thru ", $default_max, ")\n";
11 // By default RAND_MAX is 32768 although no constant is defined for it for user space apps
84 rand() tests with default min and max value (i.e 0 thru %i)
/PHP-7.0/ext/standard/tests/strings/
H A Dstrcspn_variation6.phpt2 Test strcspn() function : usage variations - with heredoc strings, varying mask & default start and…
13 * Testing strcspn() : with heredoc string, varying mask and default start and len arguments
84 var_dump( strcspn($str,$mask) ); // with default start and len value
H A Djoin_variation3.phpt18 array(1, 2), // array with default keys and numrice values
19 array(1.1, 2.2), // array with default keys & float values
21 array(false,true), // array with default keys and boolean values
/PHP-7.0/ext/intl/doc/
H A DTutorial.txt48 Performance optimizations have been made for ICU collation with the default level
91 locales the default value is thus Tertiary. However, if Alternate is set to be Shifted,
103 according to the user expectations in different countries and regions. The default UCA
129 OFF (default)
133 OFF (default)
139 OFF (default)
144 OFF (default)
151 TERTIARY (default)
157 NON_IGNORABLE (default)
163 OFF (default)
[all …]
/PHP-7.0/
H A Dphp.ini-development312 ;highlight.default = #0000BB
507 ; This setting is on by default.
582 ; PHP's default setting is "&".
588 ; PHP's default setting is "&".
674 ; http://php.net/default-charset
869 ; default extension directory.
939 ; http://php.net/filter.default
940 ;filter.default = unsafe_raw
1050 ; http://php.net/odbc.default-db
1577 ; Don't bail out by default.
[all …]
H A Dphp.ini-production312 ;highlight.default = #0000BB
507 ; This setting is on by default.
582 ; PHP's default setting is "&".
588 ; PHP's default setting is "&".
674 ; http://php.net/default-charset
869 ; default extension directory.
939 ; http://php.net/filter.default
940 ;filter.default = unsafe_raw
1050 ; http://php.net/odbc.default-db
1577 ; Don't bail out by default.
[all …]

Completed in 51 milliseconds

12345678910>>...33