Searched refs:warn (Results 1 – 20 of 20) sorted by relevance
/PHP-7.2/main/ |
H A D | fopen_wrappers.h | 34 PHPAPI int php_check_open_basedir_ex(const char *path, int warn);
|
H A D | fopen_wrappers.c | 282 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 D | 001.phpt | 6 die('warn system dependent');
|
/PHP-7.2/Zend/tests/traits/ |
H A D | error_015.phpt | 3 Should warn about the conflict.
|
/PHP-7.2/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.2/tests/ |
H A D | quicktester.inc | 26 // warn for trailing ;
|
/PHP-7.2/ext/imap/tests/ |
H A D | README | 1 …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 D | run-tests.php | 1618 $warn = false; 1671 $warn = true; /* only if there is a reason */ 2150 $warn = true; 2176 $warn = true; 2204 if ($warn) {
|
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 | php.ini-development | 444 ; E_DEPRECATED - warn about code that will not work in future versions
|
H A D | php.ini-production | 444 ; E_DEPRECATED - warn about code that will not work in future versions
|
H A D | NEWS | 1593 . Fixed bug #74514 (5 session functions incorrectly warn when calling in
|
/PHP-7.2/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 2590 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 D | cdf.c | 1430 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 D | HISTORY | 1668 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 D | config.w32 | 308 ARG_WITH("uncritical-warn-choke", "Disable some uncritical warnings", "yes");
|
/PHP-7.2/build/ |
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 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 D | ChangeLog | 4681 some compilers to warn. To avoid this, I renamed it (as "blankclass").
|
/PHP-7.2/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 13025 #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 D | pcre.txt | 4653 rent Perls warn that this is deprecated) but PCRE never does, even if
|
Completed in 550 milliseconds