Home
last modified time | relevance | path

Searched refs:no (Results 326 – 350 of 1738) sorted by relevance

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

/PHP-7.2/ext/standard/tests/general_functions/
H A Descapeshellarg_error.phpt18 echo "\n-- Testing escapeshellarg() function with no arguments --\n";
21 echo "\n-- Testing escapeshellarg() function with more than expected no. of arguments --\n";
49 -- Testing escapeshellarg() function with no arguments --
54 -- Testing escapeshellarg() function with more than expected no. of arguments --
H A Dget_defined_constants_error.phpt12 echo "\n-- Testing get_defined_constants() function with more than expected no. of arguments --\n";
21 -- Testing get_defined_constants() function with more than expected no. of arguments --
/PHP-7.2/ext/zip/
H A Dconfig.m410 [ --with-zlib-dir[=DIR] ZIP: Set the path to libz install prefix], no, no)
14 [ --with-pcre-dir ZIP: pcre install prefix], no, no)
17 [ --with-libzip[=DIR] ZIP: use libzip], no, no)
19 if test "$PHP_ZIP" != "no"; then
22 if test "$PHP_ZLIB_DIR" != "no" && test "$PHP_ZLIB_DIR" != "yes"; then
46 if test "$PHP_ZLIB_DIR" = "no"; then
54 if test "$PHP_LIBZIP" != "no"; then
56 AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
/PHP-7.2/ext/pdo_pgsql/
H A Dconfig.w324 ARG_WITH("pdo-pgsql", "PostgreSQL support for PDO", "no");
6 if (PHP_PDO_PGSQL != "no") {
/PHP-7.2/ext/standard/tests/class_object/
H A Dinterface_exists_variation3.phpt17 echo "\n-- no autoloading --\n";
29 -- no autoloading --
/PHP-7.2/ext/pdo_mysql/
H A Dconfig.w324 ARG_WITH("pdo-mysql", "MySQL support for PDO", "no");
6 if (PHP_PDO_MYSQL != "no") {
/PHP-7.2/ext/date/tests/
H A Ddate_default_timezone_get_error.phpt14 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_format_error.phpt21 echo "\n-- Testing date_create() function with less than expected no. of arguments --\n";
24 echo "\n-- Testing date_create() function with more than expected no. of arguments --\n";
47 -- Testing date_create() function with less than expected no. of arguments --
52 -- Testing date_create() function with more than expected no. of arguments --
H A Ddate_modify_error.phpt22 echo "\n-- Testing date_modify() function with less than expected no. of arguments --\n";
25 echo "\n-- Testing date_modify() function with more than expected no. of arguments --\n";
48 -- Testing date_modify() function with less than expected no. of arguments --
53 -- Testing date_modify() function with more than expected no. of arguments --
/PHP-7.2/ext/imap/tests/
H A Dimap_open_error.phpt12 echo "Checking with no parameters\n";
28 Checking with no parameters
47 Notice: Unknown: Can't open mailbox : no such mailbox (errflg=2) in Unknown on line 0
H A Dimap_headers.phpt12 echo "Checking with no parameters\n";
20 Checking with no parameters
H A Dimap_ping_error.phpt12 echo "Checking with no parameters\n";
20 Checking with no parameters
H A Dimap_expunge_error.phpt12 echo "Checking with no parameters\n";
20 Checking with no parameters
H A Dimap_num_msg_error.phpt12 echo "Checking with no parameters\n";
20 Checking with no parameters
H A Dimap_num_recent_error.phpt12 echo "Checking with no parameters\n";
20 Checking with no parameters
/PHP-7.2/tests/classes/
H A Darray_access_008.phpt59 Notice: Indirect modification of overloaded element of Peoples has no effect in %sarray_access_008.…
62 Notice: Indirect modification of overloaded element of Peoples has no effect in %sarray_access_008.…
65 Notice: Indirect modification of overloaded element of Peoples has no effect in %sarray_access_008.…
/PHP-7.2/ext/curl/
H A Dconfig.w324 ARG_WITH("curl", "cURL support", "no");
6 if (PHP_CURL != "no") {
22 (((PHP_ZLIB=="no") && (CHECK_LIB("zlib_a.lib;zlib.lib", "curl", PHP_CURL))) ||
H A Dconfig.m48 if test "$PHP_CURL" != "no"; then
10 AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
129 AC_MSG_RESULT([no])
131 AC_MSG_RESULT([no])
157 AC_MSG_RESULT([no])
159 AC_MSG_RESULT([no])
165 AC_MSG_RESULT([no])
/PHP-7.2/Zend/tests/
H A Dget_defined_functions_error.phpt15 echo "\n-- Testing get_defined_functions() function with more than expected no. of arguments --\n";
25 -- Testing get_defined_functions() function with more than expected no. of arguments --
/PHP-7.2/ext/standard/tests/file/
H A Dfopen_variation14.phpt2 Test fopen() function : variation: file uri, no use include path
100 Warning: fopen(file://fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable wra…
105 Warning: fopen(file://fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable wra…
110 Warning: fopen(file://./fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable w…
115 Warning: fopen(file://./fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable w…
124 Warning: fopen(file://../fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable …
129 Warning: fopen(file://../fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable …
H A Dlchgrp_basic.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') die('skip no windows support');
6 if (!function_exists("posix_getgid")) die("skip no posix_getgid()");
/PHP-7.2/ext/gd/tests/
H A Dimagetruecolortopalette_error4.phpt19 Warning: imagetruecolortopalette(): Number of colors has to be greater than zero and no more than %…
21 Warning: imagetruecolortopalette(): Number of colors has to be greater than zero and no more than %…
/PHP-7.2/ext/sqlite3/tests/
H A Dsqlite3_20_error.phpt23 Warning: SQLite3::query(): Unable to prepare statement: 1, no such table: non_existent_table in %s …
25 Error Msg: no such table: non_existent_table
/PHP-7.2/ext/dba/tests/
H A Dskipif.inc4 if (!sizeof(dba_handlers())) die('skip no handlers installed');
12 die('skip no handler available that can be used for the test');
/PHP-7.2/ext/pdo/
H A DMakefile.frag12 $(RE2C) --no-generation-date -o pdo_sql_parser.c pdo_sql_parser.re; \
14 $(RE2C) --no-generation-date -o ext/pdo/pdo_sql_parser.c ext/pdo/pdo_sql_parser.re; \

Completed in 38 milliseconds

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