Home
last modified time | relevance | path

Searched refs:notices (Results 1 – 20 of 20) sorted by relevance

/PHP-8.0/Zend/tests/arrow_functions/
H A D002.phpt2 Arrow functions implicit use must be throwing notices only upon actual use
/PHP-8.0/ext/pgsql/tests/
H A D09notice.phpt35 // Get notices
39 // Clear and get notices
/PHP-8.0/ext/exif/tests/
H A Dbug76130.phpt5 notices and warnings are to be expected anyway, we suppress these, since the are
/PHP-8.0/ext/standard/tests/array/
H A Dnatcasesort_variation9.phpt22 // suppress errors as is generating a lot of "array to string" notices
/PHP-8.0/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt98 (b) You must cause any modified files to carry prominent notices
103 attribution notices from the Source form of the Work,
104 excluding those notices that do not pertain to any part of
109 include a readable copy of the attribution notices contained
110 within such NOTICE file, excluding those notices that do not
116 wherever such third-party notices normally appear. The contents
119 notices within Derivative Works that You distribute, alongside
121 that such additional attribution notices cannot be construed
/PHP-8.0/ext/libxml/tests/
H A Dbug61367-read_2.phpt13 …Using error_reporting=E_ALL & ~E_NOTICE to suppress "Trying to get property of non-object" notices.
H A Dbug61367-read.phpt13 …Using error_reporting=E_ALL & ~E_NOTICE to suppress "Trying to get property of non-object" notices.
/PHP-8.0/ext/pgsql/
H A Dpgsql.c212 zval *notices; in _php_pgsql_notice_handler() local
218 notices = zend_hash_index_find(&PGG(notices), (zend_ulong)resource_id); in _php_pgsql_notice_handler()
219 if (!notices) { in _php_pgsql_notice_handler()
221 notices = &tmp; in _php_pgsql_notice_handler()
222 zend_hash_index_update(&PGG(notices), (zend_ulong)resource_id, notices); in _php_pgsql_notice_handler()
1430 zval *notice, *notices; in PHP_FUNCTION() local
1443 notices = zend_hash_index_find(&PGG(notices), (zend_ulong)Z_RES_HANDLE_P(pgsql_link)); in PHP_FUNCTION()
1446 if (notices) { in PHP_FUNCTION()
1457 if (notices) { in PHP_FUNCTION()
1458 RETURN_COPY(notices); in PHP_FUNCTION()
[all …]
H A Dphp_pgsql.h284 HashTable notices; /* notice message for each connection */ variable
/PHP-8.0/ext/bcmath/libbcmath/
H A DLICENSE157 all the notices that refer to this License and to the absence of any
172 b) You must cause the files modified to carry prominent notices
216 this, you must alter all the notices that refer to this License, so
221 these notices.
284 during execution displays copyright notices, you must include the
472 To apply these terms, attach the following notices to the library.
/PHP-8.0/ext/mbstring/libmbfl/
H A DLICENSE154 all the notices that refer to this License and to the absence of any
169 b) You must cause the files modified to carry prominent notices
213 this, you must alter all the notices that refer to this License, so
218 these notices.
281 during execution displays copyright notices, you must include the
/PHP-8.0/
H A DREADME.REDIST.BINS82 * Redistributions of source code must retain the above copyright notices,
86 notices, this list of conditions and the following disclaimer in the
264 that existing copyright notices are retained in all copies and that this
604 and notices,
607 statements and notices, this list of conditions, and the following
H A Dphp.ini-development434 ; This directive informs PHP of which errors, warnings and notices you would like
439 ; By default, PHP is set to take action on all errors, notices and warnings EXCEPT
455 ; E_NOTICE - run-time notices (these are warnings which often result
460 ; E_STRICT - run-time notices, enable to have PHP suggest changes
476 ; E_ALL (Show all errors, warnings and notices including coding standards.)
477 ; E_ALL & ~E_NOTICE (Show all errors, except for notices)
478 ; E_ALL & ~E_NOTICE & ~E_STRICT (Show all errors, except for notices and coding standards warnin…
487 ; notices and warnings too. Error output is very useful during development, but
1691 ; a gd image. The warning will then be displayed as notices
1801 ; If enabled, compilation warnings (including notices and deprecations) will
H A Dphp.ini-production436 ; This directive informs PHP of which errors, warnings and notices you would like
441 ; By default, PHP is set to take action on all errors, notices and warnings EXCEPT
457 ; E_NOTICE - run-time notices (these are warnings which often result
462 ; E_STRICT - run-time notices, enable to have PHP suggest changes
478 ; E_ALL (Show all errors, warnings and notices including coding standards.)
479 ; E_ALL & ~E_NOTICE (Show all errors, except for notices)
480 ; E_ALL & ~E_NOTICE & ~E_STRICT (Show all errors, except for notices and coding standards warnin…
489 ; notices and warnings too. Error output is very useful during development, but
1693 ; a gd image. The warning will then be displayed as notices
1803 ; If enabled, compilation warnings (including notices and deprecations) will
H A DUPGRADING119 A number of notices have been converted into warnings:
143 . Some "Only variables should be passed by reference" notices have been
/PHP-8.0/ext/standard/html_tables/mappings/
H A D8859-5.TXT46 # notices will be checked, but do not expect an immediate response.
H A D8859-1.TXT46 # notices will be checked, but do not expect an immediate response.
H A D8859-15.TXT45 # notices will be checked, but do not expect an immediate response.
H A DKOI8-R.TXT45 # notices will be checked, but do not expect an immediate response.
/PHP-8.0/sapi/phpdbg/
H A Dxml.md535 - sets the color on prompt, error or notices

Completed in 50 milliseconds