Home
last modified time | relevance | path

Searched refs:ZEND_TEST_DEPRECATED (Results 1 – 8 of 8) sorted by relevance

/php-src/Zend/tests/
H A Dconst_deprecation.phpt8 var_dump(ZEND_TEST_DEPRECATED);
9 var_dump(constant('ZEND_TEST_DEPRECATED'));
11 const X = ZEND_TEST_DEPRECATED;
16 Deprecated: Constant ZEND_TEST_DEPRECATED is deprecated in %s on line %d
19 Deprecated: Constant ZEND_TEST_DEPRECATED is deprecated in %s on line %d
22 Deprecated: Constant ZEND_TEST_DEPRECATED is deprecated in %s on line %d
/php-src/ext/reflection/tests/
H A DReflectionConstant_dump.phpt20 dump(new ReflectionConstant('ZEND_TEST_DEPRECATED'));
33 string(20) "ZEND_TEST_DEPRECATED"
35 Constant [ <persistent, deprecated> int ZEND_TEST_DEPRECATED ] { 42 }
H A DReflectionConstant_getName.phpt11 $reflectionConstant = new ReflectionConstant('ZEND_TEST_DEPRECATED');
25 string(20) "ZEND_TEST_DEPRECATED"
H A DReflectionConstant_getValue.phpt11 $reflectionConstant = new ReflectionConstant('ZEND_TEST_DEPRECATED');
H A DReflectionConstant_isDeprecated.phpt11 $reflectionConstant = new ReflectionConstant('ZEND_TEST_DEPRECATED');
/php-src/ext/zend_test/tests/
H A Dclass_constant_deprecated.phpt8 $r = new ReflectionClassConstant('_ZendTestClass', 'ZEND_TEST_DEPRECATED');
H A Dgh11423.phpt17 ["ZEND_TEST_DEPRECATED"]=>
/php-src/ext/zend_test/
H A Dtest.stub.php15 const ZEND_TEST_DEPRECATED = 42; define
44 public const int ZEND_TEST_DEPRECATED = 42;

Completed in 8 milliseconds