Home
last modified time | relevance | path

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

/PHP-8.3/ext/reflection/
H A Dphp_reflection.c134 zend_function *fptr; member
194 if (fptr in _copy_function()
204 return fptr; in _copy_function()
211 if (fptr in _free_function()
781 if (fptr->type == ZEND_USER_FUNCTION && fptr->op_array.doc_comment) { in _function_string()
808 if (fptr->common.prototype && fptr->common.prototype->common.scope) { in _function_string()
1311 reference->fptr = fptr; in reflection_parameter_factory()
1941 fptr->common.attributes, 0, fptr->common.scope, target, in ZEND_METHOD()
1942 fptr->type == ZEND_USER_FUNCTION ? fptr->op_array.filename : NULL); in ZEND_METHOD()
2400 if (!fptr) { in ZEND_METHOD()
[all …]
/PHP-8.3/Zend/
H A Dzend_API.c2738 ce->clone = fptr; in zend_add_magic_method()
2740 ce->constructor = fptr; in zend_add_magic_method()
2743 ce->destructor = fptr; in zend_add_magic_method()
2745 ce->__get = fptr; in zend_add_magic_method()
2748 ce->__set = fptr; in zend_add_magic_method()
2751 ce->__call = fptr; in zend_add_magic_method()
2753 ce->__unset = fptr; in zend_add_magic_method()
2756 ce->__isset = fptr; in zend_add_magic_method()
2761 ce->__tostring = fptr; in zend_add_magic_method()
2763 ce->__debugInfo = fptr; in zend_add_magic_method()
[all …]
H A Dzend_inheritance.c884 if (fptr->common.scope) { in zend_get_function_declaration()
889 smart_str_appendl(&str, ZSTR_VAL(fptr->common.scope->name), ZSTR_LEN(fptr->common.scope->name)); in zend_get_function_declaration()
897 if (fptr->common.arg_info) { in zend_get_function_declaration()
899 zend_arg_info *arg_info = fptr->common.arg_info; in zend_get_function_declaration()
901 required = fptr->common.required_num_args; in zend_get_function_declaration()
902 num_args = fptr->common.num_args; in zend_get_function_declaration()
903 if (fptr->common.fn_flags & ZEND_ACC_VARIADIC) { in zend_get_function_declaration()
918 if (fptr->type == ZEND_INTERNAL_FUNCTION) { in zend_get_function_declaration()
927 if (fptr->type == ZEND_INTERNAL_FUNCTION) { in zend_get_function_declaration()
937 zend_op *op = fptr->op_array.opcodes; in zend_get_function_declaration()
[all …]
H A Dzend_API.h384 const zend_class_entry *ce, const zend_function *fptr, zend_string *lcname, int error_type);
385 ZEND_API void zend_add_magic_method(zend_class_entry *ce, zend_function *fptr, zend_string *lcname);
/PHP-8.3/ext/zend_test/
H A Dtest.c807 zend_internal_function *fptr; in zend_test_class_method_get() local
815 fptr->type = ZEND_INTERNAL_FUNCTION; in zend_test_class_method_get()
816 fptr->num_args = 1; in zend_test_class_method_get()
817 fptr->scope = (*object)->ce; in zend_test_class_method_get()
822 return (zend_function*)fptr; in zend_test_class_method_get()
830 zend_internal_function *fptr; in zend_test_class_static_method_get() local
838 fptr->type = ZEND_INTERNAL_FUNCTION; in zend_test_class_static_method_get()
839 fptr->num_args = 1; in zend_test_class_static_method_get()
840 fptr->scope = ce; in zend_test_class_static_method_get()
843 fptr->handler = ZEND_FN(zend_test_func); in zend_test_class_static_method_get()
[all …]
/PHP-8.3/ext/com_dotnet/
H A Dcom_handlers.c291 zend_internal_function f, *fptr = NULL; in com_method_get() local
305 if (obj->method_cache == NULL || NULL == (fptr = zend_hash_find_ptr(obj->method_cache, name))) { in com_method_get()
315 fptr = &f; in com_method_get()
377 if (fptr) { in com_method_get()
380 zend_string_addref(fptr->function_name); in com_method_get()
381 func = emalloc(sizeof(*fptr)); in com_method_get()
382 memcpy(func, fptr, sizeof(*fptr)); in com_method_get()
/PHP-8.3/ext/date/lib/
H A Dparse_date.re2225 while (*fptr && *ptr) {
2239 if (*fptr != *ptr) {
2243 fptr++;
2249 fptr++;
2484 if (*ptr != *fptr) {
2505 if (!fptr[1]) {
2509 fptr++;
2510 if (*ptr != *fptr) {
2587 fptr++;
2597 if (*fptr) {
[all …]
H A Dparse_date.c25075 while (*fptr && *ptr) { in timelib_parse_from_format_with_map()
25089 if (*fptr != *ptr) { in timelib_parse_from_format_with_map()
25093 fptr++; in timelib_parse_from_format_with_map()
25099 fptr++; in timelib_parse_from_format_with_map()
25334 if (*ptr != *fptr) { in timelib_parse_from_format_with_map()
25355 if (!fptr[1]) { in timelib_parse_from_format_with_map()
25359 fptr++; in timelib_parse_from_format_with_map()
25360 if (*ptr != *fptr) { in timelib_parse_from_format_with_map()
25437 fptr++; in timelib_parse_from_format_with_map()
25447 if (*fptr) { in timelib_parse_from_format_with_map()
[all …]
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_match.c4341 PCRE2_SPTR fptr; in match() local
4362 fptr = Feptr - 1; in match()
4363 if (!utf) fc = *fptr; else in match()
4365 BACKCHAR(fptr); in match()
4366 GETCHAR(fc, fptr); in match()
4370 Feptr = fptr; in match()

Completed in 159 milliseconds