Home
last modified time | relevance | path

Searched refs:no (Results 351 – 375 of 1738) sorted by relevance

1...<<11121314151617181920>>...70

/PHP-7.2/ext/ldap/
H A Dconfig.w324 ARG_WITH("ldap", "LDAP support", "no");
6 if (PHP_LDAP != "no") {
/PHP-7.2/ext/date/tests/
H A DDateTimeZone_construct_error.phpt15 echo "\n-- Testing new DateTimeZone() with more than expected no. of arguments --\n";
29 -- Testing new DateTimeZone() with more than expected no. of arguments --
H A Ddate_create_error.phpt13 echo "\n-- Testing date_create() function with more than expected no. of arguments --\n";
24 -- Testing date_create() function with more than expected no. of arguments --
H A Ddate_default_timezone_get-1-win32.phpt15 This gives no chance to hardcode the timezone name, for instance for UTC+1 it could choose
17 parametrized so there is no hardcoded timezone data.*/
H A Ddate_isodate_set_error.phpt21 echo "\n-- Testing date_isodate_set() function with less than expected no. of arguments --\n";
24 echo "\n-- Testing date_isodate_set() function with more than expected no. of arguments --\n";
48 -- Testing date_isodate_set() function with less than expected no. of arguments --
53 -- Testing date_isodate_set() function with more than expected no. of arguments --
H A Ddate_time_set_error.phpt18 echo "\n-- Testing date_time_set() function with less than expected no. of arguments --\n";
24 echo "\n-- Testing date_time_set() function with more than expected no. of arguments --\n";
48 -- Testing date_time_set() function with less than expected no. of arguments --
56 -- Testing date_time_set() function with more than expected no. of arguments --
/PHP-7.2/ext/standard/tests/strings/
H A Dsimilar_text_basic.phpt4 Mats Lindh <mats at lindh.no>
5 #Testfest php.no
H A Dstrncmp_error.phpt19 var_dump( strncmp($str1) ); //One argument, less than expected no. of args
20 var_dump( strncmp($str1, $str2) ); //Two arguments, less than expected no. of args
21 var_dump( strncmp($str1, $str2, $len, $extra_arg) ); //Four arguments, greater than expected no. o…
H A Dstrrev_error.phpt14 echo "\n-- Testing strrev() function with more than expected no. of arguments --";
24 -- Testing strrev() function with more than expected no. of arguments --
/PHP-7.2/ext/standard/tests/general_functions/
H A Dget_loaded_extensions_error.phpt12 echo "\n-- Testing get_loaded_extensions() function with more than expected no. of arguments --\n";
22 -- Testing get_loaded_extensions() function with more than expected no. of arguments --
/PHP-7.2/ext/curl/tests/
H A Dcurl_version_error.phpt15 echo "\n-- Testing curl_version() function with more than expected no. of arguments --\n";
24 -- Testing curl_version() function with more than expected no. of arguments --
/PHP-7.2/ext/standard/tests/file/
H A Dis_executable_error.phpt10 var_dump( is_executable() ); // args < expected no of arguments
12 var_dump( is_executable(1, 2) ); // args > expected no. of arguments
H A Dfile_get_contents_variation8-win32.phpt34 "/no/such/file/dir" => "/no/such/file/dir",
89 -- Filename: /no/such/file/dir --
91 Warning: file_get_contents(/no/such/file/dir): failed to open stream: No such file or directory in …
H A Dreadfile_variation10-win32.phpt33 "/no/such/file/dir" => "/no/such/file/dir",
80 -- Filename: /no/such/file/dir --
82 Warning: readfile(/no/such/file/dir): failed to open stream: No such file or directory in %s on lin…
/PHP-7.2/ext/xsl/
H A Dconfig.m49 if test "$PHP_XSL" != "no"; then
11 if test "$PHP_LIBXML" = "no"; then
15 if test "$PHP_DOM" = "no"; then
/PHP-7.2/ext/oci8/tests/
H A Ddefine5.phpt4 <?php if (!extension_loaded('oci8')) die("skip no oci8 extension"); ?>
41 echo "Test 3 - no new define done\n";
68 Test 3 - no new define done
/PHP-7.2/ext/snmp/
H A Dconfig.m49 [ --with-openssl-dir[=DIR] SNMP: openssl install prefix], no, no)
11 if test "$PHP_SNMP" != "no"; then
/PHP-7.2/ext/hash/tests/
H A Dhash_hmac_file_error.phpt19 echo "\n-- Testing hash_hmac_file() function with less than expected no. of arguments --\n";
24 echo "\n-- Testing hash_hmac_file() function with more than expected no. of arguments --\n";
42 -- Testing hash_hmac_file() function with less than expected no. of arguments --
53 -- Testing hash_hmac_file() function with more than expected no. of arguments --
/PHP-7.2/ext/pdo_dblib/
H A Dconfig.m48 if test "$PHP_PDO_DBLIB" != "no"; then
10 if test "$PHP_PDO" = "no" && test "$ext_shared" = "no"; then
32 elif test "$PHP_PDO_DBLIB" != "no"; then
/PHP-7.2/Zend/tests/
H A Dclosure_043.phpt24 echo "After binding, null scope, no instance", "\n";
32 echo "After binding, with scope, no instance", "\n";
49 After binding, null scope, no instance
61 After binding, with scope, no instance
/PHP-7.2/ext/standard/tests/network/
H A Dfsockopen_error.phpt15 echo "\n-- Testing fsockopen() function with more than expected no. of arguments --\n";
26 echo "\n-- Testing fsockopen() function with less than expected no. of arguments --\n";
52 -- Testing fsockopen() function with more than expected no. of arguments --
59 -- Testing fsockopen() function with less than expected no. of arguments --
/PHP-7.2/ext/standard/tests/streams/
H A Dstream_set_timeout_error.phpt14 echo "\n-- Testing stream_set_timeout() function with more than expected no. of arguments --\n";
33 echo "\n-- Testing stream_set_timeout() function with less than expected no. of arguments --\n";
58 -- Testing stream_set_timeout() function with more than expected no. of arguments --
63 -- Testing stream_set_timeout() function with less than expected no. of arguments --
/PHP-7.2/ext/standard/tests/class_object/
H A Dget_class_error_001.phpt14 echo "\n-- Testing get_class() function with more than expected no. of arguments --\n";
24 -- Testing get_class() function with more than expected no. of arguments --
/PHP-7.2/ext/pcntl/
H A Dconfig.m48 if test "$PHP_PCNTL" != "no"; then
26 AC_MSG_RESULT([no])
/PHP-7.2/ext/reflection/tests/
H A DReflectionMethod_getStaticVariables_basic.phpt31 echo "\nMethod with no static variables:\n";
57 Method with no static variables:

Completed in 32 milliseconds

1...<<11121314151617181920>>...70