Searched defs:warn (Results 1 - 3 of 3) sorted by relevance

/PHP_TRUNK/
H A Drun-tests.php1476 $warn = false; variable
1531 if (!strncasecmp('warn', ltrim($output), 4)) {
1532 if (preg_match('/^\s*warn\s*(.+)\s*/i', $output, $m)) {
1533 $warn = true; /* only if there is a reason */ variable
1534 $info = " (warn: $m[1])";
1973 $warn = true; variable
1974 $info = " (warn: XFAIL section but test passes)";
2003 $warn = true; variable
2004 $info = " (warn: XFAIL section but test passes)";
2031 if ($warn) {
[all...]
/PHP_TRUNK/ext/fileinfo/libmagic/
H A Dapprentice.c2326 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) {
/PHP_TRUNK/Zend/
H A Dzend_compile.c7012 zend_bool warn = 0; local
7036 warn = !is_global && !CG(current_namespace);
7081 if (warn) {

Completed in 22 milliseconds