Home
last modified time | relevance | path

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

12345678910>>...69

/PHP-7.1/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-7.1/ext/mysqli/
H A Dconfig.m428 AC_MSG_RESULT([no])
34 to mysql_config. If no value or mysqlnd is passed
40 Note: Does not work with MySQL native driver!], no, no)
46 If unspecified, the default locations are searched], no, no)
52 elif test "$PHP_MYSQLI" != "no"; then
107 if test "$PHP_MYSQLI" != "no"; then
109 if test "$PHP_MYSQL_SOCK" != "no" && test "$PHP_MYSQL_SOCK" != "yes"; then
116 AC_MSG_RESULT([no])
/PHP-7.1/ext/soap/
H A Dconfig.w324 ARG_ENABLE("soap", "SOAP support", "no");
6 if (PHP_SOAP != "no") {
20 PHP_SOAP = "no"
/PHP-7.1/ext/soap/tests/
H A Dbug70875.phpt2 SOAP Bug #70875 - Segmentation fault if wsdl has no targetNamespace attribute
14 die("no SIGSEGV");
50 no SIGSEGV
/PHP-7.1/ext/spl/tests/
H A Diterator_026.phpt15 echo "hasNext: " . ($it->getInnerIterator()->hasNext() ? "yes" : "no") . "\n";
35 hasNext: no
37 hasNext: no
/PHP-7.1/ext/sockets/tests/
H A Dipv6_skipif.inc3 die('skip no IPv6 support');
6 die('skip no IPv6 support');
/PHP-7.1/ext/standard/tests/file/
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 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
27 Warning: filegroup(): stat failed for /no/such/file/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
27 Warning: fileowner(): stat failed for /no/such/file/dir in %s on line %d
/PHP-7.1/ext/standard/tests/strings/
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 --
H A Dstrcoll_error.phpt11 echo "\n-- Testing strcoll() function with no arguments --\n";
18 echo "\n-- Testing strcoll() function with more than expected no. of arguments --\n";
27 -- Testing strcoll() function with no arguments --
40 -- Testing strcoll() function with more than expected no. of arguments --
H A Dunpack_error.phpt13 echo "\n-- Testing unpack() function with no arguments --\n";
16 echo "\n-- Testing unpack() function with more than expected no. of arguments --\n";
28 -- Testing unpack() function with no arguments --
33 -- Testing unpack() function with more than expected no. of arguments --
/PHP-7.1/ext/sysvshm/
H A Dconfig.w323 ARG_ENABLE('sysvshm', 'SysV Shared Memory support', 'no');
5 if (PHP_SYSVSHM != 'no') {
/PHP-7.1/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-7.1/ext/standard/tests/array/
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 --
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_intersect_key_error.phpt16 echo "\n-- Testing array_intersect_key() function with less than expected no. of arguments --\n";
20 echo "\n-- Testing array_intersect_key() function with no arguments --\n";
27 -- Testing array_intersect_key() function with less than expected no. of arguments --
32 -- Testing array_intersect_key() function with no arguments --
/PHP-7.1/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 --
/PHP-7.1/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 --
/PHP-7.1/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-7.1/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-7.1/ext/xmlrpc/
H A Dconfig.w324 ARG_WITH("xmlrpc", "XMLRPC-EPI support", "no");
6 if (PHP_XMLRPC != "no") {
19 PHP_XMLRPC = "no";
/PHP-7.1/Zend/tests/
H A Dbug26281.phpt8 echo "no crash\n";
13 no crash

Completed in 56 milliseconds

12345678910>>...69