Home
last modified time | relevance | path

Searched refs:no (Results 126 – 150 of 1586) sorted by relevance

12345678910>>...64

/PHP-5.5/ext/json/tests/
H A Djson_decode_error.phpt18 echo "\n-- Testing json_decode() function with no arguments --\n";
21 echo "\n-- Testing json_decode() function with more than expected no. of arguments --\n";
30 -- Testing json_decode() function with no arguments --
35 -- Testing json_decode() function with more than expected no. of arguments --
/PHP-5.5/ext/session/
H A Dconfig.m49 [ --with-mm[=DIR] SESSION: Include mm support for session storage], no, no)
11 if test "$PHP_SESSION" != "no"; then
22 if test "$PHP_MM" != "no"; then
/PHP-5.5/ext/standard/tests/math/
H A Dhypot_error.phpt12 echo "\n-- Testing hypot() function with less than expected no. of arguments --\n";
16 echo "\n-- Testing hypot() function with more than expected no. of arguments --\n";
24 -- Testing hypot() function with less than expected no. of arguments --
30 -- Testing hypot() function with more than expected no. of arguments --
H A Ddecbin_error.phpt19 echo "\n-- Testing expm1() function with less than expected no. of arguments --\n";
21 echo "\n-- Testing expm1() function with more than expected no. of arguments --\n";
29 -- Testing expm1() function with less than expected no. of arguments --
33 -- Testing expm1() function with more than expected no. of arguments --
/PHP-5.5/ext/date/tests/
H A Dbug30096.phpt7 echo "no dst --> dst\n";
14 echo "\ndst --> no dst\n";
38 no dst --> dst
44 dst --> no dst
H A Ddate_error.phpt18 echo "\n-- Testing date function with no arguments --\n";
21 echo "\n-- Testing date function with more than expected no. of arguments --\n";
30 -- Testing date function with no arguments --
35 -- Testing date function with more than expected no. of arguments --
/PHP-5.5/ext/standard/tests/array/
H A Dcurrent_variation5.phpt21 $a = array('yes', 'maybe', 'no');
35 $a = array('yes', 'maybe', 'no');
51 string(2) "no"
57 string(2) "no"
H A Darray_map_error.phpt17 echo "\n-- Testing array_map() function with one less than expected no. of arguments --\n";
23 echo "\n-- Testing array_map() function with less no. of arrays than callback function arguments --…
30 echo "\n-- Testing array_map() function with more no. of arrays than callback function arguments --…
45 -- Testing array_map() function with one less than expected no. of arguments --
50 -- Testing array_map() function with less no. of arrays than callback function arguments --
66 -- Testing array_map() function with more no. of arrays than callback function arguments --
H A Darray_uintersect_uassoc_error.phpt24 echo "\n-- Testing array_uintersect_uassoc() function with more than expected no. of arguments --\n…
28 echo "\n-- Testing array_uintersect_uassoc() function with less than expected no. of arguments --\n…
36 -- Testing array_uintersect_uassoc() function with more than expected no. of arguments --
38 Warning: array_uintersect_uassoc() expects parameter 5 to be a valid callback, no array or string g…
41 -- Testing array_uintersect_uassoc() function with less than expected no. of arguments --
H A Darray_udiff_uassoc_error.phpt23 echo "\n-- Testing array_udiff_uassoc() function with more than expected no. of arguments --\n";
27 echo "\n-- Testing array_udiff_uassoc() function with less than expected no. of arguments --\n";
35 -- Testing array_udiff_uassoc() function with more than expected no. of arguments --
37 Warning: array_udiff_uassoc() expects parameter 5 to be a valid callback, no array or string given …
40 -- Testing array_udiff_uassoc() function with less than expected no. of arguments --
/PHP-5.5/ext/standard/tests/strings/
H A Dparse_str_error1.phpt14 echo "\n-- Testing htmlentities() function with less than expected no. of arguments --\n";
16 echo "\n-- Testing htmlentities() function with more than expected no. of arguments --\n";
25 -- Testing htmlentities() function with less than expected no. of arguments --
29 -- Testing htmlentities() function with more than expected no. of arguments --
H A Dquoted_printable_decode_error.phpt12 echo "\n-- Testing quoted_printable_decode() function with no arguments --\n";
15 echo "\n-- Testing quoted_printable_decode() function with more than expected no. of arguments --\n…
29 -- Testing quoted_printable_decode() function with no arguments --
34 -- Testing quoted_printable_decode() function with more than expected no. of arguments --
H A Dconvert_cyr_string_error.phpt18 echo "\n-- Testing convert_cyr_string() function with no arguments --\n";
21 echo "\n-- Testing convert_cyr_string() function with no 'to' character set --\n";
24 echo "\n-- Testing convert_cyr_string() function with more than expected no. of arguments --\n";
41 -- Testing convert_cyr_string() function with no arguments --
46 -- Testing convert_cyr_string() function with no 'to' character set --
51 -- Testing convert_cyr_string() function with more than expected no. of arguments --
/PHP-5.5/ext/odbc/
H A Dconfig.m4132 AC_MSG_RESULT(no)
152 AC_MSG_RESULT(no)
179 AC_MSG_RESULT(no)
218 AC_MSG_RESULT(no)
240 AC_MSG_RESULT(no)
265 AC_MSG_RESULT(no)
307 AC_MSG_RESULT(no)
356 AC_MSG_RESULT(no)
385 AC_MSG_RESULT(no)
423 AC_MSG_RESULT(no)
[all …]
/PHP-5.5/ext/spl/tests/
H A Diterator_026.phpt15 echo "hasNext: " . ($it->getInnerIterator()->hasNext() ? "yes" : "no") . "\n";
35 hasNext: no
37 hasNext: no
/PHP-5.5/ext/xmlrpc/
H A Dconfig.w324 ARG_WITH("xmlrpc", "XMLRPC-EPI support", "no");
6 if (PHP_XMLRPC != "no") {
17 PHP_XMLRPC = "no";
/PHP-5.5/ext/standard/tests/file/
H A Dfilegroup_error.phpt12 var_dump( filegroup("/no/such/file/dir") );
18 /* Invalid no.of arguments */
20 var_dump( filegroup("/no/such/file", "root") ); // args > expected
28 Warning: filegroup(): stat failed for /no/such/file/dir in %s on line %d
H A Dfilesize_error.phpt14 var_dump( filesize("/no/such/file") );
15 var_dump( filesize("/no/such/dir") );
28 Warning: filesize(): stat failed for /no/such/file in %s on line %d
31 Warning: filesize(): stat failed for /no/such/dir in %s on line %d
H A Dfileowner_error.phpt12 var_dump( fileowner("/no/such/file/dir") );
18 /* Invalid no.of arguments */
20 var_dump( fileowner("/no/such/file", "root") ); // args > expected
28 Warning: fileowner(): stat failed for /no/such/file/dir in %s on line %d
/PHP-5.5/ext/sockets/tests/
H A Dipv6_skipif.inc3 die('skip no IPv6 support');
6 die('skip no IPv6 support');
/PHP-5.5/ext/standard/tests/general_functions/
H A Dfloatval_error.phpt12 echo "\n-- Testing floatval() and doubleval() function with no arguments --\n";
16 echo "\n-- Testing floatval() and doubleval() function with more than expected no. of arguments --\…
25 -- Testing floatval() and doubleval() function with no arguments --
33 -- Testing floatval() and doubleval() function with more than expected no. of arguments --
H A Dset_magic_quotes_runtime_error.phpt13 echo "\n-- Testing set_magic_quotes_runtime() function with less than expected no. of arguments --\…
16 echo "\n-- Testing set_magic_quotes_runtime() function with more than expected no. of arguments --\…
24 -- Testing set_magic_quotes_runtime() function with less than expected no. of arguments --
31 -- Testing set_magic_quotes_runtime() function with more than expected no. of arguments --
/PHP-5.5/ext/standard/tests/network/
H A Dsyslog_error.phpt15 echo "\n-- Testing syslog() function with more than expected no. of arguments --\n";
22 echo "\n-- Testing syslog() function with less than expected no. of arguments --\n";
31 -- Testing syslog() function with more than expected no. of arguments --
36 -- Testing syslog() function with less than expected no. of arguments --
/PHP-5.5/ext/dom/
H A Dconfig.m410 [ --with-libxml-dir[=DIR] DOM: libxml2 install prefix], no, no)
13 if test "$PHP_DOM" != "no"; then
15 if test "$PHP_LIBXML" = "no"; then
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_class_vars_error.phpt15 echo "\n-- Testing get_class_vars() function with more than expected no. of arguments --\n";
21 echo "\n-- Testing get_class_vars() function with less than expected no. of arguments --\n";
29 -- Testing get_class_vars() function with more than expected no. of arguments --
34 -- Testing get_class_vars() function with less than expected no. of arguments --

Completed in 71 milliseconds

12345678910>>...64