Home
last modified time | relevance | path

Searched refs:not (Results 126 – 150 of 4346) sorted by relevance

12345678910>>...174

/PHP-5.5/ext/ereg/regex/
H A DCOPYRIGHT2 This software is not subject to any license of the American Telephone
9 1. The author is not responsible for the consequences of use of this
12 2. The origin of this software must not be misrepresented, either by
16 3. Altered versions must be plainly marked as such, and must not be
20 4. This notice may not be removed or altered.
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_declared_traits_basic_001.phpt22 echo "Error: $trait is not a valid trait.\n";
29 echo "\n-- Ensure userspace interfaces are not listed --\n";
33 echo "\n-- Ensure userspace classes are not listed --\n";
51 -- Ensure userspace interfaces are not listed --
54 -- Ensure userspace classes are not listed --
/PHP-5.5/tests/security/
H A Dopen_basedir_link.phpt49 Warning: link(): open_basedir restriction in effect. File(%s/test/bad/link.txt) is not within the a…
52 Warning: link(): open_basedir restriction in effect. File(%s/test/link.txt) is not within the allow…
55 Warning: link(): open_basedir restriction in effect. File(%s/test/bad/link.txt) is not within the a…
58 Warning: link(): open_basedir restriction in effect. File(%s/test/link.txt) is not within the allow…
61 Warning: link(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the al…
64 Warning: link(): open_basedir restriction in effect. File(%s/test/bad) is not within the allowed pa…
67 Warning: link(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the al…
70 Warning: link(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the al…
73 Warning: link(): open_basedir restriction in effect. File(%s/test/bad) is not within the allowed pa…
H A Dopen_basedir_tempnam.phpt48 Warning: tempnam(): open_basedir restriction in effect. File(../bad) is not within the allowed path…
51 Warning: tempnam(): open_basedir restriction in effect. File(..) is not within the allowed path(s):…
54 Warning: tempnam(): open_basedir restriction in effect. File(../) is not within the allowed path(s)…
57 Warning: tempnam(): open_basedir restriction in effect. File(/) is not within the allowed path(s): …
60 Warning: tempnam(): open_basedir restriction in effect. File(../bad/.) is not within the allowed pa…
63 Warning: tempnam(): open_basedir restriction in effect. File(./../.) is not within the allowed path…
66 Warning: tempnam(): open_basedir restriction in effect. File() is not within the allowed path(s): (…
H A Dopen_basedir_symlink.phpt55 Warning: symlink(): open_basedir restriction in effect. File(%s/test/bad/symlink.txt) is not within…
58 Warning: symlink(): open_basedir restriction in effect. File(%s/test/symlink.txt) is not within the…
61 Warning: symlink(): open_basedir restriction in effect. File(%s/test/bad/symlink.txt) is not within…
64 Warning: symlink(): open_basedir restriction in effect. File(%s/test/symlink.txt) is not within the…
67 Warning: symlink(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the…
70 Warning: symlink(): open_basedir restriction in effect. File(%s/test/bad) is not within the allowed…
73 Warning: symlink(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the…
76 Warning: symlink(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the…
79 Warning: symlink(): open_basedir restriction in effect. File(%s/test/bad) is not within the allowed…
/PHP-5.5/ext/oci8/tests/
H A Ddetails.inc15 …include(dirname(__FILE__)."/details_local.inc"); // this file is not part of the source distribu…
62 942 // table or view does not exist
63 , 1918 // user does not exist
64 , 2024 // database link not found
65 , 2289 // sequence does not exist
66 , 4080 // trigger does not exist
67 , 38802 // edition does not exist
/PHP-5.5/ext/xml/tests/
H A Dbug32001.phpt170 BOM: not prepended
180 XML Prologue: not present
182 BOM: not prepended
204 XML Prologue: not present
218 BOM: not prepended
240 XML Prologue: not present
254 BOM: not prepended
290 BOM: not prepended
302 BOM: not prepended
338 BOM: not prepended
[all …]
H A Dbug32001b.phpt6 if (!extension_loaded('iconv')) die ("skip iconv extension not available");
8 …if (@xml_parser_create($encoding) === false) die("skip libxml2 does not support $encoding encoding…
77 echo "XML Prologue: ".($this->prologue ? 'present': 'not present'), "\n";
79 echo "BOM: ".($this->bom ? 'prepended': 'not prepended'), "\n";
114 BOM: not prepended
126 BOM: not prepended
138 BOM: not prepended
150 BOM: not prepended
162 BOM: not prepended
174 BOM: not prepended
/PHP-5.5/ext/pcre/tests/
H A D005.phpt5 // this file is not used in the cron job
122 [8] => `oci_ping' defined but not used
225 [8] => `nope' defined but not used
330 [8] => `yy_fatal_error' defined but not used
336 [14] => `yy_last_accepting_cpos' defined but not used
339 [17] => `yy_more_flag' defined but not used
342 [20] => `yy_more_len' defined but not used
345 [23] => `yyunput' defined but not used
348 [26] => `yy_top_state' defined but not used
369 [14] => `yyunput' defined but not used
[all …]
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_constructor_002.phpt55 Class does not exist
56 Class 1 does not exist
57 Class 1 does not exist
60 Class Array does not exist
67 Class X does not exist
/PHP-5.5/ext/gd/tests/
H A Dbug71912.phpt5 if(!extension_loaded('gd')){ die('skip gd extension not available'); }
6 if(!function_exists('imagecreatefromgd2')) die('skip imagecreatefromgd2() not available');
15 Warning: imagecreatefromgd2(): '%s/invalid_neg_size.gd2' is not a valid GD2 file in %s/bug71912.php…
H A Dimagepalettetotruecolor_error3.phpt2 imagepalettetotruecollor must return an error if not an image resource is given
7 if (!extension_loaded('gd')) die("skip gd extension not available.");
15 Warning: imagepalettetotruecolor(): supplied resource is not a valid Image resource in %s on line %d
/PHP-5.5/ext/intl/tests/
H A Dbug60192-getlocale.phpt2 Bug #60192 (SegFault when Collator not constructed properly)
5 if (!extension_loaded('intl')) { die('skip intl extension not available'); }
20 Catchable fatal error: Collator::getLocale(): Object not initialized in %s on line %d
H A Dbug60192-getsortkey.phpt2 Bug #60192 (SegFault when Collator not constructed properly)
5 if (!extension_loaded('intl')) { die('skip intl extension not available'); }
20 Catchable fatal error: Collator::getSortKey(): Object not initialized in %s on line %d
H A Dbug60192-compare.phpt2 Bug #60192 (SegFault when Collator not constructed properly)
5 if (!extension_loaded('intl')) { die('skip intl extension not available'); }
19 Catchable fatal error: Collator::compare(): Object not initialized in %s on line %d
H A Dbug60192-sort.phpt2 Bug #60192 (SegFault when Collator not constructed properly)
5 if (!extension_loaded('intl')) { die('skip intl extension not available'); }
21 Catchable fatal error: Collator::sort(): Object not initialized in %s on line %d
H A Dbug60192-sortwithsortkeys.phpt2 Bug #60192 (SegFault when Collator not constructed properly)
5 if (!extension_loaded('intl')) { die('skip intl extension not available'); }
21 Catchable fatal error: Collator::sortWithSortKeys(): Object not initialized in %s on line %d
/PHP-5.5/ext/pcntl/tests/
H A Dpcntl_signal.phpt5 <?php if (!extension_loaded("posix")) die("skip posix extension not available"); ?>
18 var_dump(pcntl_signal(SIGALRM, "not callable"));
38 Warning: pcntl_signal(): not callable is not a callable function name error in %s
/PHP-5.5/ext/zip/tests/
H A Dpecl12414.phpt23 echo "zip_readfile recorded data does not match unpacked size: " . $zipname . " : " . $filename;
27 echo "zip_readfile could not open stream from zero length file " . $zipname . " : " .$filename;
32 echo "zip_readfile could not read from " . $zipname . " : " . $filename;
38 zip_readfile could not read from %specl12414.zip : MYLOGOV2.GFX
/PHP-5.5/ext/simplexml/tests/
H A DSimpleXMLElement_xpath.phpt5 // gracefully recover from parsing of invalid XML; not available in PHP
8 // we're not interested in checking concrete warnings regarding invalid XML
11 // $xml is supposed to hold a SimpleXMLElement, but not FALSE/NULL
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createaggregate_002.phpt4 <?php if (!extension_loaded('pdo_sqlite')) print 'skip not loaded'; ?>
15 Warning: PDO::sqliteCreateAggregate(): function 'a' is not callable in %s on line %d
17 Warning: PDO::sqliteCreateAggregate(): function '' is not callable in %s on line %d
/PHP-5.5/ext/phar/tests/
H A Dphar_get_supportedcomp1.phpt5 <?php if (!extension_loaded("spl")) die("skip SPL not available"); ?>
6 <?php if (!extension_loaded("bz2")) die("skip bz2 not available"); ?>
7 <?php if (!extension_loaded("zlib")) die("skip zlib not available"); ?>
/PHP-5.5/ext/pdo/tests/
H A Dbug_43130.phpt8 if (!strncasecmp(getenv('PDOTEST_DSN'), 'sqlite', strlen('sqlite'))) die('skip not relevant for sql…
9 if (!strncasecmp(getenv('PDOTEST_DSN'), 'pgsql', strlen('pgsql'))) die('skip not relevant for pgsql…
10 …etenv('PDOTEST_DSN'), 'oci', strlen('oci'))) die('skip not relevant for oci driver - Hyphen is not
11 if (!strncasecmp(getenv('PDOTEST_DSN'), 'firebird', strlen('firebird'))) die('skip not relevant for…
37 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: parameter was not defi…
/PHP-5.5/ext/interbase/tests/
H A Dbug46247.phpt30 Warning: ibase_set_event_handler(): supplied argument is not a valid InterBase link resource in %s …
32 Warning: ibase_set_event_handler(): Callback argument foo is not a callable function in %s on line …
34 Warning: ibase_set_event_handler(): Callback argument foo is not a callable function in %s on line …
36 Warning: ibase_set_event_handler(): supplied argument is not a valid InterBase link resource in %s …
/PHP-5.5/ext/mbstring/tests/
H A Dmb_http_input.phpt5 extension_loaded('mbstring') or die('skip mbstring not available');
6 (php_sapi_name()=='cgi') or die("skip sapi is not a cgi version");
15 // TODO: This is not a real test.... Need to change so that it does real testing
42 echo "This heppens when php.ini-dist is not used\n";

Completed in 32 milliseconds

12345678910>>...174