Searched refs:warn (Results 1 - 9 of 9) sorted by relevance
| /PHP_5_3/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 301 #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 */ [all...] |
| /PHP_5_3/ |
| H A D | ltmain.sh | 895 elif test "$need_locks" = warn; then 973 if test "$need_locks" = warn && 1045 if test "$need_locks" = warn && 5780 # Should we warn about portability when linking against -modules?
|
| H A D | run-tests.php | 1469 $warn = false; variable 1524 if (!strncasecmp('warn', ltrim($output), 4)) { 1525 if (preg_match('/^\s*warn\s*(.+)\s*/i', $output, $m)) { 1526 $warn = true; /* only if there is a reason */ variable 1527 $info = " (warn: $m[1])"; 1966 $warn = true; variable 1967 $info = " (warn: XFAIL section but test passes)"; 1996 $warn = true; variable 1997 $info = " (warn: XFAIL section but test passes)"; 2024 if ($warn) { [all...] |
| /PHP_5_3/tests/ |
| H A D | quicktester.inc | 26 // warn for trailing ;
|
| /PHP_5_3/ext/fileinfo/libmagic/ |
| H A D | apprentice.c | 1923 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 D | cdf.c | 1183 warn("Can't read stream for %s at %d len %d",
|
| /PHP_5_3/main/ |
| H A D | fopen_wrappers.c | 294 PHPAPI int php_check_open_basedir_ex(const char *path, int warn TSRMLS_DC) 328 if (warn) {
|
| H A D | fopen_wrappers.h | 33 PHPAPI int php_check_open_basedir_ex(const char *path, int warn TSRMLS_DC);
|
| /PHP_5_3/Zend/ |
| H A D | zend_compile.c | 5207 zend_bool warn = 0; local 5231 warn = !is_global && !CG(current_namespace); 5276 if (warn) {
|
Completed in 165 milliseconds