File tree 1 file changed +0
-20
lines changed
1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -95,16 +95,6 @@ static ZEND_FUNCTION(zend_test_deprecated)
95
95
zend_parse_parameters (ZEND_NUM_ARGS (), "|z" , & arg1 );
96
96
}
97
97
98
- static ZEND_FUNCTION (zend_test_alias )
99
- {
100
- ZEND_PARSE_PARAMETERS_NONE ();
101
- }
102
-
103
- static ZEND_FUNCTION (zend_test_deprecated_alias )
104
- {
105
- ZEND_PARSE_PARAMETERS_NONE ();
106
- }
107
-
108
98
/* Create a string without terminating null byte. Must be terminated with
109
99
* zend_terminate_string() before destruction, otherwise a warning is issued
110
100
* in debug builds. */
@@ -447,16 +437,6 @@ static ZEND_FUNCTION(ZendTestNS2_ZendSubNS_namespaced_deprecated_func)
447
437
ZEND_PARSE_PARAMETERS_NONE ();
448
438
}
449
439
450
- static ZEND_FUNCTION (namespaced_alias_func )
451
- {
452
- ZEND_PARSE_PARAMETERS_NONE ();
453
- }
454
-
455
- static ZEND_FUNCTION (namespaced_deprecated_alias_func )
456
- {
457
- ZEND_PARSE_PARAMETERS_NONE ();
458
- }
459
-
460
440
static ZEND_FUNCTION (zend_test_parameter_with_attribute )
461
441
{
462
442
zend_string * parameter ;
You can’t perform that action at this time.
0 commit comments