Searched refs:notices (Results 1 – 20 of 20) sorted by relevance
/PHP-5.5/ext/sybase_ct/tests/ |
H A D | bug30312.phpt | 13 error_reporting(error_reporting() & !E_NOTICE); // Suppress notices
|
H A D | bug30312-withfree.phpt | 13 error_reporting(error_reporting() & !E_NOTICE); // Suppress notices
|
H A D | bug27843.phpt | 2 Sybase-CT bug #27843 (notices when query is a stored procedure)
|
H A D | bug28354.phpt | 16 error_reporting(error_reporting() & !E_NOTICE); // Suppress notices
|
H A D | bug22403.phpt | 16 error_reporting(error_reporting() & !E_NOTICE); // Suppress notices
|
/PHP-5.5/ext/mbstring/ucgendat/ |
H A D | OPENLDAP_LICENSE | 9 and notices, 12 statements and notices, this list of conditions, and the following
|
/PHP-5.5/ext/standard/tests/array/ |
H A D | natcasesort_variation9.phpt | 27 // suppress errors as is generating a lot of "array to string" notices
|
/PHP-5.5/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-5.5/ext/standard/tests/general_functions/ |
H A D | php_uname_variation1.phpt | 10 // Prevent notices about undefines variables
|
/PHP-5.5/ext/pgsql/ |
H A D | php_pgsql.h | 288 HashTable notices; /* notice message for each connection */ variable
|
H A D | pgsql.c | 940 …zend_hash_index_update(&PGG(notices), (ulong)resource_id, (void **)¬ice, sizeof(php_pgsql_notic… in _php_pgsql_notice_handler() 1066 zend_hash_init_ex(&pgsql_globals->notices, 0, NULL, PHP_PGSQL_NOTICE_PTR_DTOR, 1, 0); in PHP_INI_END() 1162 zend_hash_destroy(&PGG(notices)); in PHP_MSHUTDOWN_FUNCTION() 1183 zend_hash_clean(&PGG(notices)); in PHP_RSHUTDOWN_FUNCTION() 2220 if (zend_hash_index_find(&PGG(notices), Z_RESVAL_P(pgsql_link), (void **)¬ice) == FAILURE) {
|
/PHP-5.5/ |
H A D | README.PHP4-TO-PHP5-THIN-CHANGES | 43 ext/tokenizer extension. If error_reporting is set to E_ALL notices will
|
H A D | php.ini-development | 399 ; This directive informs PHP of which errors, warnings and notices you would like 404 ; By default, PHP is set to take action on all errors, notices and warnings EXCEPT 420 ; E_NOTICE - run-time notices (these are warnings which often result 425 ; E_STRICT - run-time notices, enable to have PHP suggest changes 441 ; E_ALL (Show all errors, warnings and notices including coding standards.) 442 ; E_ALL & ~E_NOTICE (Show all errors, except for notices) 443 ; E_ALL & ~E_NOTICE & ~E_STRICT (Show all errors, except for notices and coding standards warnin… 452 ; notices and warnings too. Error output is very useful during development, but 1754 ; a gd image. The warning will then be displayed as notices
|
H A D | php.ini-production | 399 ; This directive informs PHP of which errors, warnings and notices you would like 404 ; By default, PHP is set to take action on all errors, notices and warnings EXCEPT 420 ; E_NOTICE - run-time notices (these are warnings which often result 425 ; E_STRICT - run-time notices, enable to have PHP suggest changes 441 ; E_ALL (Show all errors, warnings and notices including coding standards.) 442 ; E_ALL & ~E_NOTICE (Show all errors, except for notices) 443 ; E_ALL & ~E_NOTICE & ~E_STRICT (Show all errors, except for notices and coding standards warnin… 452 ; notices and warnings too. Error output is very useful during development, but 1754 ; a gd image. The warning will then be displayed as notices
|
H A D | README.REDIST.BINS | 197 that existing copyright notices are retained in all copies and that this
|
/PHP-5.5/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-5.5/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.
|
Completed in 74 milliseconds