Home
last modified time | relevance | path

Searched refs:no (Results 101 – 125 of 1386) sorted by relevance

12345678910>>...56

/PHP-7.4/ext/pdo_firebird/
H A Dconfig.m47 if test "$PHP_PDO_FIREBIRD" != "no"; then
9 if test "$PHP_PDO" = "no" && test "$ext_shared" = "no"; then
13 AC_PATH_PROG(FB_CONFIG, fb_config, no)
/PHP-7.4/ext/sockets/
H A Dconfig.m46 if test "$PHP_SOCKETS" != "no"; then
19 [ac_cv_ss_family=yes], [ac_cv_ss_family=no])
32 [ac_cv_gai_ai_v4mapped=yes], [ac_cv_gai_ai_v4mapped=no])
45 [ac_cv_gai_ai_all=yes], [ac_cv_gai_ai_all=no])
58 [ac_cv_gai_ai_idn=yes], [ac_cv_gai_ai_idn=no])
/PHP-7.4/ext/standard/tests/network/
H A Dinet_ipv6.phpt5 if (!function_exists("inet_ntop")) die("skip no inet_ntop()");
6 if (!function_exists("inet_pton")) die("skip no inet_pton()");
10 die("skip no IPv6 support");
/PHP-7.4/ext/odbc/
H A Dconfig.m4128 AC_MSG_RESULT(no)
149 AC_MSG_RESULT(no)
177 AC_MSG_RESULT(no)
217 AC_MSG_RESULT(no)
243 AC_MSG_RESULT(no)
285 AC_MSG_RESULT(no)
313 AC_MSG_RESULT(no)
331 AC_MSG_RESULT(no)
354 AC_MSG_RESULT(no)
382 AC_MSG_RESULT(no)
[all …]
H A Dconfig.w323 ARG_ENABLE("odbc", "ODBC support", "no");
12 if ("no" == PHP_ODBCVER) {
19 PHP_ODBC = "no"
/PHP-7.4/win32/build/
H A Dconfig.w3241 if (PHP_PGI == "yes" || PHP_PGO != "no") {
46 if (PHP_PGI == "yes" && PHP_PGO != "no") {
73 // no from disable-all
74 if(PHP_MP == 'auto' || PHP_MP == 'no') {
151 PHP_ANALYZER = "no";
168 PHP_ANALYZER = "no";
203 PHP_ANALYZER = "no";
218 pvscfg.WriteLine("skip-cl-exe = no");
221 PHP_ANALYZER = "no"
307 if (PHP_SNAPSHOT_TEMPLATE == "no") {
[all …]
/PHP-7.4/ext/standard/tests/dir/
H A Dscandir_variation7.phpt35 /*5*/ 0400, // owner has read only, group and others have no permission
36 0600, // owner has rw only, group and others have no permission
38 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
39 0407, // owner has read only, other has rwx & group has no permission
41 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission
42 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
H A Dopendir_variation7.phpt36 /*5*/ 0400, // owner has read only, group and others have no permission
37 0600, // owner has rw only, group and others have no permission
39 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
40 0407, // owner has read only, other has rwx & group has no permission
42 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission
43 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
/PHP-7.4/ext/exif/tests/
H A Dexif_encoding_crash.phpt9 echo "*** no core dump ***\n";
13 *** no core dump ***
/PHP-7.4/
H A Dconfigure.ac191 [no])
198 [no])
212 [no],
213 [no])
754 [no])
779 [no],
780 [no])
816 [no],
817 [no])
849 [no],
[all …]
/PHP-7.4/build/
H A Dshtool189 gen_tmpfile=no
202 opt_n=no
203 opt_e=no
211 opt_v=no
212 opt_t=no
213 opt_d=no
214 opt_c=no
215 opt_C=no
216 opt_s=no
228 opt_t=no
[all …]
/PHP-7.4/ext/hash/tests/
H A Dhash_error.phpt13 echo "\n-- Testing hash() function with less than expected no. of arguments --\n";
17 echo "\n-- Testing hash() function with more than expected no. of arguments --\n";
29 -- Testing hash() function with less than expected no. of arguments --
37 -- Testing hash() function with more than expected no. of arguments --
H A Dhash_init_error.phpt7 echo "-- Testing hash_init() function with no parameters --\n";
16 echo "-- Testing hash_init() function with HASH_HMAC and no key --\n";
22 -- Testing hash_init() function with no parameters --
34 -- Testing hash_init() function with HASH_HMAC and no key --
H A Dhash_pbkdf2_basic.phpt15 echo "sha1(no length): " . hash_pbkdf2('sha1', 'password', 'salt', 1)."\n";
20 echo "sha256(no length): " . hash_pbkdf2('sha256', 'password', 'salt', 1)."\n";
30 sha1(no length): 0c60c80f961f0e71f3a9b524af6012062fe037a6
35 sha256(no length): 120fb6cffcf8b32c43e7225256c4f837a86548c92ccc35480805987cb70be17b
/PHP-7.4/ext/standard/tests/class_object/
H A Dproperty_exists_error.phpt18 echo "\n-- Testing property_exists() function with more than expected no. of arguments --\n";
22 echo "\n-- Testing property_exists() function with less than expected no. of arguments --\n";
33 -- Testing property_exists() function with more than expected no. of arguments --
38 -- Testing property_exists() function with less than expected no. of arguments --
/PHP-7.4/ext/standard/tests/strings/
H A Djoin_error.phpt18 echo "\n-- Testing join() function with more than expected no. of arguments --\n";
26 echo "\n-- Testing join() with less than expected no. of arguments --\n";
41 -- Testing join() function with more than expected no. of arguments --
46 -- Testing join() with less than expected no. of arguments --
/PHP-7.4/ext/standard/tests/file/
H A Dchmod_error.phpt15 echo "\n-- Testing chmod() function with more than expected no. of arguments --\n";
22 echo "\n-- Testing chmod() function with less than expected no. of arguments --\n";
35 -- Testing chmod() function with more than expected no. of arguments --
40 -- Testing chmod() function with less than expected no. of arguments --
/PHP-7.4/ext/imap/tests/
H A Dimap_fetchheader_error.phpt22 echo "\n-- Testing imap_fetchheader() function with more than expected no. of arguments --\n";
31 echo "\n-- Testing imap_fetchheader() function with less than expected no. of arguments --\n";
40 -- Testing imap_fetchheader() function with more than expected no. of arguments --
45 -- Testing imap_fetchheader() function with less than expected no. of arguments --
/PHP-7.4/ext/gettext/
H A Dconfig.w323 ARG_WITH("gettext", "gettext support", "no");
5 if (PHP_GETTEXT != "no") {
/PHP-7.4/ext/ftp/
H A Dconfig.w323 ARG_ENABLE("ftp", "ftp support", "no");
5 if (PHP_FTP != "no") {
/PHP-7.4/ext/spl/tests/
H A Diterator_058.phpt21 echo 'no Exception thrown';
24 no Exception thrown
/PHP-7.4/ext/xmlwriter/
H A Dconfig.m47 if test "$PHP_XMLWRITER" != "no"; then
9 if test "$PHP_LIBXML" = "no"; then
/PHP-7.4/ext/sqlite3/
H A Dconfig.w323 ARG_WITH("sqlite3", "SQLite 3 support", "no");
5 if (PHP_SQLITE3 != "no") {
/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_objects_009.phpt2 Custom unserialization of classes with no custom unserializer.
26 Warning: Class __PHP_Incomplete_Class has no unserializer in %sserialization_objects_009.php on lin…
28 Warning: Class C has no unserializer in %sserialization_objects_009.php on line %d
/PHP-7.4/ext/curl/tests/
H A Dbug63795.phpt2 Bug #63795 (CURL >= 7.28.0 no longer support value 1 for CURLOPT_SSL_VERIFYHOST)
28 Notice: curl_setopt(): CURLOPT_SSL_VERIFYHOST no longer accepts the value 1, value 2 will be used i…
32 Notice: curl_setopt(): CURLOPT_SSL_VERIFYHOST no longer accepts the value 1, value 2 will be used i…

Completed in 63 milliseconds

12345678910>>...56