Home
last modified time | relevance | path

Searched refs:not (Results 301 – 325 of 4474) sorted by relevance

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

/PHP-5.5/ext/openssl/tests/
H A D014.phpt29 Warning: openssl_private_encrypt(): key param is not a valid private key in %s on line %d
32 Warning: openssl_private_encrypt(): key param is not a valid private key in %s on line %d
35 Warning: openssl_private_encrypt(): key param is not a valid private key in %s on line %d
H A D015.phpt29 Warning: openssl_public_encrypt(): key parameter is not a valid public key in %s on line %d
32 Warning: openssl_public_encrypt(): key parameter is not a valid public key in %s on line %d
35 Warning: openssl_public_encrypt(): key parameter is not a valid public key in %s on line %d
/PHP-5.5/ext/spl/tests/
H A Dclass_implements_variation.phpt40 Warning: class_implements(): Class non_existent does not exist and could not be loaded in %s on lin…
43 Warning: class_implements(): Class non_existent2 does not exist in %s on line %d
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug69344.phpt5 if (!extension_loaded('pdo') || !extension_loaded('pdo_pgsql')) die('skip not loaded');
42 SQLSTATE[HY093]: Invalid parameter number: parameter was not defined
43 SQLSTATE[HY093]: Invalid parameter number: parameter was not defined
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_declared_classes_basic_001.phpt20 echo "Error: $class is not a valid class.\n";
28 echo "\n-- Ensure userspace interfaces are not listed --\n";
45 -- Ensure userspace interfaces are not listed --
H A Dget_declared_interfaces_basic_001.phpt20 echo "Error: $interface is not a valid interface.\n";
24 echo "\n-- Ensure userspace classes are not listed --\n";
42 -- Ensure userspace classes are not listed --
/PHP-5.5/ext/gd/tests/
H A Dimagejpeg_nullbyte_injection.phpt9 if(!extension_loaded('gd')){ die('skip gd extension not available'); }
12 print 'skip jpeg support not available';
37 Warning: imagejpeg(): Invalid 2nd parameter, filename must not contain null bytes in %s on line %d
H A Dimagepng_nullbyte_injection.phpt9 if(!extension_loaded('gd')){ die('skip gd extension not available'); }
12 print 'skip png support not available';
37 Warning: imagepng(): Invalid 2nd parameter, filename must not contain null bytes in %s on line %d
H A Dimagewbmp_nullbyte_injection.phpt9 if(!extension_loaded('gd')){ die('skip gd extension not available'); }
12 print 'skip wbmp support not available';
37 Warning: imagewbmp(): Invalid 2nd parameter, filename must not contain null bytes in %s on line %d
H A Dimagewebp_nullbyte_injection.phpt9 if(!extension_loaded('gd')){ die('skip gd extension not available'); }
12 print 'skip webp support not available';
37 Warning: imagewebp(): Invalid 2nd parameter, filename must not contain null bytes in %s on line %d
/PHP-5.5/ext/posix/tests/
H A Dposix_getrlimit_basic.phpt5 if (!extension_loaded('posix')) die('skip - POSIX extension not loaded');
6 if (!function_exists('posix_getrlimit')) die('skip posix_getrlimit() not found');
H A Dposix_mknod_basic.phpt5 if (!extension_loaded('posix')) die('skip - POSIX extension not loaded');
6 if (!function_exists('posix_mknod')) die('skip posix_mknod() not found');
/PHP-5.5/ext/readline/tests/
H A Dreadline_completion_function_001.phpt23 Warning: readline_completion_function(): 1 is not callable in %s on line %d
25 Warning: readline_completion_function(): 1.1231 is not callable in %s on line %d
/PHP-5.5/ext/gettext/tests/
H A Dgettext_bindtextdomain-path.phpt2 Test if bindtextdomain() returns false if path does not exist.
6 die("skip gettext extension is not loaded.\n");
/PHP-5.5/ext/mcrypt/
H A Dconfig.w3217 WARNING("mcrypt not enabled; libraries and headers not found");
/PHP-5.5/ext/pspell/
H A Dconfig.w3213 WARNING("pspell not enabled; libraries and headers not found");
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_getMethod_002.phpt65 Method does not exist
66 Method 1 does not exist
67 Method 1.5 does not exist
68 Method 1 does not exist
H A DReflectionParameter_002.phpt28 echo "This param is not passed by reference\n";
43 echo "This param is not passed by reference\n";
64 This param is not passed by reference
72 This param is not passed by reference
H A DReflectionClass_getProperty_002.phpt63 Property does not exist
64 Property 1 does not exist
65 Property 1.5 does not exist
66 Property 1 does not exist
/PHP-5.5/ext/sockets/tests/
H A Dsocket_cmsg_rights.phpt6 die('skip sockets extension not available.');
9 die('skip not for Microsoft Windows');
26 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
33 socket_set_nonblock($s) or die("Could not put in non-blocking mode");
/PHP-5.5/ext/sqlite3/
H A Dconfig0.m46 [ --without-sqlite3[=DIR] Do not include SQLite3 support. DIR is the prefix to
13 dnl when running phpize enable_maintainer_zts is not available
34 AC_MSG_RESULT([not found])
44 AC_MSG_RESULT([not found])
80 dnl As long as intl is not shared we can have ICU support
/PHP-5.5/tests/security/
H A Dopen_basedir_file_put_contents.phpt32 Warning: file_put_contents(): open_basedir restriction in effect. File(../bad/bad.txt) is not withi…
37 Warning: file_put_contents(): open_basedir restriction in effect. File(.././bad/bad.txt) is not wit…
42 …ents(): open_basedir restriction in effect. File(../bad/../bad/bad.txt) is not within the allowed …
47 Warning: file_put_contents(): open_basedir restriction in effect. File(./.././bad/bad.txt) is not w…
52 Warning: file_put_contents(): open_basedir restriction in effect. File%s/test/bad/bad.txt) is not w…
/PHP-5.5/ext/standard/tests/strings/
H A Dstristr_variation2.phpt101 Warning: stristr(): needle is not a string or an integer in %s on line %d
105 Warning: stristr(): needle is not a string or an integer in %s on line %d
109 Warning: stristr(): needle is not a string or an integer in %s on line %d
125 Notice: Object of class sample could not be converted to int in %s on line %d
129 Warning: stristr(): needle is not a string or an integer in %s on line %d
/PHP-5.5/ext/mbstring/tests/
H A Dbug52931.phpt2 Bug #52931 (strripos not overloaded with function overloading enabled)
4 <?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
H A Dcasefold.phpt5 extension_loaded('mbstring') or die('skip mbstring not available');
7 function_exists('mb_convert_case' ) or die("skip mb_convert_case() is not available");

Completed in 24 milliseconds

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