Home
last modified time | relevance | path

Searched refs:no (Results 176 – 200 of 1293) sorted by relevance

12345678910>>...52

/php-src/ext/curl/
H A Dconfig.w323 ARG_WITH("curl", "cURL support", "no");
5 if (PHP_CURL != "no") {
21 (((PHP_ZLIB=="no") && (CHECK_LIB("zlib_a.lib;zlib.lib", "curl", PHP_CURL))) ||
/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/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/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/standard/tests/file/
H A Dfile_get_contents_variation8-win32.phpt29 "/no/such/file/dir" => "/no/such/file/dir",
74 -- Filename: /no/such/file/dir --
76 Warning: file_get_contents(/no/such/file/dir): Failed to open stream: No such file or directory in …
H A Dtouch.phpt34 var_dump(touch("/no/such/file/or/directory"));
39 touch("/no/such/file/or/directory", null, 1599492068);
58 Warning: touch(): Unable to create file /no/such/file/or/directory because %s in %s on line %d
H A Dfiletype_error.phpt7 print( filetype("/no/such/file/dir") );
17 Warning: filetype(): Lstat failed for /no/such/file/dir in %s on line %d
H A Dfopen_variation14.phpt2 Test fopen() function : variation: file uri, no use include path
93 Warning: fopen(file://fopen14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable wra…
98 Warning: fopen(file://fopen14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable wra…
103 Warning: fopen(file://./fopen14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable w…
108 Warning: fopen(file://./fopen14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable w…
117 Warning: fopen(file://../fopen14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable …
122 Warning: fopen(file://../fopen14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable …
H A Dlchgrp_basic.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') die('skip no windows support');
6 if (!function_exists("posix_getgid")) die("skip no posix_getgid()");
/php-src/ext/dom/tests/
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/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/fileinfo/
H A Dconfig.w323 ARG_ENABLE("fileinfo", "fileinfo support", "no");
5 if (PHP_FILEINFO != 'no') {
/php-src/ext/intl/tests/
H A Dnormalizer_normalize_kc_cf.phpt76 $res_str .= " is in form '{$forms_str[$form]}'? = " . ($is_norm ? "yes" : "no")
91 is in form 'UNORM_FORM_KC_CF'? = no error info: 'U_ZERO_ERROR' (0)
97 is in form 'UNORM_FORM_KC_CF'? = no error info: 'U_ZERO_ERROR' (0)
99 is in form 'UNORM_FORM_KC_CF'? = no error info: 'U_ZERO_ERROR' (0)
101 is in form 'UNORM_FORM_KC_CF'? = no error info: 'U_ZERO_ERROR' (0)
103 is in form 'UNORM_FORM_KC_CF'? = no error info: 'U_ZERO_ERROR' (0)
/php-src/ext/mysqli/tests/
H A Dmysqli_poll.phpt61 printf("[%03d + 2] Can fetch resultset although no query has been run!\n", $offset);
66 … printf("[%03d + 4] Cannot fetch and no error set - non resultset query (no SELECT)!\n", $offset);
80 // Connections on which no query has been sent - 1
95 // Connections on which no query has been sent - 2
103 // Connections on which no query has been sent - 3
/php-src/ext/date/tests/
H A DDateTimeZone_construct_error.phpt10 echo "\n-- Testing new DateTimeZone() with more than expected no. of arguments --\n";
23 -- Testing new DateTimeZone() with more than expected no. of arguments --
H A DDateTime_construct_error.phpt10 echo "\n-- Testing new DateTime() with more than expected no. of arguments --\n";
24 -- Testing new DateTime() with more than expected no. of arguments --
/php-src/ext/pdo/
H A Dconfig.m47 if test "$PHP_PDO" != "no"; then
9 dnl Make sure $PHP_PDO is 'yes' when it's not 'no' :)
/php-src/ext/posix/tests/
H A Dposix_isatty_manual_zpp.phpt20 'float no decimal' => 1.0,
23 'string float no decimal' => "1.0",
44 float no decimal:bool(false)
49 string float no decimal:bool(false)
/php-src/ext/pdo_mysql/
H A Dconfig.w323 ARG_WITH("pdo-mysql", "MySQL support for PDO", "no");
5 if (PHP_PDO_MYSQL != "no") {
/php-src/ext/opcache/tests/jit/
H A Dinc_023.phpt22 Deprecated: Decrement on non-numeric string has no effect and is deprecated in %s on line %d
25 Deprecated: Decrement on non-numeric string has no effect and is deprecated in %s on line %d
/php-src/ext/phar/tests/
H A Dphar_metadata_write3.phpt40 echo "Calling getMetadata with no allowed_classes\n";
44 // Part of this is a test that there are no unexpected behaviors when both selMetadata and getMetad…
50 echo "Calling getMetadata with no options returns the original metadata value\n";
69 Calling getMetadata with no allowed_classes
96 Calling getMetadata with no options returns the original metadata value
/php-src/tests/classes/
H A Darray_access_008.phpt58 Notice: Indirect modification of overloaded element of Peoples has no effect in %sarray_access_008.…
61 Notice: Indirect modification of overloaded element of Peoples has no effect in %sarray_access_008.…
64 Notice: Indirect modification of overloaded element of Peoples has no effect in %sarray_access_008.…

Completed in 29 milliseconds

12345678910>>...52