Home
last modified time | relevance | path

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

/PHP-8.1/ext/reflection/
H A Dphp_reflection.c137 zend_function *fptr; member
197 if (fptr in _copy_function()
207 return fptr; in _copy_function()
214 if (fptr in _free_function()
777 if (fptr->type == ZEND_USER_FUNCTION && fptr->op_array.doc_comment) { in _function_string()
804 if (fptr->common.prototype && fptr->common.prototype->common.scope) { in _function_string()
1307 reference->fptr = fptr; in reflection_parameter_factory()
1918 fptr->common.attributes, 0, fptr->common.scope, target, in ZEND_METHOD()
1919 fptr->type == ZEND_USER_FUNCTION ? fptr->op_array.filename : NULL); in ZEND_METHOD()
2406 if (!fptr) { in ZEND_METHOD()
[all …]
/PHP-8.1/ext/zend_test/
H A Dtest.c457 zend_internal_function *fptr; in zend_test_class_method_get() local
465 fptr->type = ZEND_INTERNAL_FUNCTION; in zend_test_class_method_get()
466 fptr->num_args = 1; in zend_test_class_method_get()
467 fptr->scope = (*object)->ce; in zend_test_class_method_get()
472 return (zend_function*)fptr; in zend_test_class_method_get()
480 zend_internal_function *fptr; in zend_test_class_static_method_get() local
488 fptr->type = ZEND_INTERNAL_FUNCTION; in zend_test_class_static_method_get()
489 fptr->num_args = 1; in zend_test_class_static_method_get()
490 fptr->scope = ce; in zend_test_class_static_method_get()
493 fptr->handler = ZEND_FN(zend_test_func); in zend_test_class_static_method_get()
[all …]
/PHP-8.1/Zend/
H A Dzend_API.c2615 ce->clone = fptr; in zend_add_magic_method()
2617 ce->constructor = fptr; in zend_add_magic_method()
2620 ce->destructor = fptr; in zend_add_magic_method()
2622 ce->__get = fptr; in zend_add_magic_method()
2625 ce->__set = fptr; in zend_add_magic_method()
2628 ce->__call = fptr; in zend_add_magic_method()
2630 ce->__unset = fptr; in zend_add_magic_method()
2633 ce->__isset = fptr; in zend_add_magic_method()
2638 ce->__tostring = fptr; in zend_add_magic_method()
2640 ce->__debugInfo = fptr; in zend_add_magic_method()
[all …]
H A Dzend_inheritance.c838 if (fptr->common.scope) { in zend_get_function_declaration()
843 smart_str_appendl(&str, ZSTR_VAL(fptr->common.scope->name), ZSTR_LEN(fptr->common.scope->name)); in zend_get_function_declaration()
851 if (fptr->common.arg_info) { in zend_get_function_declaration()
853 zend_arg_info *arg_info = fptr->common.arg_info; in zend_get_function_declaration()
855 required = fptr->common.required_num_args; in zend_get_function_declaration()
856 num_args = fptr->common.num_args; in zend_get_function_declaration()
857 if (fptr->common.fn_flags & ZEND_ACC_VARIADIC) { in zend_get_function_declaration()
872 if (fptr->type == ZEND_INTERNAL_FUNCTION) { in zend_get_function_declaration()
881 if (fptr->type == ZEND_INTERNAL_FUNCTION) { in zend_get_function_declaration()
891 zend_op *op = fptr->op_array.opcodes; in zend_get_function_declaration()
[all …]
H A Dzend_API.h366 const zend_class_entry *ce, const zend_function *fptr, zend_string *lcname, int error_type);
367 ZEND_API void zend_add_magic_method(zend_class_entry *ce, zend_function *fptr, zend_string *lcname);
/PHP-8.1/ext/com_dotnet/
H A Dcom_handlers.c292 zend_internal_function f, *fptr = NULL; in com_method_get() local
306 if (obj->method_cache == NULL || NULL == (fptr = zend_hash_find_ptr(obj->method_cache, name))) { in com_method_get()
316 fptr = &f; in com_method_get()
378 if (fptr) { in com_method_get()
381 zend_string_addref(fptr->function_name); in com_method_get()
382 func = emalloc(sizeof(*fptr)); in com_method_get()
383 memcpy(func, fptr, sizeof(*fptr)); in com_method_get()
/PHP-8.1/ext/date/lib/
H A Dparse_date.re2151 while (*fptr && *ptr) {
2165 if (*fptr != *ptr) {
2169 fptr++;
2175 fptr++;
2401 if (*ptr != *fptr) {
2422 if (!fptr[1]) {
2426 fptr++;
2427 if (*ptr != *fptr) {
2504 fptr++;
2514 if (*fptr) {
[all …]
H A Dparse_date.c26149 while (*fptr && *ptr) { in timelib_parse_from_format_with_map()
26163 if (*fptr != *ptr) { in timelib_parse_from_format_with_map()
26167 fptr++; in timelib_parse_from_format_with_map()
26173 fptr++; in timelib_parse_from_format_with_map()
26399 if (*ptr != *fptr) { in timelib_parse_from_format_with_map()
26420 if (!fptr[1]) { in timelib_parse_from_format_with_map()
26424 fptr++; in timelib_parse_from_format_with_map()
26425 if (*ptr != *fptr) { in timelib_parse_from_format_with_map()
26502 fptr++; in timelib_parse_from_format_with_map()
26512 if (*fptr) { in timelib_parse_from_format_with_map()
[all …]
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_match.c4134 PCRE2_SPTR fptr; in match() local
4155 fptr = Feptr - 1; in match()
4156 if (!utf) fc = *fptr; else in match()
4158 BACKCHAR(fptr); in match()
4159 GETCHAR(fc, fptr); in match()
4163 Feptr = fptr; in match()

Completed in 116 milliseconds