Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/tests/time/
H A D001.phpt6 die('warn system dependent');
/PHP-5.3/main/
H A Dfopen_wrappers.h33 PHPAPI int php_check_open_basedir_ex(const char *path, int warn TSRMLS_DC);
H A Dfopen_wrappers.c294 PHPAPI int php_check_open_basedir_ex(const char *path, int warn TSRMLS_DC)
328 if (warn) {
/PHP-5.3/tests/
H A Dquicktester.inc26 // warn for trailing ;
/PHP-5.3/ext/imap/tests/
H A DREADME2 …l server to be running, if there is no mail server the test will skip and warn, see skipif.inc for…
/PHP-5.3/ext/fileinfo/libmagic/
H A Dapprentice.c1923 getstr(struct magic_set *ms, struct magic *m, const char *s, int warn) argument
1944 if (warn)
1949 if (warn) {
1952 warn = 0; /* already did */
1956 if (warn) {
H A Dcdf.c1188 warn("Can't read stream for %s at %d len %d", in cdf_dump_dir()
/PHP-5.3/
H A Drun-tests.php1469 $warn = false;
1526 $warn = true; /* only if there is a reason */
1966 $warn = true;
1996 $warn = true;
2024 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-development328 ; only determines whether PHP will warn you about it or not. These warnings
508 ; E_DEPRECATED - warn about code that will not work in future versions
1575 ; is disabled. PHP 4.3 and later will warn you, if this feature is used.
1595 ; http://php.net/session.bug-compat-warn
H A Dphp.ini-production328 ; only determines whether PHP will warn you about it or not. These warnings
508 ; E_DEPRECATED - warn about code that will not work in future versions
1575 ; is disabled. PHP 4.3 and later will warn you, if this feature is used.
1595 ; http://php.net/session.bug-compat-warn
H A DNEWS3948 - Fixed bug #43482 (array_pad() does not warn on very small pad numbers). (Ilia)
4302 - Fixed bug #41685 (array_push() fails to warn when next index is
/PHP-5.3/ext/mbstring/oniguruma/
H A DHISTORY1351 2003/06/12: [spec] should warn for '-' before '&&' operator in char-class.
1372 2003/05/27: [spec] '-' at beginning of char-class should be warn only if
1374 2003/05/27: [spec] should not warn for right bracket at beginning of pattern.
1378 /[]aaa]/ should be warn for 'without backslash'.
1699 2002/04/06: [spec] should not warn for /(?:a?)+?/.
1702 2002/04/02: [spec] should warn for /(?:a+)?/ and /(?:a*)??/. (thanks akr)
1707 2002/03/30: [spec] warn redundant nested repeat operator
/PHP-5.3/Zend/
H A Dzend_compile.c5207 zend_bool warn = 0; in zend_do_use() local
5231 warn = !is_global && !CG(current_namespace); in zend_do_use()
5276 if (warn) { in zend_do_use()
/PHP-5.3/build/
H A Dlibtool.m4741 # The compiler can only warn and ignore the option if not recognized
772 # The linker can only warn and ignore the option if not recognized
1158 # The compiler can only warn and ignore the option if not recognized
1198 need_locks=warn
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c301 #pragma warn -rch /* unreachable code */
302 #pragma warn -ccc /* Condition is always true or false */
303 #pragma warn -aus /* Assigned value is never used */
304 #pragma warn -csu /* Comparing signed and unsigned */
305 #pragma warn -spa /* Suspicious pointer arithmetic */
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog3558 some compilers to warn. To avoid this, I renamed it (as "blankclass").

Completed in 335 milliseconds