Home
last modified time | relevance | path

Searched refs:none (Results 1 – 25 of 167) sorted by relevance

1234567

/PHP-5.6/ext/intl/tests/
H A Dlocale_get_all_variants.phpt37 $res_str .= "--none";
56 i-enochian : variants --none
57 zh-hakka : variants --none
58 zh-wuu : variants --none
59 i-tay : variants --none
60 sgn-BE-nl : variants --none
61 sgn-CH-de : variants --none
H A Dlocale_accept.phpt21 'none',
45 Accepting none:
H A Dmsgfmt_format_simple_types_numeric_strings.phpt17 none {a}
47 none 1336317965.5 str
/PHP-5.6/ext/standard/tests/file/
H A Dglob_variation3.phpt9 var_dump(glob("$path/*.none"));
10 var_dump(glob("$path/?.none"));
11 var_dump(glob("$path/*{hello,world}.none"));
13 var_dump(glob("$path/[aoeu]*.none"));
H A Dglob_variation4.phpt9 var_dump(glob("$path/*.none"));
10 var_dump(glob("$path/?.none"));
11 var_dump(glob("$path/*{hello,world}.none"));
13 var_dump(glob("$path/[aoeu]*.none"));
H A Dglob_variation6.phpt11 var_dump(glob("$path/*.none"));
12 var_dump(glob("$path/?.none"));
13 var_dump(glob("$path/*{hello,world}.none"));
15 var_dump(glob("$path/[aoeu]*.none"));
H A Dglob_variation5.phpt11 var_dump(glob("$path/*.none"));
12 var_dump(glob("$path/?.none"));
13 var_dump(glob("$path/*{hello,world}.none"));
15 var_dump(glob("$path/[aoeu]*.none"));
/PHP-5.6/ext/session/tests/
H A Dsession_status.phpt2 Test session_status() function : active, none
10 echo "*** Testing session_status() : active, none\n";
21 *** Testing session_status() : active, none
H A Dsession_hash_function_basic.phpt24 var_dump(ini_set('session.hash_function', 'none')); // Should fail
46 …ion.configuration 'session.hash_function' must be existing hash function. none does not exist. in …
/PHP-5.6/ext/oci8/tests/
H A Dfield_funcs1.phpt45 var_dump(oci_field_is_null($s, "none"));
46 var_dump(oci_field_name($s, "none"));
47 var_dump(oci_field_type($s, "none"));
48 var_dump(oci_field_type_raw($s, "none"));
49 var_dump(oci_field_scale($s, "none"));
50 var_dump(oci_field_precision($s, "none"));
51 var_dump(oci_field_size($s, "none"));
119 Warning: oci_field_name(): Invalid column name "none" in %s on line %d
122 Warning: oci_field_type(): Invalid column name "none" in %s on line %d
128 Warning: oci_field_scale(): Invalid column name "none" in %s on line %d
[all …]
/PHP-5.6/sapi/phpdbg/tests/commands/
H A D0002_set.test15 set color prompt none
16 set color error none
17 set color notice none
/PHP-5.6/Zend/tests/
H A Daccess_modifiers_012.phpt14 call_user_func(array($c, 'none'));
19 In __call() for method none()
H A Dhalt01.phpt10 none of this should be displayed!
H A Dbug55705.phpt9 Catchable fatal error: Argument 1 passed to f() must be callable, none given, called in %s on line …
H A Dbug55156.phpt2 Bug #55156 (ReflectionClass::getDocComment() returns comment even though the class has none)
/PHP-5.6/ext/mbstring/tests/
H A Dmb_substitute_character_basic.phpt25 var_dump( mb_substitute_character("none") );
39 string(4) "none"
H A Dmb_substitute_character.phpt21 var_dump(mb_substitute_character('none'));
39 string(4) "none"
/PHP-5.6/ext/phar/tests/
H A D005.phpt2 Phar::mapPhar truncated manifest (none)
H A Dphar_get_supportedcomp4.phpt2 Phar::getSupportedCompression() (none)
/PHP-5.6/ext/spl/tests/
H A DSplFixedArray_getSize_pass_param.phpt2 SplFixedArray::getSize() pass a parameter when none are expected
/PHP-5.6/ext/phar/tests/tar/
H A Dtar_003.phpt16 $tar = new tarmaker($fname, 'none');
41 /* ensure none of the dir tar files were freed */
/PHP-5.6/tests/classes/
H A Dinterfaces_003.phpt26 …t 1 passed to MyTestClass::__construct() must be an instance of MyObject, none given, called in %s…
/PHP-5.6/ext/phar/tests/zip/files/
H A Dcorrupt_count1.php.inc8 $a->writeZip(dirname(__FILE__) . '/nozipend.zip', 'none');
/PHP-5.6/ext/wddx/tests/
H A Dbug72340.phpt13 <array><var name="XXXXXXXX"><boolean value="none">TEST</boolean></var>
/PHP-5.6/ext/filter/tests/
H A D009.phpt12 var_dump(filter_id("none"));

Completed in 32 milliseconds

1234567