@@ -695,7 +695,7 @@ static inline HashTable *spl_filesystem_object_get_debug_info(zend_object *objec
695695}
696696/* }}} */
697697
698- zend_function * spl_filesystem_object_get_method_check (zend_object * * object , zend_string * method , const zval * key ) /* {{{ */
698+ static zend_function * spl_filesystem_object_get_method_check (zend_object * * object , zend_string * method , const zval * key ) /* {{{ */
699699{
700700 spl_filesystem_object * fsobj = spl_filesystem_from_obj (* object );
701701
@@ -711,7 +711,7 @@ zend_function *spl_filesystem_object_get_method_check(zend_object **object, zend
711711#define DIT_CTOR_FLAGS 0x00000001
712712#define DIT_CTOR_GLOB 0x00000002
713713
714- void spl_filesystem_object_construct (INTERNAL_FUNCTION_PARAMETERS , zend_long ctor_flags ) /* {{{ */
714+ static void spl_filesystem_object_construct (INTERNAL_FUNCTION_PARAMETERS , zend_long ctor_flags ) /* {{{ */
715715{
716716 spl_filesystem_object * intern ;
717717 zend_string * path ;
@@ -1637,7 +1637,7 @@ static const zend_object_iterator_funcs spl_filesystem_dir_it_funcs = {
16371637/* }}} */
16381638
16391639/* {{{ spl_ce_dir_get_iterator */
1640- zend_object_iterator * spl_filesystem_dir_get_iterator (zend_class_entry * ce , zval * object , int by_ref )
1640+ static zend_object_iterator * spl_filesystem_dir_get_iterator (zend_class_entry * ce , zval * object , int by_ref )
16411641{
16421642 spl_filesystem_iterator * iterator ;
16431643 spl_filesystem_object * dir_object ;
@@ -1830,7 +1830,7 @@ static const zend_object_iterator_funcs spl_filesystem_tree_it_funcs = {
18301830/* }}} */
18311831
18321832/* {{{ spl_ce_dir_get_iterator */
1833- zend_object_iterator * spl_filesystem_tree_get_iterator (zend_class_entry * ce , zval * object , int by_ref )
1833+ static zend_object_iterator * spl_filesystem_tree_get_iterator (zend_class_entry * ce , zval * object , int by_ref )
18341834{
18351835 spl_filesystem_iterator * iterator ;
18361836 spl_filesystem_object * dir_object ;
0 commit comments