Home
last modified time | relevance | path

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

/PHP-7.2/main/
H A Dfopen_wrappers.h34 PHPAPI int php_check_open_basedir_ex(const char *path, int warn);
H A Dfopen_wrappers.c282 PHPAPI int php_check_open_basedir_ex(const char *path, int warn) argument
316 if (warn) {
/PHP-7.2/ext/standard/tests/time/
H A D001.phpt6 die('warn system dependent');
/PHP-7.2/Zend/tests/traits/
H A Derror_015.phpt3 Should warn about the conflict.
/PHP-7.2/ext/session/tests/
H A Dbug74514.phpt2 Bug #74514 5 session functions incorrectly warn when calling in read-only/getter mode.
/PHP-7.2/tests/
H A Dquicktester.inc26 // warn for trailing ;
/PHP-7.2/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.2/
H A Drun-tests.php1618 $warn = false;
1671 $warn = true; /* only if there is a reason */
2150 $warn = true;
2176 $warn = true;
2204 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 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 DNEWS1593 . Fixed bug #74514 (5 session functions incorrectly warn when calling in
/PHP-7.2/ext/fileinfo/libmagic/
H A Dapprentice.c2590 getstr(struct magic_set *ms, struct magic *m, const char *s, int warn) in getstr() argument
2611 if (warn) in getstr()
2617 if (warn) { in getstr()
2620 warn = 0; /* already did */ in getstr()
2624 if (warn) { in getstr()
H A Dcdf.c1430 warn("Can't read stream for %s at %d len %d", in cdf_dump_dir()
1617 warn("Cannot read summary info"); in main()
1624 warn("Cannot read catalog"); in main()
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY1668 2003/06/12: [spec] should warn for '-' before '&&' operator in char-class.
1689 2003/05/27: [spec] '-' at beginning of char-class should be warn only if
1691 2003/05/27: [spec] should not warn for right bracket at beginning of pattern.
1695 /[]aaa]/ should be warn for 'without backslash'.
2016 2002/04/06: [spec] should not warn for /(?:a?)+?/.
2019 2002/04/02: [spec] should warn for /(?:a+)?/ and /(?:a*)??/. (thanks akr)
2024 2002/03/30: [spec] warn redundant nested repeat operator
/PHP-7.2/win32/build/
H A Dconfig.w32308 ARG_WITH("uncritical-warn-choke", "Disable some uncritical warnings", "yes");
/PHP-7.2/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
1164 # The compiler can only warn and ignore the option if not recognized
1204 need_locks=warn
/PHP-7.2/ext/pcre/pcrelib/
H A DChangeLog4681 some compilers to warn. To avoid this, I renamed it (as "blankclass").
/PHP-7.2/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 */
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt4653 rent Perls warn that this is deprecated) but PCRE never does, even if

Completed in 550 milliseconds