Home
last modified time | relevance | path

Searched refs:no (Results 201 – 225 of 1738) sorted by relevance

12345678910>>...70

/PHP-7.2/ext/xml/tests/
H A Dxml_parse_into_struct_error.phpt20 echo "\n-- Testing xml_parse_into_struct() function with more than expected no. of arguments --\n";
29 echo "\n-- Testing xml_parse_into_struct() function with less than expected no. of arguments --\n";
39 -- Testing xml_parse_into_struct() function with more than expected no. of arguments --
44 -- Testing xml_parse_into_struct() function with less than expected no. of arguments --
/PHP-7.2/ext/gd/tests/
H A Dimagecolorallocate_error.phpt25 echo "\n-- Testing imagecolorallocate() function with more than expected no. of arguments --\n";
29 echo "\n-- Testing imagecolorallocate() function with less than expected no. of arguments --\n";
37 -- Testing imagecolorallocate() function with more than expected no. of arguments --
42 -- Testing imagecolorallocate() function with less than expected no. of arguments --
/PHP-7.2/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.2/ext/fileinfo/tests/
H A Dfinfo_buffer_error.phpt20 echo "\n-- Testing finfo_buffer() function with more than expected no. of arguments --\n";
27 echo "\n-- Testing finfo_buffer() function with less than expected no. of arguments --\n";
36 -- Testing finfo_buffer() function with more than expected no. of arguments --
41 -- Testing finfo_buffer() function with less than expected no. of arguments --
/PHP-7.2/ext/date/tests/
H A Dcheckdate_error.phpt21 echo "\n-- Testing checkdate() function with more than expected no. of arguments --\n";
24 echo "\n-- Testing checkdate() function with less than expected no. of arguments --\n";
34 -- Testing checkdate() function with more than expected no. of arguments --
39 -- Testing checkdate() function with less than expected no. of arguments --
H A Ddate_sun_info_error.phpt16 echo "\n-- Testing date_sun_info() function with less than expected no. of arguments --\n";
22 echo "\n-- Testing date_sun_info() function with more than expected no. of arguments --\n";
31 -- Testing date_sun_info() function with less than expected no. of arguments --
42 -- Testing date_sun_info() function with more than expected no. of arguments --
/PHP-7.2/ext/standard/tests/mail/
H A Dmail_error.phpt15 echo "\n-- Testing mail() function with more than expected no. of arguments --\n";
25 echo "\n-- Testing mail() function with less than expected no. of arguments --\n";
35 -- Testing mail() function with more than expected no. of arguments --
40 -- Testing mail() function with less than expected no. of arguments --
/PHP-7.2/ext/odbc/
H A Dconfig.w324 ARG_ENABLE("odbc", "ODBC support", "no");
13 if ("no" == PHP_ODBCVER) {
20 PHP_ODBC = "no"
/PHP-7.2/ext/standard/tests/dir/
H A Dscandir_variation7.phpt43 /*5*/ 0400, // owner has read only, group and others have no permission
44 0600, // owner has rw only, group and others have no permission
46 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
47 0407, // owner has read only, other has rwx & group has no permission
49 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission
50 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
/PHP-7.2/TSRM/
H A Dtsrm.m410 ac_result=no
105 TSRM_PTH=no
112 TSRM_ST=no
124 if test "$TSRM_PTH" != "no"; then
126 elif test "$TSRM_ST" != "no"; then
128 elif test "$TSRM_PTHREADS" != "no"; then
/PHP-7.2/Zend/
H A DZend.m425 ], AC_MSG_RESULT(no)
79 AC_MSG_RESULT(no)
84 AC_MSG_RESULT(no)
136 AC_MSG_RESULT(no)
138 AC_MSG_RESULT(no)
149 ZEND_DEBUG=no
218 AC_MSG_RESULT(no)
308 AC_MSG_RESULT(no)
311 AC_MSG_RESULT(no)
363 AC_MSG_RESULT(no)
[all …]
/PHP-7.2/ext/exif/tests/
H A Dexif_encoding_crash.phpt9 echo "*** no core dump ***\n";
13 *** no core dump ***
/PHP-7.2/Zend/tests/
H A Dclass_name_as_scalar_error_007.phpt2 Cannot access self::class when no class scope is active
10 Fatal error: Uncaught Error: Cannot use "self" when no class scope is active in %s:3
/PHP-7.2/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.2/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.2/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…
/PHP-7.2/ext/pdo_mysql/
H A Dconfig.m47 If no value or mysqlnd is passed as DIR, the
12 [ --with-zlib-dir[=DIR] PDO_MySQL: Set the path to libz install prefix], no, no)
15 if test "$PHP_PDO_MYSQL" != "no"; then
19 if test "$PHP_MYSQL_SOCK" != "no" && test "$PHP_MYSQL_SOCK" != "yes"; then
26 AC_MSG_RESULT([no])
29 if test "$PHP_PDO" = "no" && test "$ext_shared" = "no"; then
111 if test "$PHP_ZLIB_DIR" != "no"; then
/PHP-7.2/ext/spl/tests/
H A Diterator_058.phpt21 echo 'no Exception thrown';
24 no Exception thrown
/PHP-7.2/ext/pcre/tests/
H A Dpreg_grep_error.phpt14 echo "\n-- Testing preg_grep() function with more than expected no. of arguments --\n";
21 echo "\n-- Testing preg_grep() function with less than expected no. of arguments --\n";
34 -- Testing preg_grep() function with more than expected no. of arguments --
39 -- Testing preg_grep() function with less than expected no. of arguments --
H A Dpreg_match_all_error.phpt14 echo "\n-- Testing preg_match_all() function with more than expected no. of arguments --\n";
22 echo "\n-- Testing preg_match_all() function with less than expected no. of arguments --\n";
35 -- Testing preg_match_all() function with more than expected no. of arguments --
40 -- Testing preg_match_all() function with less than expected no. of arguments --
H A Dpreg_match_error.phpt14 echo "\n-- Testing preg_match() function with more than expected no. of arguments --\n";
22 echo "\n-- Testing preg_match() function with less than expected no. of arguments --\n";
35 -- Testing preg_match() function with more than expected no. of arguments --
40 -- Testing preg_match() function with less than expected no. of arguments --
H A Dpreg_replace_error.phpt14 echo "\n-- Testing preg_replace() function with more than expected no. of arguments --\n";
22 echo "\n-- Testing preg_replace() function with less than expected no. of arguments --\n";
36 -- Testing preg_replace() function with more than expected no. of arguments --
41 -- Testing preg_replace() function with less than expected no. of arguments --
H A Dpreg_split_error.phpt14 echo "\n-- Testing preg_split() function with more than expected no. of arguments --\n";
22 echo "\n-- Testing preg_split() function with less than expected no. of arguments --\n";
35 -- Testing preg_split() function with more than expected no. of arguments --
40 -- Testing preg_split() function with less than expected no. of arguments --
/PHP-7.2/ext/standard/tests/array/
H A Darray_combine_error1.phpt18 echo "\n-- Testing array_combine() function with more than expected no. of arguments --\n";
25 echo "\n-- Testing array_combine() function with less than expected no. of arguments --\n";
39 -- Testing array_combine() function with more than expected no. of arguments --
44 -- Testing array_combine() function with less than expected no. of arguments --
/PHP-7.2/ext/hash/tests/
H A Dhash_error.phpt15 echo "\n-- Testing hash() function with less than expected no. of arguments --\n";
19 echo "\n-- Testing hash() function with more than expected no. of arguments --\n";
31 -- Testing hash() function with less than expected no. of arguments --
39 -- Testing hash() function with more than expected no. of arguments --

Completed in 91 milliseconds

12345678910>>...70