Searched refs:warn (Results 1 - 9 of 9) sorted by relevance
| /PHP_5_4/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_4/ |
| 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 | 1474 $warn = false; variable 1529 if (!strncasecmp('warn', ltrim($output), 4)) { 1530 if (preg_match('/^\s*warn\s*(.+)\s*/i', $output, $m)) { 1531 $warn = true; /* only if there is a reason */ variable 1532 $info = " (warn: $m[1])"; 1971 $warn = true; variable 1972 $info = " (warn: XFAIL section but test passes)"; 2001 $warn = true; variable 2002 $info = " (warn: XFAIL section but test passes)"; 2029 if ($warn) { [all...] |
| /PHP_5_4/tests/ |
| H A D | quicktester.inc | 26 // warn for trailing ;
|
| /PHP_5_4/main/ |
| H A D | fopen_wrappers.c | 293 PHPAPI int php_check_open_basedir_ex(const char *path, int warn TSRMLS_DC) 327 if (warn) {
|
| H A D | fopen_wrappers.h | 34 PHPAPI int php_check_open_basedir_ex(const char *path, int warn TSRMLS_DC);
|
| /PHP_5_4/Zend/ |
| H A D | zend_compile.c | 6779 zend_bool warn = 0; local 6803 warn = !is_global && !CG(current_namespace); 6848 if (warn) {
|
| /PHP_5_4/ext/fileinfo/libmagic/ |
| H A D | cdf.c | 1183 warn("Can't read stream for %s at %d len %d",
|
| H A D | apprentice.c | 2326 getstr(struct magic_set *ms, struct magic *m, const char *s, int warn) argument 2347 if (warn) 2352 if (warn) { 2355 warn = 0; /* already did */ 2359 if (warn) {
|
Completed in 152 milliseconds