Home
last modified time | relevance | path

Searched refs:E_DEPRECATED (Results 1 – 25 of 1040) sorted by relevance

12345678910>>...42

/dports/databases/pecl-mongodb/mongodb-1.9.1/tests/manager/
H A Dmanager-ctor-ssl-deprecated-001.phpt32 E_DEPRECATED
39 OK: Got E_DEPRECATED
41 OK: Got E_DEPRECATED
43 OK: Got E_DEPRECATED
45 OK: Got E_DEPRECATED
47 OK: Got E_DEPRECATED
49 OK: Got E_DEPRECATED
51 OK: Got E_DEPRECATED
53 OK: Got E_DEPRECATED
55 OK: Got E_DEPRECATED
[all …]
H A Dmanager-ctor-ssl-deprecated-002.phpt14 E_DEPRECATED
21 E_DEPRECATED
27 OK: Got E_DEPRECATED
29 OK: Got E_DEPRECATED
/dports/graphics/pecl-imagick/imagick-3.5.1/
H A Dphp_imagick_macros.h32 #if !defined(E_DEPRECATED)
33 # define E_DEPRECATED E_STRICT macro
37 …php_error(E_DEPRECATED, "%s::%s method is deprecated and it's use should be avoided", class_name, …
40 …php_error(E_DEPRECATED, "%s::%s is deprecated. %s::%s should be used instead", class_name, method_…
/dports/graphics/pecl-imagick-im7/imagick-3.5.1/
H A Dphp_imagick_macros.h32 #if !defined(E_DEPRECATED)
33 # define E_DEPRECATED E_STRICT macro
37 …php_error(E_DEPRECATED, "%s::%s method is deprecated and it's use should be avoided", class_name, …
40 …php_error(E_DEPRECATED, "%s::%s is deprecated. %s::%s should be used instead", class_name, method_…
/dports/devel/pecl-event/event-3.0.6/php8/classes/
H A Dssl_context.c197 php_error_docref(NULL, E_DEPRECATED, in set_ssl_ctx_options()
215 php_error_docref(NULL, E_DEPRECATED, in set_ssl_ctx_options()
233 php_error_docref(NULL, E_DEPRECATED, in set_ssl_ctx_options()
251 php_error_docref(NULL, E_DEPRECATED, in set_ssl_ctx_options()
270 php_error_docref(NULL, E_DEPRECATED, in set_ssl_ctx_options()
410 php_error_docref(NULL, E_DEPRECATED, in get_ssl_method()
422 php_error_docref(NULL, E_DEPRECATED, in get_ssl_method()
441 php_error_docref(NULL, E_DEPRECATED, in get_ssl_method()
458 php_error_docref(NULL, E_DEPRECATED, in get_ssl_method()
475 php_error_docref(NULL, E_DEPRECATED, in get_ssl_method()
[all …]
/dports/devel/pecl-event/event-3.0.6/php7/classes/
H A Dssl_context.c197 php_error_docref(NULL, E_DEPRECATED,
215 php_error_docref(NULL, E_DEPRECATED,
233 php_error_docref(NULL, E_DEPRECATED,
251 php_error_docref(NULL, E_DEPRECATED,
270 php_error_docref(NULL, E_DEPRECATED,
410 php_error_docref(NULL, E_DEPRECATED,
422 php_error_docref(NULL, E_DEPRECATED,
441 php_error_docref(NULL, E_DEPRECATED,
458 php_error_docref(NULL, E_DEPRECATED,
475 php_error_docref(NULL, E_DEPRECATED,
[all …]
/dports/databases/pear-Horde_Mongo/Horde_Mongo-1.1.0/bundle/vendor/alcaeus/mongo-php-adapter/lib/Mongo/
H A DMongoPool.php33 trigger_error('Function MongoPool::info() is deprecated', E_DEPRECATED);
46 trigger_error('Function MongoPool::info() is deprecated', E_DEPRECATED);
58 trigger_error('Function MongoPool::info() is deprecated', E_DEPRECATED);
/dports/devel/pecl-event/event-3.0.6/php5/classes/
H A Dssl_context.c211 php_error_docref(NULL TSRMLS_CC, E_DEPRECATED, in set_ssl_ctx_options()
231 php_error_docref(NULL TSRMLS_CC, E_DEPRECATED, in set_ssl_ctx_options()
249 php_error_docref(NULL TSRMLS_CC, E_DEPRECATED, in set_ssl_ctx_options()
267 php_error_docref(NULL TSRMLS_CC, E_DEPRECATED, in set_ssl_ctx_options()
286 php_error_docref(NULL TSRMLS_CC, E_DEPRECATED, in set_ssl_ctx_options()
387 php_error_docref(NULL TSRMLS_CC, E_DEPRECATED, in get_ssl_method()
456 php_error_docref(NULL TSRMLS_CC, E_DEPRECATED, in get_ssl_method()
473 php_error_docref(NULL TSRMLS_CC, E_DEPRECATED, in get_ssl_method()
490 php_error_docref(NULL TSRMLS_CC, E_DEPRECATED, in get_ssl_method()
507 php_error_docref(NULL TSRMLS_CC, E_DEPRECATED, in get_ssl_method()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/symfony/http-kernel/EventListener/
H A DDebugHandlersListener.php106 $handler->scopeAt($levels & ~\E_USER_DEPRECATED & ~\E_DEPRECATED);
154 if (\E_DEPRECATED == $type || \E_USER_DEPRECATED == $type) {
161 $levelsDeprecatedOnly = $this->levels & (\E_DEPRECATED | \E_USER_DEPRECATED);
162 $levelsWithoutDeprecated = $this->levels & ~\E_DEPRECATED & ~\E_USER_DEPRECATED;
/dports/www/horde-wicked/wicked-2.0.8/test/Wicked/
H A DTestCase.php41 $this->_old_errorreporting = error_reporting(E_ALL & ~(E_STRICT | E_DEPRECATED));
42 error_reporting(E_ALL & ~(E_STRICT | E_DEPRECATED));
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/slim/slim/tests/Http/
H A DUtilTest.php85 error_reporting(E_ALL ^ E_DEPRECATED);
131 error_reporting(E_ALL ^ E_DEPRECATED);
150 error_reporting(E_ALL ^ E_DEPRECATED);
183 error_reporting(E_ALL ^ E_DEPRECATED);
210 error_reporting(E_ALL ^ E_DEPRECATED);
382 error_reporting(E_ALL ^ E_DEPRECATED);
/dports/lang/php73/php-7.3.33/Zend/
H A Dzend_errors.h36 #define E_DEPRECATED (1<<13L) macro
39 …E_USER_ERROR | E_USER_WARNING | E_USER_NOTICE | E_RECOVERABLE_ERROR | E_DEPRECATED | E_USER_DEPREC…
/dports/www/mod_php74/php-7.4.27/Zend/
H A Dzend_errors.h36 #define E_DEPRECATED (1<<13L) macro
39 …E_USER_ERROR | E_USER_WARNING | E_USER_NOTICE | E_RECOVERABLE_ERROR | E_DEPRECATED | E_USER_DEPREC…
/dports/lang/php74/php-7.4.27/Zend/
H A Dzend_errors.h36 #define E_DEPRECATED (1<<13L) macro
39 …E_USER_ERROR | E_USER_WARNING | E_USER_NOTICE | E_RECOVERABLE_ERROR | E_DEPRECATED | E_USER_DEPREC…
/dports/www/mod_php73/php-7.3.33/Zend/
H A Dzend_errors.h36 #define E_DEPRECATED (1<<13L) macro
39 …E_USER_ERROR | E_USER_WARNING | E_USER_NOTICE | E_RECOVERABLE_ERROR | E_DEPRECATED | E_USER_DEPREC…
/dports/devel/gitlist/gitlist/vendor/symfony/debug/Tests/
H A DErrorHandlerTest.php146 E_DEPRECATED => array(null, LogLevel::INFO),
213 $handler->throwAt(E_DEPRECATED, true);
214 $this->assertFalse($handler->handleError(E_DEPRECATED, 'foo', 'foo.php', 12, array()));
308 …$that->assertEquals(E_RECOVERABLE_ERROR | E_USER_ERROR | E_DEPRECATED | E_USER_DEPRECATED, $contex…
415 E_DEPRECATED => array($bootLogger, LogLevel::INFO),
434 $handler->handleError(E_DEPRECATED, 'Foo message', __FILE__, 123, array());
435 …$expectedLog = array(LogLevel::INFO, 'Foo message', array('type' => E_DEPRECATED, 'file' => __FILE…
449 $handler->setLoggers(array(E_DEPRECATED => array($mockLogger, LogLevel::WARNING)));
/dports/www/mod_php81/php-8.1.1/Zend/
H A Dzend_errors.h36 #define E_DEPRECATED (1<<13L) macro
42 …E_USER_ERROR | E_USER_WARNING | E_USER_NOTICE | E_RECOVERABLE_ERROR | E_DEPRECATED | E_USER_DEPREC…
/dports/lang/php81/php-8.1.1/Zend/
H A Dzend_errors.h36 #define E_DEPRECATED (1<<13L) macro
42 …E_USER_ERROR | E_USER_WARNING | E_USER_NOTICE | E_RECOVERABLE_ERROR | E_DEPRECATED | E_USER_DEPREC…
/dports/lang/php80/php-8.0.15/Zend/
H A Dzend_errors.h36 #define E_DEPRECATED (1<<13L) macro
42 …E_USER_ERROR | E_USER_WARNING | E_USER_NOTICE | E_RECOVERABLE_ERROR | E_DEPRECATED | E_USER_DEPREC…
/dports/www/mod_php80/php-8.0.15/Zend/
H A Dzend_errors.h36 #define E_DEPRECATED (1<<13L) macro
42 …E_USER_ERROR | E_USER_WARNING | E_USER_NOTICE | E_RECOVERABLE_ERROR | E_DEPRECATED | E_USER_DEPREC…
/dports/databases/mantis/mantisbt-2.25.2/admin/check/
H A Dcheck_api.php100 case E_DEPRECATED:
210 } elseif( $t_unhandled == E_DEPRECATED ) {
248 } elseif( !$t_unhandled || $t_unhandled == E_DEPRECATED ) {
/dports/www/itop/web/lib/silex/vendor/symfony/debug/Tests/
H A DErrorHandlerTest.php127 E_DEPRECATED => array(null, LogLevel::INFO),
189 $handler->throwAt(E_DEPRECATED, true);
190 $this->assertFalse($handler->handleError(E_DEPRECATED, 'foo', 'foo.php', 12, array()));
384 E_DEPRECATED => array($bootLogger, LogLevel::INFO),
403 $handler->handleError(E_DEPRECATED, 'Foo message', __FILE__, 123, array());
417 $this->assertSame(E_DEPRECATED, $exception->getSeverity());
426 $handler->setLoggers(array(E_DEPRECATED => array($mockLogger, LogLevel::WARNING)));
/dports/www/tikiwiki/tiki-21.2/lib/importer/
H A Dtikiimporter.php168 if (ini_get('error_reporting') != (E_ALL & ~E_DEPRECATED)) {
169 error_reporting(E_ALL & ~E_DEPRECATED);
/dports/www/limesurvey/limesurvey/
H A Dindex.php162 error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED);
172 …error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED);// Not needed if user don't remove …
/dports/deskutils/egroupware/egroupware/vendor/symfony/debug/Tests/
H A DErrorHandlerTest.php155 E_DEPRECATED => [null, LogLevel::INFO],
217 $handler->throwAt(E_DEPRECATED, true);
218 $this->assertFalse($handler->handleError(E_DEPRECATED, 'foo', 'foo.php', 12, []));
380 E_DEPRECATED => [$bootLogger, LogLevel::INFO],
399 $handler->handleError(E_DEPRECATED, 'Foo message', __FILE__, 123, []);
413 $this->assertSame(E_DEPRECATED, $exception->getSeverity());
422 $handler->setLoggers([E_DEPRECATED => [$mockLogger, LogLevel::WARNING]]);

12345678910>>...42