Home
last modified time | relevance | path

Searched refs:warn (Results 1 – 20 of 20) sorted by relevance

/PHP-7.3/main/
H A Dfopen_wrappers.h32 PHPAPI int php_check_open_basedir_ex(const char *path, int warn);
H A Dfopen_wrappers.c280 PHPAPI int php_check_open_basedir_ex(const char *path, int warn) argument
314 if (warn) {
/PHP-7.3/Zend/tests/traits/
H A Derror_015.phpt3 Should warn about the conflict.
/PHP-7.3/ext/session/tests/
H A Dbug74514.phpt2 Bug #74514 5 session functions incorrectly warn when calling in read-only/getter mode.
/PHP-7.3/tests/
H A Dquicktester.inc26 // warn for trailing ;
/PHP-7.3/ext/imap/tests/
H A DREADME1 …l server to be running, if there is no mail server the test will skip and warn, see skipif.inc for…
/PHP-7.3/
H A Drun-tests.php1607 $warn = false;
1660 $warn = true; /* only if there is a reason */
2107 $warn = true;
2133 $warn = true;
2161 if ($warn) {
H A Dltmain.sh895 elif test "$need_locks" = warn; then
973 if test "$need_locks" = warn &&
1045 if test "$need_locks" = warn &&
H A DREADME.RELEASE_PROCESS335 1. One week prior to cutting X.Y.0beta1, warn internals@ that your version's branch
H A Dphp.ini-development444 ; E_DEPRECATED - warn about code that will not work in future versions
H A Dphp.ini-production444 ; E_DEPRECATED - warn about code that will not work in future versions
H A DNEWS2602 . Fixed bug #74514 (5 session functions incorrectly warn when calling in
/PHP-7.3/ext/fileinfo/libmagic/
H A Dapprentice.c2669 getstr(struct magic_set *ms, struct magic *m, const char *s, int warn) in getstr() argument
2690 if (warn) in getstr()
2696 if (warn) { in getstr()
2699 warn = 0; /* already did */ in getstr()
2703 if (warn) { in getstr()
H A Dcdf.c1408 warn("Can't read stream for %s at %d len %d", in cdf_dump_dir()
1598 warn("Cannot read summary info"); in main()
1605 warn("Cannot read catalog"); in main()
/PHP-7.3/ext/mbstring/oniguruma/
H A DHISTORY1863 2003/06/12: [spec] should warn for '-' before '&&' operator in char-class.
1884 2003/05/27: [spec] '-' at beginning of char-class should be warn only if
1886 2003/05/27: [spec] should not warn for right bracket at beginning of pattern.
1890 /[]aaa]/ should be warn for 'without backslash'.
2211 2002/04/06: [spec] should not warn for /(?:a?)+?/.
2214 2002/04/02: [spec] should warn for /(?:a+)?/ and /(?:a*)??/. (thanks akr)
2219 2002/03/30: [spec] warn redundant nested repeat operator
/PHP-7.3/win32/build/
H A Dconfig.w32315 ARG_WITH("uncritical-warn-choke", "Disable some uncritical warnings", "yes");
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DSYNTAX.md946 ### 24. ONIG_SYN_WARN_CC_OP_NOT_ESCAPED (warn on `[[...]` and `[-x]`)
956 ### 25. ONIG_SYN_WARN_REDUNDANT_NESTED_REPEAT (warn on `(?:a*)+`)
960 If this flag is set, Oniguruma will warn about nested repeat operators those have no meaning, like …
/PHP-7.3/build/
H A Dlibtool.m4747 # 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.3/ext/fileinfo/
H A Dlibmagic.patch889 if (warn) {
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c13025 #pragma warn -rch /* unreachable code */
13026 #pragma warn -ccc /* Condition is always true or false */
13027 #pragma warn -aus /* Assigned value is never used */
13028 #pragma warn -csu /* Comparing signed and unsigned */
13029 #pragma warn -spa /* Suspicious pointer arithmetic */

Completed in 548 milliseconds