diff --git a/reference/spl/functions/spl-autoload-call.xml b/reference/spl/functions/spl-autoload-call.xml index 1586b0c2fe..2dbf85746d 100755 --- a/reference/spl/functions/spl-autoload-call.xml +++ b/reference/spl/functions/spl-autoload-call.xml @@ -1,5 +1,5 @@ - + spl_autoload-call @@ -12,7 +12,6 @@ voidspl_autoload-call stringclass_name - This function can be used to manually search for a class or interface diff --git a/reference/spl/functions/spl-autoload-extensions.xml b/reference/spl/functions/spl-autoload-extensions.xml index 816d1d5d6f..9e0c75a34b 100755 --- a/reference/spl/functions/spl-autoload-extensions.xml +++ b/reference/spl/functions/spl-autoload-extensions.xml @@ -1,5 +1,5 @@ - + spl_autoload_extensions @@ -12,7 +12,6 @@ stringspl_autoload_extensions stringfile_extensions - This function allows to modify and check the file extensions the built in diff --git a/reference/spl/functions/spl-autoload-register.xml b/reference/spl/functions/spl-autoload-register.xml index 78f5cff9eb..6cef9511c6 100755 --- a/reference/spl/functions/spl-autoload-register.xml +++ b/reference/spl/functions/spl-autoload-register.xml @@ -1,5 +1,5 @@ - + spl_autoload_register @@ -12,7 +12,6 @@ boolspl_autoload_register mixedautoload_function - Register a function with the spl provided __autoload stack. If the stack diff --git a/reference/spl/functions/spl-autoload.xml b/reference/spl/functions/spl-autoload.xml index d0fa7fb352..427b54d443 100755 --- a/reference/spl/functions/spl-autoload.xml +++ b/reference/spl/functions/spl-autoload.xml @@ -1,5 +1,5 @@ - + spl_autoload @@ -13,7 +13,6 @@ voidspl_autoload stringclass_name stringfile_extensions - This function is intended to be used as a default implementation for