Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/tests/time/
H A D001.phpt6 die('warn system dependent');
/PHP-5.5/Zend/tests/traits/
H A Derror_015.phpt3 Should warn about the conflict.
/PHP-5.5/main/
H A Dfopen_wrappers.h34 PHPAPI int php_check_open_basedir_ex(const char *path, int warn TSRMLS_DC);
H A Dfopen_wrappers.c293 PHPAPI int php_check_open_basedir_ex(const char *path, int warn TSRMLS_DC)
327 if (warn) {
/PHP-5.5/tests/
H A Dquicktester.inc26 // warn for trailing ;
/PHP-5.5/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.5/
H A Drun-tests.php1491 $warn = false;
1548 $warn = true; /* only if there is a reason */
1998 $warn = true;
2028 $warn = true;
2056 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-development436 ; E_DEPRECATED - warn about code that will not work in future versions
H A Dphp.ini-production436 ; E_DEPRECATED - warn about code that will not work in future versions
H A DNEWS6998 - Fixed bug #43482 (array_pad() does not warn on very small pad numbers). (Ilia)
7352 - Fixed bug #41685 (array_push() fails to warn when next index is
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c2328 getstr(struct magic_set *ms, struct magic *m, const char *s, int warn) in getstr() argument
2349 if (warn) in getstr()
2354 if (warn) { in getstr()
2357 warn = 0; /* already did */ in getstr()
2361 if (warn) { in getstr()
H A Dcdf.c1188 warn("Can't read stream for %s at %d len %d", in cdf_dump_dir()
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY1556 2003/06/12: [spec] should warn for '-' before '&&' operator in char-class.
1577 2003/05/27: [spec] '-' at beginning of char-class should be warn only if
1579 2003/05/27: [spec] should not warn for right bracket at beginning of pattern.
1583 /[]aaa]/ should be warn for 'without backslash'.
1904 2002/04/06: [spec] should not warn for /(?:a?)+?/.
1907 2002/04/02: [spec] should warn for /(?:a+)?/ and /(?:a*)??/. (thanks akr)
1912 2002/03/30: [spec] warn redundant nested repeat operator
/PHP-5.5/Zend/
H A Dzend_compile.c7023 zend_bool warn = 0; in zend_do_use() local
7047 warn = !CG(current_namespace); in zend_do_use()
7092 if (warn) { in zend_do_use()
/PHP-5.5/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-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c8269 #pragma warn -rch /* unreachable code */
8270 #pragma warn -ccc /* Condition is always true or false */
8271 #pragma warn -aus /* Assigned value is never used */
8272 #pragma warn -csu /* Comparing signed and unsigned */
8273 #pragma warn -spa /* Suspicious pointer arithmetic */
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog4495 some compilers to warn. To avoid this, I renamed it (as "blankclass").
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt4654 rent Perls warn that this is deprecated) but PCRE never does, even if

Completed in 474 milliseconds