Searched refs:notices (Results 1 – 18 of 18) sorted by relevance
/PHP-7.2/ext/pgsql/tests/ |
H A D | 09notice.phpt | 36 // Get notices 40 // Clear and get notices
|
/PHP-7.2/ext/exif/tests/ |
H A D | bug76130.phpt | 5 notices and warnings are to be expected anyway, we suppress these, since the are
|
/PHP-7.2/ext/mbstring/ucgendat/ |
H A D | OPENLDAP_LICENSE | 9 and notices, 12 statements and notices, this list of conditions, and the following
|
/PHP-7.2/ext/gd/tests/ |
H A D | Rochester-Regular.otf.LICENSE.txt | 98 (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-7.2/ext/standard/tests/array/ |
H A D | natcasesort_variation9.phpt | 27 // suppress errors as is generating a lot of "array to string" notices
|
/PHP-7.2/ext/libxml/tests/ |
H A D | bug61367-read.phpt | 11 …Using error_reporting=E_ALL & ~E_NOTICE to suppress "Trying to get property of non-object" notices.
|
/PHP-7.2/ext/standard/tests/general_functions/ |
H A D | php_uname_variation1.phpt | 10 // Prevent notices about undefines variables
|
/PHP-7.2/ext/pgsql/ |
H A D | pgsql.c | 979 zval *notices; in _php_pgsql_notice_handler() local 985 notices = zend_hash_index_find(&PGG(notices), (zend_ulong)resource_id); in _php_pgsql_notice_handler() 986 if (!notices) { in _php_pgsql_notice_handler() 988 notices = &tmp; in _php_pgsql_notice_handler() 989 zend_hash_index_update(&PGG(notices), (zend_ulong)resource_id, notices); in _php_pgsql_notice_handler() 2323 zval *notice, *notices; local 2336 notices = zend_hash_index_find(&PGG(notices), (zend_ulong)Z_RES_HANDLE_P(pgsql_link)); 2339 if (notices) { 2350 if (notices) { 2351 RETURN_ZVAL(notices, 1, 0); [all …]
|
H A D | php_pgsql.h | 320 HashTable notices; /* notice message for each connection */ variable
|
/PHP-7.2/ext/mbstring/libmbfl/ |
H A D | LICENSE | 154 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-7.2/ |
H A D | php.ini-development | 407 ; This directive informs PHP of which errors, warnings and notices you would like 412 ; By default, PHP is set to take action on all errors, notices and warnings EXCEPT 428 ; E_NOTICE - run-time notices (these are warnings which often result 433 ; E_STRICT - run-time notices, enable to have PHP suggest changes 449 ; E_ALL (Show all errors, warnings and notices including coding standards.) 450 ; E_ALL & ~E_NOTICE (Show all errors, except for notices) 451 ; E_ALL & ~E_NOTICE & ~E_STRICT (Show all errors, except for notices and coding standards warnin… 460 ; notices and warnings too. Error output is very useful during development, but 1710 ; a gd image. The warning will then be displayed as notices
|
H A D | php.ini-production | 407 ; This directive informs PHP of which errors, warnings and notices you would like 412 ; By default, PHP is set to take action on all errors, notices and warnings EXCEPT 428 ; E_NOTICE - run-time notices (these are warnings which often result 433 ; E_STRICT - run-time notices, enable to have PHP suggest changes 449 ; E_ALL (Show all errors, warnings and notices including coding standards.) 450 ; E_ALL & ~E_NOTICE (Show all errors, except for notices) 451 ; E_ALL & ~E_NOTICE & ~E_STRICT (Show all errors, except for notices and coding standards warnin… 460 ; notices and warnings too. Error output is very useful during development, but 1712 ; a gd image. The warning will then be displayed as notices
|
H A D | README.REDIST.BINS | 172 that existing copyright notices are retained in all copies and that this
|
/PHP-7.2/ext/standard/html_tables/mappings/ |
H A D | 8859-5.TXT | 46 # notices will be checked, but do not expect an immediate response.
|
H A D | 8859-1.TXT | 46 # notices will be checked, but do not expect an immediate response.
|
H A D | 8859-15.TXT | 45 # notices will be checked, but do not expect an immediate response.
|
H A D | KOI8-R.TXT | 45 # notices will be checked, but do not expect an immediate response.
|
/PHP-7.2/sapi/phpdbg/ |
H A D | xml.md | 535 - sets the color on prompt, error or notices
|
Completed in 49 milliseconds