Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_API.h186 …lass_container, class_name, class_name_len, functions, handle_fcall, handle_propget, handle_propse… argument
191 …INIT_CLASS_ENTRY_INIT_METHODS(class_container, functions, handle_fcall, handle_propget, handle_pro…
194 #define INIT_CLASS_ENTRY_INIT_METHODS(class_container, functions, handle_fcall, handle_propget, han… argument
207 class_container.__get = handle_propget; \
229 …ED_CLASS_ENTRY(class_container, class_name, functions, handle_fcall, handle_propget, handle_propse… argument
230 …ontainer, class_name, sizeof(class_name)-1, functions, handle_fcall, handle_propget, handle_propse…
234 …S_ENTRY_EX(class_container, ns, class_name, functions, handle_fcall, handle_propget, handle_propse… argument
235 …e), sizeof(ZEND_NS_NAME(ns, class_name))-1, functions, handle_fcall, handle_propget, handle_propse…
236 …LASS_ENTRY(class_container, ns, class_name, functions, handle_fcall, handle_propget, handle_propse… argument
237 …ss_container, ZEND_NS_NAME(ns, class_name), functions, handle_fcall, handle_propget, handle_propse…

Completed in 11 milliseconds