Home
last modified time | relevance | path

Searched refs:not (Results 476 – 500 of 4474) sorted by relevance

1...<<11121314151617181920>>...179

/PHP-5.5/ext/sybase_ct/
H A Dconfig.w3218 WARNING("sybase_ct not enabled; libraries and headers not found");
/PHP-5.5/Zend/tests/
H A Dbug33999.phpt26 Notice: Object of class Foo could not be converted to int in %sbug33999.php on line 9
29 Notice: Object of class Foo could not be converted to double in %sbug33999.php on line 12
H A Dcall_static_006.phpt24 Strict Standards: Non-static method foo::aa() should not be called statically in %s on line %d
27 Strict Standards: Non-static method foo::aa() should not be called statically in %s on line %d
H A Dbug30791.phpt28 string(50) "Object of class a could not be converted to string"
30 string(50) "Object of class a could not be converted to string"
/PHP-5.5/ext/curl/tests/
H A Dcurl_file_serialize.phpt6 exit("skip curl extension not loaded");
15 …ght exception 'Exception' with message 'Unserialization of CURLFile instances is not allowed' in %s
/PHP-5.5/ext/zlib/tests/
H A Dzlib_scheme_dir_basic.phpt6 print "skip - ZLIB extension not loaded";
23 Warning: opendir(compress.zlib://%s/dir.gz): failed to open dir: not implemented in %s on line %d
/PHP-5.5/ext/gd/tests/
H A Dbug48732.phpt5 if(!extension_loaded('gd')){ die('skip gd extension not available'); }
6 if(!function_exists('imagefttext')) die('skip imagefttext() not available');
H A Dimagecreatetruecolor_error1.phpt7 if (!extension_loaded("gd")) die("skip GD not present");
8 if (!function_exists("imagecreatetruecolor")) die("skip GD Version not compatible");
H A Dimagetruecolortopalette_basic.phpt7 if (!extension_loaded("gd")) die("skip GD not present");
8 if (!function_exists("imagecreatetruecolor")) die("skip GD Version not compatible");
H A Dimagetruecolortopalette_error2.phpt7 if (!extension_loaded("gd")) die("skip GD not present");
8 if (!function_exists("imagecreatetruecolor")) die("skip GD Version not compatible");
H A Dlibgd00086_extern.phpt5 if (!extension_loaded('gd')) die("skip gd extension not available\n");
18 Warning: imagecreatefrompng(): '%slibgd00086.png' is not a valid PNG file in %s on line %d
H A Dbug39780_extern.phpt5 if (!extension_loaded('gd')) die("skip gd extension not available\n");
17 Warning: imagecreatefrompng(): '%sbug39780.png' is not a valid PNG file in /%s on line %d
H A Dimageantialias_error2.phpt8 if (!extension_loaded("gd")) die("skip GD not present");
15 It seems the second argument passing is not being correclty checked.
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_setStaticPropertyValue_001.phpt41 echo "you should not see this";
48 echo "you should not see this";
78 Class A does not have a property named protectedOverridden
79 Class A does not have a property named privateOverridden
/PHP-5.5/ext/standard/tests/strings/
H A Dstrip_tags_variation7.phpt27 "<nnn>I am not a valid html text</nnn>",
28 '<nnn>I am not a valid html text</nnn>',
65 string(37) "<nnn>I am not a valid html text</nnn>"
67 string(37) "<nnn>I am not a valid html text</nnn>"
H A Dstrip_tags_variation4.phpt28 "<nnn>I am not a valid html text</nnn>",
29 '<nnn>I am not a valid html text</nnn>',
67 string(26) "I am not a valid html text"
69 string(26) "I am not a valid html text"
/PHP-5.5/ext/intl/tests/
H A Ddateformat_formatObject_error.phpt6 die('skip intl extension not enabled');
45 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad IntlCalendar instance: not i…
48 Warning: DateTime::getTimestamp(): The DateTime object has not been correctly initialized by its co…
62 …format_object: bad format; the date format (first element of the array) is not valid in %s on line…
65 …ormat_object: bad format; the time format (second element of the array) is not valid in %s on line…
H A Dmsgfmt_format_error6.phpt2 MessageFormatter::format() invalid type for key not in pattern
6 die('skip intl extension not enabled');
/PHP-5.5/ext/mbstring/tests/
H A Dmb_stripos_basic.phpt6 function_exists('mb_stripos') or die("skip mb_stripos() is not available in this build");
77 echo "\n -- ASCII Strings, needle should not be found --\n";
89 echo "\n -- ASCII Strings, needle should not be found --\n";
117 -- ASCII Strings, needle should not be found --
145 -- ASCII Strings, needle should not be found --
H A Dmb_strripos_basic.phpt6 function_exists('mb_strripos') or die("skip mb_strripos() is not available in this build");
77 echo "\n -- ASCII Strings, needle should not be found --\n";
89 echo "\n -- ASCII Strings, needle should not be found --\n";
117 -- ASCII Strings, needle should not be found --
145 -- ASCII Strings, needle should not be found --
H A Dphp_gr_jp_dev_884-2.phpt5 extension_loaded('mbstring') or die('skip mbstring not available');
6 function_exists('mb_ereg_replace') or die("skip mb_ereg_replace() is not available in this build");
/PHP-5.5/ext/session/tests/
H A D016.phpt2 invalid session.save_path should not cause a segfault
6 die("skip Session module not loaded");
/PHP-5.5/ext/pcre/tests/
H A Dlocales.phpt6 if (!function_exists('setlocale')) die('skip: setlocale() not available');
7 if (!@setlocale(LC_ALL, 'pt_PT', 'pt', 'pt_PT.ISO8859-1', 'portuguese')) die('skip pt locale not av…
/PHP-5.5/ext/standard/tests/file/
H A Drename_variation7.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') die('skip.. not for Windows');
6 if (!function_exists("symlink")) die("skip symlinks are not supported");
/PHP-5.5/ext/zip/tests/
H A Doo_getstatusstring.phpt7 <?php if (!extension_loaded("zip")) { echo "skip extension not available"; } ?>
15 //delete an index that does not exist - trigger error

Completed in 24 milliseconds

1...<<11121314151617181920>>...179