Home
last modified time | relevance | path

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

12345678910>>...70

/PHP-7.2/ext/date/tests/
H A DDateTime_modify_error.phpt19 echo "\n-- Testing DateTime::modify() function with less than expected no. of arguments --\n";
22 echo "\n-- Testing DateTime::modify() function with more than expected no. of arguments --\n";
32 -- Testing DateTime::modify() function with less than expected no. of arguments --
37 -- Testing DateTime::modify() function with more than expected no. of arguments --
H A Ddate_default_timezone_set_error.phpt12 echo "\n-- Testing date_default_timezone_set() function with less than expected no. of arguments --…
15 echo "\n-- Testing date_default_timezone_set() function with more than expected no. of arguments --…
27 -- Testing date_default_timezone_set() function with less than expected no. of arguments --
32 -- Testing date_default_timezone_set() function with more than expected no. of arguments --
H A Ddate_get_last_errors_basic.phpt10 var_dump(date_get_last_errors()); // no date was parsed, so no errors
/PHP-7.2/ext/standard/tests/strings/
H A Dsscanf_error.phpt15 echo "\n-- Testing sscanf() function with no arguments --\n";
21 echo "\n-- Testing sscanf() function with more than expected no. of arguments --\n";
30 -- Testing sscanf() function with no arguments --
40 -- Testing sscanf() function with more than expected no. of arguments --
H A Dstrrchr_error.phpt18 echo "\n-- Testing strrchr() function with less than expected no. of arguments --";
21 echo "\n-- Testing strrchr() function with more than expected no. of arguments --";
33 -- Testing strrchr() function with less than expected no. of arguments --
37 -- Testing strrchr() function with more than expected no. of arguments --
/PHP-7.2/ext/exif/tests/
H A Dexif_imagetype_error.phpt15 echo "\n-- Testing exif_imagetype() function with no arguments --\n";
18 echo "\n-- Testing exif_imagetype() function with more than expected no. of arguments --\n";
31 -- Testing exif_imagetype() function with no arguments --
36 -- Testing exif_imagetype() function with more than expected no. of arguments --
/PHP-7.2/tests/output/
H A Dob_start_error_002.phpt18 var_dump(ob_start("C::no"));
19 var_dump(ob_start("no"));
33 Warning: ob_start(): class 'C' does not have a method 'no' in %s on line 15
38 Warning: ob_start(): function 'no' not found or invalid function name in %s on line 16
/PHP-7.2/ext/zlib/
H A Dconfig0.m49 [ --with-zlib-dir=<DIR> Define the location of zlib install directory], no, no)
11 if test "$PHP_ZLIB" != "no" || test "$PHP_ZLIB_DIR" != "no"; then
15 if test "$PHP_ZLIB" != "yes" -a "$PHP_ZLIB" != "no"; then
/PHP-7.2/ext/readline/
H A Dconfig.m48 if test "$PHP_LIBEDIT" = "no"; then
13 php_with_readline=no
16 if test "$PHP_READLINE" && test "$PHP_READLINE" != "no"; then
79 elif test "$PHP_LIBEDIT" != "no"; then
134 if test "$PHP_READLINE" != "no" || test "$PHP_LIBEDIT" != "no"; then
/PHP-7.2/ext/sockets/
H A Dconfig.m48 if test "$PHP_SOCKETS" != "no"; then
14 #include <sys/socket.h>], [struct cmsghdr s; s], ac_cv_cmsghdr=yes, ac_cv_cmsghdr=no)
39 ac_cv_ss_family=yes, ac_cv_ss_family=no)
52 ac_cv_gai_ai_v4mapped=yes, ac_cv_gai_ai_v4mapped=no)
65 ac_cv_gai_ai_all=yes, ac_cv_gai_ai_all=no)
78 ac_cv_gai_ai_idn=yes, ac_cv_gai_ai_idn=no)
/PHP-7.2/ext/standard/tests/file/
H A Dfgetss_variation1-win32.phpt66 …echo "-- fgetss() with default length, file pointer at 0 , expected : no character should be read …
67 var_dump( fgetss($file_handle) ); // expected : no character should be read
88 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
98 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
108 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
118 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
128 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
138 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
148 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
158 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
[all …]
H A Dfgetss_variation1.phpt62 …echo "-- fgetss() with default length, file pointer at 0 , expected : no character should be read …
63 var_dump( fgetss($file_handle) ); // expected : no character should be read
84 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
94 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
104 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
114 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
124 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
134 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
144 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
154 -- fgetss() with default length, file pointer at 0 , expected : no character should be read --
[all …]
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.2/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.2/sapi/embed/
H A Dconfig.w324 ARG_ENABLE('embed', 'Embedded SAPI library', 'no');
8 if (PHP_EMBED != "no") {
/PHP-7.2/ext/exif/
H A Dconfig.w324 ARG_ENABLE('exif', 'Exchangeable image information (EXIF) Support', 'no');
6 if(PHP_EXIF != 'no')
/PHP-7.2/ext/spl/tests/
H A Diterator_067.phpt10 echo "no exception";
16 no exception
/PHP-7.2/Zend/tests/
H A Dclosure_044.phpt6 * and doesn't have an instance if it has no scope */
24 echo "After binding, null scope, no instance", "\n";
32 echo "After binding, with scope, no instance", "\n";
49 After binding, null scope, no instance
63 After binding, with scope, no instance
/PHP-7.2/ext/zlib/tests/
H A Dgzopen_error.phpt21 echo "\n-- Testing gzopen() function with more than expected no. of arguments --\n";
29 echo "\n-- Testing gzopen() function with less than expected no. of arguments --\n";
38 -- Testing gzopen() function with more than expected no. of arguments --
43 -- Testing gzopen() function with less than expected no. of arguments --
/PHP-7.2/ext/standard/tests/array/
H A Darray_key_exists_error.phpt18 echo "\n-- Testing array_key_exists() function with more than expected no. of arguments --\n";
25 echo "\n-- Testing array_key_exists() function with less than expected no. of arguments --\n";
34 -- Testing array_key_exists() function with more than expected no. of arguments --
39 -- Testing array_key_exists() function with less than expected no. of arguments --
H A Darray_slice_error.phpt17 echo "\n-- Testing array_slice() function with more than expected no. of arguments --\n";
26 echo "\n-- Testing array_slice() function with less than expected no. of arguments --\n";
34 -- Testing array_slice() function with more than expected no. of arguments --
39 -- Testing array_slice() function with less than expected no. of arguments --
H A Dusort_error1.phpt17 echo "\n-- Testing usort() function with more than expected no. of arguments --\n";
24 echo "\n-- Testing usort() function with less than expected no. of arguments --\n";
32 -- Testing usort() function with more than expected no. of arguments --
37 -- Testing usort() function with less than expected no. of arguments --
/PHP-7.2/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.2/ext/xml/tests/
H A Dxml_set_object_error.phpt21 echo "\n-- Testing xml_set_object() function with more than expected no. of arguments --\n";
30 echo "\n-- Testing xml_set_object() function with less than expected no. of arguments --\n";
41 -- Testing xml_set_object() function with more than expected no. of arguments --
46 -- Testing xml_set_object() function with less than expected no. of arguments --
/PHP-7.2/ext/hash/tests/
H A Dhash_init_error.phpt11 echo "-- Testing hash_init() function with no parameters --\n";
20 echo "-- Testing hash_init() function with HASH_HMAC and no key --\n";
26 -- Testing hash_init() function with no parameters --
38 -- Testing hash_init() function with HASH_HMAC and no key --

Completed in 31 milliseconds

12345678910>>...70