Searched refs:none (Results 1 – 25 of 143) sorted by relevance
123456
/PHP-5.3/ext/intl/tests/ |
H A D | locale_get_all_variants.phpt | 37 $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 D | locale_accept.phpt | 21 'none', 45 Accepting none:
|
/PHP-5.3/ext/oci8/tests/ |
H A D | field_funcs1.phpt | 45 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.3/Zend/tests/ |
H A D | access_modifiers_012.phpt | 14 call_user_func(array($c, 'none')); 19 In __call() for method none()
|
H A D | halt01.phpt | 10 none of this should be displayed!
|
H A D | bug55156.phpt | 2 Bug #55156 (ReflectionClass::getDocComment() returns comment even though the class has none)
|
H A D | bug33996.phpt | 29 Catchable fatal error: Argument 1 passed to FooTest() must be an instance of Foo, none given, calle…
|
/PHP-5.3/ext/mbstring/tests/ |
H A D | mb_substitute_character_basic.phpt | 25 var_dump( mb_substitute_character("none") ); 39 string(4) "none"
|
H A D | mb_substitute_character.phpt | 21 var_dump(mb_substitute_character('none')); 39 string(4) "none"
|
H A D | mb_send_mail01.phpt | 24 mb_internal_encoding("none");
|
/PHP-5.3/ext/phar/tests/ |
H A D | 005.phpt | 2 Phar::mapPhar truncated manifest (none)
|
H A D | phar_get_supportedcomp4.phpt | 2 Phar::getSupportedCompression() (none)
|
/PHP-5.3/ext/spl/tests/ |
H A D | SplFixedArray_getSize_pass_param.phpt | 2 SplFixedArray::getSize() pass a parameter when none are expected
|
/PHP-5.3/ext/phar/tests/tar/ |
H A D | tar_003.phpt | 16 $tar = new tarmaker($fname, 'none'); 41 /* ensure none of the dir tar files were freed */
|
H A D | badchecksum.phpt | 11 $a = new corrupt_tarmaker($fname, 'none');
|
H A D | links2.phpt | 11 $a = new corrupt_tarmaker($fname, 'none');
|
H A D | bignames_overflow.phpt | 15 $tar = new danger_tarmaker($fname, 'none');
|
/PHP-5.3/tests/classes/ |
H A D | interfaces_003.phpt | 26 …t 1 passed to MyTestClass::__construct() must be an instance of MyObject, none given, called in %s…
|
/PHP-5.3/ext/phar/tests/zip/files/ |
H A D | corrupt_count1.php.inc | 8 $a->writeZip(dirname(__FILE__) . '/nozipend.zip', 'none');
|
/PHP-5.3/ |
H A D | config.sub | 295 os=-none 825 basic_machine=m68k-none 1083 os=-none 1110 os=-none 1131 none) 1132 basic_machine=none-none 1133 os=-none 1436 os=-none 1571 os=-none
|
/PHP-5.3/ext/filter/tests/ |
H A D | 009.phpt | 12 var_dump(filter_id("none"));
|
/PHP-5.3/ext/soap/tests/soap12/ |
H A D | T19.phpt | 12 env:role="http://www.w3.org/2003/05/soap-envelope/role/none"
|
/PHP-5.3/ext/standard/tests/general_functions/ |
H A D | parse_ini_basic.data | 10 boolnone = none 27 boolnone = none
|
/PHP-5.3/ext/standard/tests/strings/ |
H A D | crc32_basic.phpt | 14 * Alias to functions: none
|
/PHP-5.3/ext/gd/tests/ |
H A D | bug48555.phpt | 15 $box = ImageFTBBox(14, 0, $font, "Text with\nline-break\none more");
|
Completed in 67 milliseconds
123456