File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
Expand file tree Collapse file tree 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)
9595 zend_parse_parameters (ZEND_NUM_ARGS (), "|z" , & arg1 );
9696}
9797
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-
10898/* Create a string without terminating null byte. Must be terminated with
10999 * zend_terminate_string() before destruction, otherwise a warning is issued
110100 * in debug builds. */
@@ -447,16 +437,6 @@ static ZEND_FUNCTION(ZendTestNS2_ZendSubNS_namespaced_deprecated_func)
447437 ZEND_PARSE_PARAMETERS_NONE ();
448438}
449439
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-
460440static ZEND_FUNCTION (zend_test_parameter_with_attribute )
461441{
462442 zend_string * parameter ;
You can’t perform that action at this time.
0 commit comments