Home
last modified time | relevance | path

Searched refs:zend_preload_autoload (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/Zend/
H A Dzend.h296 extern ZEND_API int (*zend_preload_autoload)(zend_string *filename);
H A Dzend.c84 ZEND_API int (*zend_preload_autoload)(zend_string *filename) = NULL; variable
H A Dzend_compile.c1084 if (zend_preload_autoload in do_bind_class()
1085 && zend_preload_autoload(EG(current_execute_data)->func->op_array.filename) == SUCCESS) { in do_bind_class()
H A Dzend_vm_def.h7346 if (zend_preload_autoload
7347 && zend_preload_autoload(EX(func)->op_array.filename) == SUCCESS) {
H A Dzend_vm_execute.h2468 if (zend_preload_autoload in ZEND_DECLARE_ANON_CLASS_SPEC_HANDLER()
2469 && zend_preload_autoload(EX(func)->op_array.filename) == SUCCESS) { in ZEND_DECLARE_ANON_CLASS_SPEC_HANDLER()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c4646 zend_preload_autoload = preload_autoload; in accel_preload()

Completed in 199 milliseconds