---
title: "[RFC] Function Autoloading (mark 5)"
url: https://daily.dev/posts/rfc-function-autoloading-mark-5--s2cpsbka1
source_url: https://externals.io/message/131334
type: article
source: "externals.io"
published: 2026-06-16T22:27:51.479Z
updated: 2026-06-16T22:38:10.784Z
tags: ["php"]
reading_time: 1
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# [RFC] Function Autoloading (mark 5)

**[externals.io](https://daily.dev/sources/externals)** · 1 min read · 0 upvotes · 0 comments

## Summary

Paul M. Jones has submitted a 5th RFC attempt to add function autoloading to PHP, with an accompanying pull request on php-src. The proposal aims to extend PHP's existing class autoloading mechanism to cover functions. Early discussion from Bob Weinand raises a design question about namespace fallback behavior: whether the autoloader should make a second call with the global namespace name when a namespaced function lookup (e.g., Foo\bar) fails to resolve, which could reduce edge cases.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://externals.io/message/131334>

## Similar posts on daily.dev

- [\[RFC\] Function Autoloading \(mark 5\)](https://daily.dev/posts/rfc-function-autoloading-mark-5--wxshmmoqu) · externals.io · 0 upvotes · 0 comments
- [\[RFC\] Function Autoloading \(mark 5\)](https://daily.dev/posts/rfc-function-autoloading-mark-5--xbqdlxojc) · externals.io · 0 upvotes · 0 comments
- [\[RFC\] Function Autoloading \(mark 5\)](https://daily.dev/posts/rfc-function-autoloading-mark-5--zegwyms1l) · externals.io · 0 upvotes · 0 comments

---

Tags: [#php](https://daily.dev/tags/php)

[View this post on daily.dev](https://daily.dev/posts/rfc-function-autoloading-mark-5--s2cpsbka1)
