Home
last modified time | relevance | path

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

12345678910>>...32

/PHP-5.6/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-5.6/ext/standard/tests/array/
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 --
H A Darray_intersect_variation9.phpt21 // arrays with default keys
36 // Calling array_intersect() with default arguments
38 echo "- With default arguments -\n";
47 // Calling array_intersect() with default arguments
49 echo "- With default arguments -\n";
62 - With default arguments -
241 - With default arguments -
H A Darray_filter_variation5.phpt11 * With default callback function argument, array_filter() removes elements which are interpreted as…
57 // With default callback function
H A Dsizeof_object1.phpt37 echo "-- Testing sizeof() in default mode --\n";
49 -- Testing sizeof() in default mode --
H A Darray_chunk_basic1.phpt15 // array with default keys - numeric values
18 // array with default keys - string values
/PHP-5.6/ext/pgsql/tests/
H A D28large_object_import_oid.phpt33 echo "import LO using default connection\n";
47 import LO using default connection
/PHP-5.6/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
85 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
86 rand() tests with default min and max value (i.e 0 thru %i)
/PHP-5.6/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-5.6/ext/standard/tests/strings/
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
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 Dstrip_tags_basic1.phpt2 Test strip_tags() function : basic functionality - with default arguments
33 // Calling strip_tags() with default arguments
/PHP-5.6/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-5.6/Zend/tests/
H A Dbug30407.phpt2 Bug #30407 (Strange behaviour of default arguments)
H A Dinter_02.phpt2 Namespace constant as value default
H A Dbug48004.phpt2 Bug #48004 (Error handler prevents creation of default object)
/PHP-5.6/ext/session/tests/
H A Dbug67972.phpt10 Fatal error: SessionHandler::create_sid(): Cannot call default session handler in %s on line %d
/PHP-5.6/ext/imap/tests/
H A Dimap_errors_basic.phpt18 echo "Issue open with invalid password with normal default number of retries, i.e 3\n";
33 Issue open with invalid password with normal default number of retries, i.e 3
/PHP-5.6/ext/standard/tests/streams/
H A Dbug64433.phpt22 echo "default\n";
49 default
/PHP-5.6/ext/pdo_pgsql/tests/
H A Dcopy_to.phpt36 echo "Testing pgsqlCopyToArray() with default parameters\n";
50 echo "Testing pgsqlCopyToFile() with default parameters\n";
82 Testing pgsqlCopyToArray() with default parameters
120 Testing pgsqlCopyToFile() with default parameters

Completed in 46 milliseconds

12345678910>>...32