Home
last modified time | relevance | path

Searched refs:default (Results 226 – 250 of 790) sorted by relevance

12345678910>>...32

/PHP-5.6/ext/standard/tests/strings/
H A Dnumber_format_basic.phpt26 echo "\n-- number_format tests.....default --\n";
54 -- number_format tests.....default --
H A Dstr_pad.phpt13 var_dump( str_pad($input_string, $pad_length) ); // default pad_string & pad_type
14 var_dump( str_pad($input_string, $pad_length, $pad_string) ); // default pad_type
45 var_dump( str_pad($input_string, $pad_length) ); // default pad_string & pad_type
46 var_dump( str_pad($input_string, $pad_length, $pad_string) ); // default pad_type
58 var_dump( str_pad($input_string, $pad_length, $pad_string) ); // default pad_type
/PHP-5.6/ext/spl/tests/
H A Dbug64782.phpt2 Bug #64782: SplFileObject constructor make $context optional / give it a default value
/PHP-5.6/ext/reflection/tests/
H A DReflectionParameter_DefaultValueConstant_error.phpt22 Internal error: Failed to retrieve the default value
H A DReflectionObject___toString_basic2.phpt29 Property [ <default> public $bar ]
H A DReflectionObject_export_basic2.phpt29 Property [ <default> public $bar ]
/PHP-5.6/ext/opcache/tests/
H A Dissue0057.phpt22 default:
/PHP-5.6/Zend/tests/
H A Derrmsg_013.phpt2 errmsg: default value for parameters with array type hint can only be an array or NULL
H A Dbug62005.phpt11 Warning: Creating default object from empty value in %sbug62005.php on line %d
H A Dbug63055.phpt5 /* the default gc root size is 10,000 */
/PHP-5.6/ext/dom/tests/
H A DDOMDocument_schemaValidateSource_addAttrs.phpt2 DomDocument::schemaValidateSource() - Add missing attribute default values from schema
H A DDOMDocument_schemaValidateSource_missingAttrs.phpt2 DomDocument::schemaValidateSource() - Don't add missing attribute default values from schema
H A DDOMDocument_schemaValidate_addAttrs.phpt2 DomDocument::schemaValidate() - Add missing attribute default values from schema
H A DDOMDocument_schemaValidate_missingAttrs.phpt2 DomDocument::schemaValidate() - Don't add missing attribute default values from schema
/PHP-5.6/tests/basic/
H A D023.phpt5 filter.default=unsafe_raw
/PHP-5.6/ext/pcre/tests/
H A Dbug63055.phpt5 /* the default gc root size is 10,000 */
/PHP-5.6/ext/curl/tests/
H A Dbug66109.phpt2 Bug #66109 (Option CURLOPT_CUSTOMREQUEST can't be reset to default.)
/PHP-5.6/tests/lang/
H A Dcompare_objects_basic2.phpt7 //Set the default time zone
/PHP-5.6/ext/standard/tests/file/
H A Dreadfile_variation2.phpt43 $count = readfile($linkname); // with default args
54 $count = readfile($linkname); // default args
H A Dfgets_variation2.phpt27 var_dump( fgets($file_handle) ); // default length
37 var_dump( fgets($file_handle) ); // default length
/PHP-5.6/ext/standard/tests/array/
H A Darray_chunk_basic2.phpt15 // array with default keys - numeric values
18 // array with default keys - string values
H A Darray_intersect_assoc_variation3.phpt51 /*1*/ array(1, 2), // with default keys and numeric values
52 array(1.1, 2.2), // with default keys & float values
53 array(false,true), // with default keys and boolean values
93 // Calling array_intersect_assoc() with default arguments
H A Darray_intersect_assoc_variation4.phpt60 /*1*/ array(1, 2), // array with default keys and numeric values
61 array(1.1, 1.2, 1.3), // array with default keys & float values
62 array(false,true), // array with default keys and boolean values
92 // Calling array_intersect_assoc() with default arguments
H A Dasort_object2.phpt66 echo "\n-- Testing asort() by supplying various object arrays, 'flag' value is default --\n";
68 // testing asort() function by supplying integer object array, flag value is default
73 // testing asort() function by supplying string object array, flag value is default
94 -- Testing asort() by supplying various object arrays, 'flag' value is default --
/PHP-5.6/ext/exif/tests/
H A Dexif_imagetype_basic.phpt2 Check for exif_imagetype default behaviour

Completed in 54 milliseconds

12345678910>>...32