Home
last modified time | relevance | path

Searched refs:no (Results 151 – 175 of 1328) sorted by relevance

12345678910>>...54

/php-src/ext/mysqli/
H A Dconfig.w325 ARG_WITH("mysqli", "MySQLi support", "no");
7 if (PHP_MYSQLI != "no") {
/php-src/ext/bz2/
H A Dconfig.w323 ARG_WITH("bz2", "BZip2", "no");
5 if (PHP_BZ2 != "no") {
/php-src/ext/mysqli/tests/
H A Dmysqli_fetch_object_no_constructor.phpt30 …printf("\nValueError with mysqli. Note that at all other places we throws errors but no exceptions…
37 printf("\nFatal error with PHP (but no exception!):\n");
60 ValueError with mysqli. Note that at all other places we throws errors but no exceptions unless the…
63 Fatal error with PHP (but no exception!):
/php-src/ext/dom/tests/modern/html/interactions/
H A DDocument_head.phpt18 echo "--- head in no namespace ---\n";
47 echo "--- html element in no namespace ---\n";
62 --- head in no namespace ---
73 --- html element in no namespace ---
/php-src/ext/curl/
H A Dconfig.m46 if test "$PHP_CURL" != "no"; then
14 AS_CASE([$CURL_FEATURES], [*SSL*], [CURL_SSL=yes], [CURL_SSL=no])
60 [php_cv_lib_curl_ssl=no],
61 [php_cv_lib_curl_ssl=no])
/php-src/Zend/tests/in-de-crement/
H A Dincdec_types.phpt54 Warning: Increment on type bool has no effect, this will change in the next major version of PHP in…
58 Warning: Increment on type bool has no effect, this will change in the next major version of PHP in…
77 Warning: Decrement on type null has no effect, this will change in the next major version of PHP in…
81 Warning: Decrement on type bool has no effect, this will change in the next major version of PHP in…
85 Warning: Decrement on type bool has no effect, this will change in the next major version of PHP in…
97 Deprecated: Decrement on non-numeric string has no effect and is deprecated in %s on line %d
/php-src/ext/standard/tests/file/
H A Dfopen_variation15-win32.phpt105 Warning: fopen(file://fopen15.tmpDir\fopen_variation15.tmp): Failed to open stream: no suitable wra…
110 Warning: fopen(file://fopen15.tmpDir\fopen_variation15.tmp): Failed to open stream: no suitable wra…
115 Warning: fopen(file://fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable wra…
120 Warning: fopen(file://fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable wra…
125 Warning: fopen(file://./fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable w…
130 Warning: fopen(file://./fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable w…
135 Warning: fopen(file://.\fopen15.tmpDir\fopen_variation15.tmp): Failed to open stream: no suitable w…
140 Warning: fopen(file://.\fopen15.tmpDir\fopen_variation15.tmp): Failed to open stream: no suitable w…
157 Warning: fopen(file://../fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable …
162 Warning: fopen(file://../fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable …
[all …]
H A Dreadfile_variation10-win32.phpt28 "/no/such/file/dir" => "/no/such/file/dir",
69 -- Filename: /no/such/file/dir --
71 Warning: readfile(/no/such/file/dir): Failed to open stream: No such file or directory in %s on lin…
/php-src/Zend/tests/
H A Dexception_009.phpt28 Fatal error: Uncaught Error: Object of class stdClass could not be converted to string in [no activ…
32 thrown in [no active file] on line 0
H A Dbug36006.phpt9 $this->dad = null; /* no segfault if this is commented out */
17 $this->son->dad = $this; /* no segfault if this is commented out */
/php-src/ext/pgsql/
H A Dconfig.w323 ARG_WITH("pgsql", "PostgreSQL support", "no");
5 if (PHP_PGSQL != "no") {
/php-src/ext/sqlite3/
H A Dconfig.w323 ARG_WITH("sqlite3", "SQLite 3 support", "no");
5 if (PHP_SQLITE3 != "no") {
/php-src/ext/pdo/
H A Dconfig.m47 if test "$PHP_PDO" != "no"; then
8 dnl Make sure $PHP_PDO is 'yes' when it's not 'no' :)
/php-src/ext/dom/tests/
H A DDOMDocument_standalone_basic.phpt32 echo "Document is no longer standalone\n";
43 Document is no longer standalone
44 string(136) "<?xml version="1.0" encoding="UTF-8" standalone="no"?>
H A Dbug80332_1.phpt26 … echo "Attribute [{$key_formatted}] isset: ", isset($span->attributes[$key]) ? "yes" : "no", "\n";
35 // This one should fail because there is no 'hi' attribute
68 Attribute ['hi'] isset: no
84 Attribute ['2147483647'] isset: no
/php-src/ext/spl/tests/
H A Dheap_004.phpt59 Exception: Heap is corrupted, heap properties are no longer ensured.
60 Exception: Heap is corrupted, heap properties are no longer ensured.
61 Exception: Heap is corrupted, heap properties are no longer ensured.
H A Dpqueue_002.phpt59 Exception: Heap is corrupted, heap properties are no longer ensured.
60 Exception: Heap is corrupted, heap properties are no longer ensured.
61 Exception: Heap is corrupted, heap properties are no longer ensured.
/php-src/ext/pcntl/
H A Dconfig.m46 if test "$PHP_PCNTL" != "no"; then
58 [php_cv_func_sched_getcpu=no],
59 [php_cv_func_sched_getcpu=no])])
/php-src/ext/pcre/tests/
H A Dpreg_match_caseless_restrict.phpt14 var_dump(preg_match('/AskZ/iur', "A\u{17f}kZ")); // no match
15 var_dump(preg_match('/AskZ/iur', "As\u{212a}Z")); // no match
27 var_dump(preg_match('/A\x{17f}\x{212a}Z/iur', 'AskZ')); // no match
40 var_dump(preg_match('/[\x{17f}\x{212a}]+/iur', 'AskZ')); // no match
56 var_dump(preg_match('/s(?r)s(?-r)s(?r:s)s/iu', "\u{17f}\u{17f}\u{17f}S\u{17f}")); // no match
57 var_dump(preg_match('/s(?r)s(?-r)s(?r:s)s/iu', "\u{17f}S\u{17f}\u{17f}\u{17f}")); // no match
59 var_dump(preg_match('/k(?^i)k/iur', "\u{212a}\u{212a}")); // no match
/php-src/ext/dba/tests/
H A Dskipif.inc2 if (!sizeof(dba_handlers())) die('skip no handlers installed');
10 die('skip no handler available that can be used for the test');
/php-src/ext/standard/tests/strings/
H A Dsimilar_text_basic.phpt4 Mats Lindh <mats at lindh.no>
5 #Testfest php.no
H A Dsscanf_error.phpt11 echo "\n-- Testing sscanf() function with more than expected no. of arguments --\n";
22 -- Testing sscanf() function with more than expected no. of arguments --
/php-src/ext/pdo_pgsql/
H A Dconfig.w323 ARG_WITH("pdo-pgsql", "PostgreSQL support for PDO", "no");
5 if (PHP_PDO_PGSQL != "no") {
/php-src/ext/pdo_sqlite/
H A Dconfig.w323 ARG_WITH("pdo-sqlite", "for pdo_sqlite support", "no");
5 if (PHP_PDO_SQLITE != "no") {
/php-src/ext/snmp/
H A Dconfig.w323 ARG_WITH("snmp", "SNMP support", "no");
5 if (PHP_SNMP != "no") {

Completed in 27 milliseconds

12345678910>>...54