Home
last modified time | relevance | path

Searched refs:no (Results 201 – 225 of 1293) sorted by relevance

12345678910>>...52

/php-src/ext/standard/tests/file/
H A Dfilegroup_error.phpt9 var_dump( filegroup("/no/such/file/dir") );
20 Warning: filegroup(): stat failed for /no/such/file/dir in %s on line %d
H A Dfileinode_error.phpt8 var_dump( fileinode("/no/such/file/dir") );
18 Warning: fileinode(): stat failed for /no/such/file/dir in %s on line %d
H A Dfileowner_error.phpt8 var_dump( fileowner("/no/such/file/dir") );
19 Warning: fileowner(): stat failed for /no/such/file/dir in %s on line %d
H A Dlchown_basic.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') die('skip no windows support');
6 if (!function_exists("posix_getuid")) die("skip no posix_getuid()");
/php-src/ext/sqlite3/tests/
H A Dsqlite3_20_error.phpt23 Warning: SQLite3::query(): Unable to prepare statement: no such table: non_existent_table in %s on …
25 Error Msg: no such table: non_existent_table
H A Dsqlite3_enable_exceptions.phpt26 no such table: non_existent_table
31 Warning: SQLite3::query(): no such table: non_existent_table in %s on line %d
/php-src/Zend/tests/in-de-crement/
H A Dincdec_undef.phpt18 Decrement on type null has no effect, this will change in the next major version of PHP
23 Decrement on type null has no effect, this will change in the next major version of PHP
/php-src/ext/standard/tests/strings/
H A Djoin_error.phpt8 echo "\n-- Testing join() with less than expected no. of arguments --\n";
22 -- Testing join() with less than expected no. of arguments --
H A Dstrval_error.phpt11 // no toString() method defined
14 // Testing strval with a object which has no toString() method
/php-src/Zend/tests/constexpr/
H A Dnew_self_parent.phpt38 Cannot access "self" when no class scope is active
39 Cannot access "parent" when current class scope has no parent
/php-src/ext/enchant/tests/
H A Ddict_quick_check.phpt11 if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installe…
16 die('skip, no dictionary for ' . $tag . ' tag');
/php-src/ext/standard/tests/password/
H A Dpassword_removed_salt_option.phpt17 Warning: password_hash(): The "salt" option has been ignored, since providing a custom salt is no l…
20 Warning: password_hash(): The "salt" option has been ignored, since providing a custom salt is no l…
/php-src/sapi/cgi/tests/
H A Dbug78323.phpt12 // no argument for option
36 Error in argument 1, char 1: no argument for option -
/php-src/sapi/fpm/tests/
H A Dlog-dwp-limit-1000-msg-2000.phpt14 log_buffering = no
23 decorate_workers_output = no
H A Dlog-suppress-output-request-body.phpt50 // Should not suppress POST with no body
72 // Should suppress GET with no body
78 // Should not suppress GET with no body but incorrect content length
85 // Should suppress GET with body but 0 content length (no stdin readable)
/php-src/ext/ldap/
H A Dconfig.w323 ARG_WITH("ldap", "LDAP support", "no");
5 if (PHP_LDAP != "no") {
/php-src/ext/standard/tests/math/
H A Dlog_basic.phpt19 echo "\n LOG tests...no base\n";
32 LOG tests...no base
/php-src/ext/enchant/
H A Dconfig.m46 if test "$PHP_ENCHANT" != "no"; then
7 PKG_CHECK_MODULES([ENCHANT2], [enchant-2], [found_enchant_2=yes], [found_enchant_2=no])
/php-src/.github/actions/setup-windows/
H A Daction.yml8 choco install mysql -y --no-progress --params="/port:3306"
13 …choco install sql-server-express -y --no-progress --install-arguments="/SECURITYMODE=SQL /SAPWD=Pa…
/php-src/ext/opcache/tests/jit/
H A Dreg_alloc_014.phpt21 Warning: Decrement on type null has no effect, this will change in the next major version of PHP in…
23 Warning: Decrement on type null has no effect, this will change in the next major version of PHP in…
/php-src/sapi/cli/tests/
H A Dbug78323.phpt14 // 3 no argument for option
41 // no argument for option
73 Error in argument %d, char %d: no argument for option %s
/php-src/ext/openssl/tests/
H A Dsan_ipv6_peer_matching.phpt7 if (!function_exists("proc_open")) die("skip no proc_open");
9 die('skip no IPv6 support');
12 die('skip no IPv6 support');
/php-src/ext/intl/tests/
H A Didn_uts46_errors.phpt8 die('skip no UTS #46 API');
21 echo "with error, but no details arg:", "\n";
48 with error, but no details arg:
/php-src/build/
H A Dphp.m4638 no[)]
639 ext_output=no
640 ext_shared=no
644 ext_shared=no
1851 found_iconv=no
2080 ICC="no"
2083 ICC="no"
2086 GCC="no"
2098 SUNCC="no"
2101 SUNCC="no"
[all …]
/php-src/Zend/tests/
H A Dclosure_043.phpt24 echo "After binding, null scope, no instance", "\n";
32 echo "After binding, with scope, no instance", "\n";
50 After binding, null scope, no instance
62 After binding, with scope, no instance

Completed in 35 milliseconds

12345678910>>...52