Searched refs:warn (Results 1 – 16 of 16) sorted by relevance
/PHP-7.4/main/ |
H A D | fopen_wrappers.h | 32 PHPAPI int php_check_open_basedir_ex(const char *path, int warn);
|
H A D | fopen_wrappers.c | 289 PHPAPI int php_check_open_basedir_ex(const char *path, int warn) argument 323 if (warn) {
|
/PHP-7.4/Zend/tests/traits/ |
H A D | error_015.phpt | 3 Should warn about the conflict.
|
/PHP-7.4/ext/session/tests/ |
H A D | bug74514.phpt | 2 Bug #74514 5 session functions incorrectly warn when calling in read-only/getter mode.
|
/PHP-7.4/tests/ |
H A D | quicktester.inc | 26 // warn for trailing ;
|
/PHP-7.4/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-7.4/ |
H A D | run-tests.php | 2125 $warn = false; 2175 $warn = true; /* only if there is a reason */ 2630 $warn = true; 2633 $warn = true; 2660 $warn = true; 2663 $warn = true; 2692 if ($warn) {
|
H A D | UPGRADING | 53 . BCMath functions will now warn if a non well-formed number is passed, such
|
H A D | php.ini-development | 452 ; E_DEPRECATED - warn about code that will not work in future versions
|
H A D | php.ini-production | 452 ; E_DEPRECATED - warn about code that will not work in future versions
|
/PHP-7.4/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 2692 getstr(struct magic_set *ms, struct magic *m, const char *s, int warn) in getstr() argument 2713 if (warn) in getstr() 2719 if (warn) { in getstr() 2722 warn = 0; /* already did */ in getstr() 2726 if (warn) { in getstr()
|
H A D | cdf.c | 1415 warn("Can't read stream for %s at %d len %d", in cdf_dump_dir() 1605 warn("Cannot read summary info"); in main() 1612 warn("Cannot read catalog"); in main()
|
/PHP-7.4/win32/build/ |
H A D | config.w32 | 324 ARG_WITH("uncritical-warn-choke", "Disable some uncritical warnings", "yes");
|
/PHP-7.4/build/ |
H A D | ltmain.sh | 895 elif test "$need_locks" = warn; then 973 if test "$need_locks" = warn && 1045 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 1160 # The compiler can only warn and ignore the option if not recognized 1200 need_locks=warn
|
/PHP-7.4/docs/ |
H A D | release-process.md | 377 1. One week prior to cutting X.Y.0beta1, warn internals@ that your version's
|
Completed in 56 milliseconds