Home
last modified time | relevance | path

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

/php-src/ext/reflection/
H A Dphp_reflection.c135 zend_function *fptr; member
195 if (fptr in _copy_function()
205 return fptr; in _copy_function()
212 if (fptr in _free_function()
814 if (fptr->type == ZEND_USER_FUNCTION && fptr->op_array.doc_comment) { in _function_string()
843 if (fptr->common.prototype && fptr->common.prototype->common.scope) { in _function_string()
1350 reference->fptr = fptr; in reflection_parameter_factory()
1987 fptr->common.attributes, 0, fptr->common.scope, target, in ZEND_METHOD()
1988 fptr->type == ZEND_USER_FUNCTION ? fptr->op_array.filename : NULL); in ZEND_METHOD()
2446 if (!fptr) { in ZEND_METHOD()
[all …]
/php-src/ext/zend_test/
H A Dtest.c753 zend_internal_function *fptr; in zend_test_class_method_get() local
761 fptr->type = ZEND_INTERNAL_FUNCTION; in zend_test_class_method_get()
762 fptr->num_args = 1; in zend_test_class_method_get()
763 fptr->scope = (*object)->ce; in zend_test_class_method_get()
767 fptr->doc_comment = NULL; in zend_test_class_method_get()
769 return (zend_function*)fptr; in zend_test_class_method_get()
777 zend_internal_function *fptr; in zend_test_class_static_method_get() local
786 fptr->num_args = 1; in zend_test_class_static_method_get()
787 fptr->scope = ce; in zend_test_class_static_method_get()
791 fptr->doc_comment = NULL; in zend_test_class_static_method_get()
[all …]
/php-src/Zend/
H A Dzend_API.c2791 ce->clone = fptr; in zend_add_magic_method()
2793 ce->constructor = fptr; in zend_add_magic_method()
2796 ce->destructor = fptr; in zend_add_magic_method()
2798 ce->__get = fptr; in zend_add_magic_method()
2801 ce->__set = fptr; in zend_add_magic_method()
2804 ce->__call = fptr; in zend_add_magic_method()
2806 ce->__unset = fptr; in zend_add_magic_method()
2809 ce->__isset = fptr; in zend_add_magic_method()
2814 ce->__tostring = fptr; in zend_add_magic_method()
2816 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.h388 const zend_class_entry *ce, const zend_function *fptr, zend_string *lcname, int error_type);
389 ZEND_API void zend_add_magic_method(zend_class_entry *ce, zend_function *fptr, zend_string *lcname);
/php-src/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()
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-src/ext/date/lib/
H A Dparse_date.re2221 while (*fptr && *ptr) {
2235 if (*fptr != *ptr) {
2239 fptr++;
2245 fptr++;
2480 if (*ptr != *fptr) {
2501 if (!fptr[1]) {
2505 fptr++;
2506 if (*ptr != *fptr) {
2583 fptr++;
2593 if (*fptr) {
[all …]
H A Dparse_date.c25071 while (*fptr && *ptr) { in timelib_parse_from_format_with_map()
25085 if (*fptr != *ptr) { in timelib_parse_from_format_with_map()
25089 fptr++; in timelib_parse_from_format_with_map()
25095 fptr++; in timelib_parse_from_format_with_map()
25330 if (*ptr != *fptr) { in timelib_parse_from_format_with_map()
25351 if (!fptr[1]) { in timelib_parse_from_format_with_map()
25355 fptr++; in timelib_parse_from_format_with_map()
25356 if (*ptr != *fptr) { in timelib_parse_from_format_with_map()
25433 fptr++; in timelib_parse_from_format_with_map()
25443 if (*fptr) { in timelib_parse_from_format_with_map()
[all …]
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_match.c4434 PCRE2_SPTR fptr; in match() local
4455 fptr = Feptr - 1; in match()
4456 if (!utf) fc = *fptr; else in match()
4458 BACKCHAR(fptr); in match()
4459 GETCHAR(fc, fptr); in match()
4463 Feptr = fptr; in match()

Completed in 234 milliseconds