Home
last modified time | relevance | path

Searched refs:not (Results 376 – 400 of 4474) sorted by relevance

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

/PHP-5.5/ext/gd/tests/
H A Dimagegammacorrect_error2.phpt8 if (!extension_loaded("gd")) die("skip GD not present");
17 Warning: imagegammacorrect(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagefilter_error12.phpt8 if (!extension_loaded("gd")) die("skip GD not present");
17 Warning: imagefilter(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagefilter_error20.phpt8 if (!extension_loaded("gd")) die("skip GD not present");
17 Warning: imagefilter(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagestring_error2.phpt8 if (!extension_loaded("gd")) die("skip GD not present");
17 Warning: imagestring(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagestringup_error2.phpt8 if (!extension_loaded("gd")) die("skip GD not present");
17 Warning: imagestringup(): supplied resource is not a valid Image resource in %s on line %d
/PHP-5.5/ext/xsl/tests/
H A Dxsltprocessor_hasExsltSupport_not_available_extension.phpt2 Test the basics to function XSLTProcessor::hasExsltSupport() when the xsl extension os not availabl…
13 Fatal error: Class 'XSLTProcessor' not found in %s on line %i
/PHP-5.5/ext/zlib/tests/
H A Dzlib_scheme_rename_basic.phpt6 print "skip - ZLIB extension not loaded";
19 Warning: rename(): ZLIB wrapper does not support renaming in %s on line %d
/PHP-5.5/sapi/aolserver/
H A Dconfig.w3213 WARNING("sapi/aolserver not enabled: Could not find libraries/headers");
/PHP-5.5/ext/iconv/tests/
H A Dbug53304.phpt2 Bug #53304 (quot_print_decode does not handle lower-case hex digits)
4 <?php extension_loaded('iconv') or die('skip iconv extension is not available'); ?>
/PHP-5.5/ext/standard/tests/file/
H A Duserstreams_004.phpt32 test("stream_lock not implemented", $fd2, LOCK_EX);
43 ------ stream_lock not implemented: -------
45 Warning: flock(): test_wrapper_base::stream_lock is not implemented! in %s
H A Dfopen_variation15.phpt64 echo "contents not correct\n";
83 echo "contents not correct\n";
102 Warning: fopen(): remote host file access not supported, file://fopen15.tmpDir/fopen_variation15.tm…
107 Warning: fopen(): remote host file access not supported, file://fopen15.tmpDir/fopen_variation15.tm…
112 Warning: fopen(): remote host file access not supported, file://./fopen15.tmpDir/fopen_variation15.…
117 Warning: fopen(): remote host file access not supported, file://./fopen15.tmpDir/fopen_variation15.…
126 Warning: fopen(): remote host file access not supported, file://../fopen15.tmpDir/fopen_variation15…
131 Warning: fopen(): remote host file access not supported, file://../fopen15.tmpDir/fopen_variation15…
/PHP-5.5/ext/posix/tests/
H A Dposix_kill_basic.phpt5 if (!extension_loaded('posix')) die('skip - POSIX extension not loaded');
15 // for now start at a low pid and find first pid which does not exist.
37 string(%d) %s%rNo such process|Operation not permitted%r%s
H A Dposix_ttyname_variation6.phpt10 die('SKIP The posix extension is not loaded.');
54 Error: 8 - Object of class classWithToString could not be converted to int, %s(%d)
56 Error: 8 - Object of class classWithoutToString could not be converted to int, %s(%d)
/PHP-5.5/ext/pgsql/tests/
H A D80_bug14383.phpt2 Bug #14383 (using postgres with DBA causes DBA not to be able to find any keys)
14 die ("Could not connect to the server");
42 Read during write: not allowed
/PHP-5.5/Zend/tests/
H A Dbug38047.phpt2 Bug #38047 ("file" and "line" sometimes not set in backtrace from inside error handler)
38 //This will not create file and line items for the call into the error handler
42 Non-static method A::A_ftk() should not be called statically
/PHP-5.5/ext/xsl/
H A Dconfig.w3244 WARNING("xsl not enabled; libraries and headers not found");
47 WARNING("xsl not enabled; DOM extension required");
/PHP-5.5/ext/phar/tests/
H A Daddfuncs.phpt27 $phar->addFile(dirname(__FILE__) . '/does/not/exist');
48 Entry phar://%saddfuncs.phar.php/a does not exist and cannot be created: phar error: invalid path "…
49 Entry a does not exist and cannot be created: phar error: file "a" in phar "%saddfuncs.phar.php" ca…
50 phar error: unable to open file "%s/does/not/exist" to add to phar archive
/PHP-5.5/ext/oci8/
H A Dconfig.w3243 WARNING("oci8 not enabled: Oracle Database libraries or Oracle 10g Instant Client not found");
79 WARNING("oci8-11g not enabled: Oracle Database libraries or Oracle 11g Instant Client not found");
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dcopy_to.phpt5 if (!extension_loaded('pdo') || !extension_loaded('pdo_pgsql')) die('skip not loaded');
17 $db->exec('CREATE TABLE test (a integer not null primary key, b text, c integer)');
39 echo "Testing pgsqlCopyToArray() with different field separator and not null indicator\n";
53 echo "Testing pgsqlCopyToFile() with different field separator and not null indicator\n";
87 Testing pgsqlCopyToArray() with different field separator and not null indicator
118 Testing pgsqlCopyToFile() with different field separator and not null indicator
/PHP-5.5/ext/gd/
H A Dconfig.w3230 WARNING("t1lib not enabled; libraries and headers not found");
39 WARNING("libvpx not enabled; libraries and headers not found");
89 WARNING("gd not enabled; libraries and headers not found");
/PHP-5.5/ext/imap/tests/
H A Dimap_utf8_to_mutf7_basic.phpt4 <?php if (!extension_loaded("imap")) print "skip imap extension not loaded"; ?>
5 <?php if (!function_exists("imap_utf8_to_mutf7")) print "skip imap_utf8_to_mutf7() not available"; …
/PHP-5.5/ext/interbase/tests/
H A D002.phpt29 1 test table not created with isql
32 1 test table not created with isql
/PHP-5.5/ext/json/tests/
H A Dunsupported_type_error.phpt23 string(21) "Type is not supported"
26 string(21) "Type is not supported"
/PHP-5.5/ext/session/tests/
H A D012.phpt2 registering $_SESSION should not segfault
15 ### Absurd example, value of $_SESSION does not matter
/PHP-5.5/ext/sockets/tests/
H A Dsocket_set_block-retval.phpt6 die('SKIP The sockets extension is not loaded.');
24 Warning: socket_set_block(): %d is not a valid Socket resource in %s on line %d

Completed in 28 milliseconds

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