Searched refs:warn (Results 1 – 19 of 19) sorted by relevance
/PHP-8.0/ext/spl/tests/ |
H A D | spl_autoload_throw_with_spl_autoloader_call_as_autoloader.phpt | 2 spl_autoload_register() function - warn when using spl_autoload_call() as the autoloading function
|
H A D | spl_autoload_warn_on_false_do_throw.phpt | 2 spl_autoload_register() function - warn when using false as second argument for spl_autoload_regist…
|
/PHP-8.0/main/ |
H A D | fopen_wrappers.h | 30 PHPAPI int php_check_open_basedir_ex(const char *path, int warn);
|
H A D | fopen_wrappers.c | 279 PHPAPI int php_check_open_basedir_ex(const char *path, int warn) argument 313 if (warn) {
|
/PHP-8.0/Zend/tests/traits/ |
H A D | error_015.phpt | 3 Should warn about the conflict.
|
/PHP-8.0/ext/session/tests/ |
H A D | bug74514.phpt | 2 Bug #74514 5 session functions incorrectly warn when calling in read-only/getter mode.
|
/PHP-8.0/tests/ |
H A D | quicktester.inc | 26 // warn for trailing ;
|
/PHP-8.0/ext/imap/tests/ |
H A D | README.md | 4 there is no mail server the test will skip and warn, see skipif.inc for details.
|
/PHP-8.0/ |
H A D | run-tests.php | 2206 $warn = false; 2250 $warn = true; /* only if there is a reason */ 2692 $warn = true; 2695 $warn = true; 2720 $warn = true; 2723 $warn = true; 2752 if ($warn) {
|
H A D | NEWS | 190 . Fixed bug #80047 (DatePeriod doesn't warn with custom DateTimeImmutable). 1527 . Fixed bug #75902 (str_replace should warn when misused with nested arrays).
|
H A D | UPGRADING | 614 accept parameters by reference will now warn if a callback with reference
|
H A D | php.ini-development | 471 ; E_DEPRECATED - warn about code that will not work in future versions
|
H A D | php.ini-production | 473 ; E_DEPRECATED - warn about code that will not work in future versions
|
/PHP-8.0/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 2754 getstr(struct magic_set *ms, struct magic *m, const char *s, int warn) in getstr() argument 2775 if (warn) in getstr() 2781 if (warn) { in getstr() 2784 warn = 0; /* already did */ in getstr() 2788 if (warn) { in getstr()
|
H A D | cdf.c | 1431 warn("Can't read stream for %s at %d len %d", in cdf_dump_dir() 1621 warn("Cannot read summary info"); in main() 1628 warn("Cannot read catalog"); in main()
|
/PHP-8.0/win32/build/ |
H A D | config.w32 | 323 ARG_WITH("uncritical-warn-choke", "Disable some uncritical warnings", "yes");
|
/PHP-8.0/build/ |
H A D | ltmain.sh | 902 elif test "$need_locks" = warn; then 980 if test "$need_locks" = warn && 1052 if test "$need_locks" = warn &&
|
H A D | libtool.m4 | 747 # The compiler can only warn and ignore the option if not recognized 778 # The linker can only warn and ignore the option if not recognized 1161 # The compiler can only warn and ignore the option if not recognized 1201 need_locks=warn
|
/PHP-8.0/docs/ |
H A D | release-process.md | 390 1. One week prior to cutting X.Y.0beta1, warn internals@ that your version's
|
Completed in 167 milliseconds