Home
last modified time | relevance | path

Searched refs:warning (Results 151 – 175 of 202) sorted by relevance

123456789

/php-src/ext/sockets/tests/
H A Dmcast_ipv6_send.phpt14 // a warning if (for example) the linux kernel is lacking ipv6
H A Dmcast_ipv6_recv_limited.phpt12 // a warning if (for example) the linux kernel is lacking ipv6
H A Dmcast_ipv6_recv.phpt12 // a warning if (for example) the linux kernel is lacking ipv6
/php-src/ext/standard/tests/assert/
H A Dassert.phpt5 assert.warning = 1
H A Dassert_variation.phpt5 assert.warning = 0
82 Deprecated: PHP Startup: assert.warning INI setting is deprecated in Unknown on line 0
/php-src/ext/libxml/tests/
H A Dbug61367-read.phpt60 Warning: DOMDocument::loadXML(): I/O warning : failed to load external entity "file:///%s/test_bug_…
/php-src/ext/calendar/tests/
H A Dunixtojd.phpt24 // -if omitted from easter_date.phpt, outputs DATE_TZ_ERRMSG warning
/php-src/Zend/tests/in-de-crement/
H A Dincdec_strings_exception.phpt2 Inc/dec on string: warning/deprecations converted to exception
/php-src/ext/phar/tests/
H A Dphar_gobyebye-win32.phpt6 <?php if (strpos(PHP_OS, 'WIN') === false) die("skip Extra warning on Windows.");
/php-src/Zend/
H A Dzend_atomic.h146 #warning No atomics support detected. Please open an issue with platform details.
/php-src/ext/readline/
H A Dconfig.m413 dnl configure option" warning
/php-src/ext/mysqli/tests/
H A Dmysqli_report.phpt211 - query must cause the warning on all MySQL versions
224 // this might cause a warning - no index used
234 // this might cause a warning - no index used
250 // this might cause a warning - no index used
H A Dmysqli_class_mysqli_result_interface.phpt139 printf("[009] Expecting warning because of invalid resultmode\n");
/php-src/docs/source/
H A Dindex.rst20 .. warning::
/php-src/ext/standard/tests/array/
H A Darray_merge_recursive_variation2.phpt7 * that the function outputs proper warning messages wherever expected.
H A Darray_intersect_variation2.phpt7 * and see that function emits proper warning messages wherever expected.
H A Darray_intersect_assoc_variation2.phpt7 * and see that function emits proper warning messages wherever expected.
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_pconnect.phpt54 // looks like KILL has worked ? Or not... TODO: why no warning with libmysql?!
H A Dpdo_mysql_types_zerofill.phpt33 // This might be a SQL warning on signed values inserted in unsigned columns
/php-src/docs-old/
H A Doutput-api.md77 Issue a warning because of an output handler conflict:
/php-src/build/
H A Dltmain.sh3141 $echo "$modename: warning: \`-l' and \`-L' are ignored for archives" 1>&2 ;;
3145 $echo "$modename: warning: \`-dlopen' is ignored for archives" 1>&2
3153 $echo "$modename: warning: \`-R' is ignored for archives" 1>&2
3161 $echo "$modename: warning: \`-release' is ignored for archives" 1>&2
4289 $echo "$modename: warning: \`-rpath' is ignored for objects" 1>&2
4297 $echo "$modename: warning: \`-version-info' is ignored for objects" 1>&2
4411 $echo "$modename: warning: \`-version-info' is ignored for programs" 1>&2
4421 $echo "$modename: warning: \`AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support."
6313 $echo "$modename: warning: remember to run \`$progname --finish$future_libdirs'" 1>&2
6444 …test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dyna…
/php-src/ext/dom/
H A Ddocument.c1385 ctxt->vctxt.warning = php_libxml_ctx_warning; in dom_document_parser()
1389 ctxt->sax->warning = php_libxml_ctx_warning; in dom_document_parser()
1801 cvp->warning = (xmlValidityErrorFunc) php_libxml_error_handler; in PHP_METHOD()
2069 ctxt->vctxt.warning = php_libxml_ctx_warning; in dom_load_html()
2072 ctxt->sax->warning = php_libxml_ctx_warning; in dom_load_html()
/php-src/ext/opcache/
H A Dzend_file_cache.c902 zend_error_info *warning; local
904 warning = warnings[i];
905 UNSERIALIZE_PTR(warning);
906 SERIALIZE_STR(warning->filename);
907 SERIALIZE_STR(warning->message);
/php-src/ext/mbstring/tests/
H A Dmb_convert_variables.phpt11 //$debug = true; // Uncomment this line to view error/warning/notice message in *.out file
/php-src/sapi/fpm/
H A Dphp-fpm.conf.in40 ; Possible Values: alert, error, warning, notice, debug

Completed in 57 milliseconds

123456789