Home
last modified time | relevance | path

Searched refs:fn (Results 1 – 25 of 49) sorted by path

12

/PHP-5.5/
H A DINSTALL686 Init fn="load-modules" funcs="php4_init,php4_execute,php4_auth_trans" shlib="/op
688 Init fn="php4_init" LateInit="yes" errorString="Failed to initialize PHP!" [php_
701 Service fn="php4_execute" type="magnus-internal/x-httpd-php" [inikey=value inike
716 ObjectType fn="force-type" type="magnus-internal/x-httpd-php"
717 Service fn=php4_execute [inikey=value inikey=value ...]
729 AuthTrans fn=php4_auth_trans
737 AuthTrans fn=php4_auth_trans
784 Error fn="php4_execute" code=XXX script="/path/to/script.php" [inikey=value inik
796 Service fn="php4_execute" type="magnus-internal/directory" script="/path/to/scri
/PHP-5.5/Zend/tests/
H A Dclosure_bug66622.phpt9 $fn = function() { return static::name(); };
10 echo static::name() . ' vs ' . $fn() . "\n";
13 $fn = static function() { return static::name(); };
14 echo static::name() . ' vs ' . $fn() . "\n";
17 $fn = function() { return static::name(); };
18 echo static::name() . ' vs ' . $fn() . "\n";
/PHP-5.5/Zend/tests/generators/
H A Dbug65035.phpt7 fn();
11 function fn() {
/PHP-5.5/Zend/
H A Dzend_compile.c3913 zend_hash_quick_update(*overriden, arKey, nKeyLength, h, fn, sizeof(zend_function), (void**)&fn); in zend_add_trait_method()
3938 fn->common.scope->name, fn->common.function_name, in zend_add_trait_method()
3946 fn->common.prototype = NULL; in zend_add_trait_method()
3950 function_add_ref(fn); in zend_add_trait_method()
3951 …sh_quick_update(&ce->function_table, arKey, nKeyLength, h, fn, sizeof(zend_function), (void**)&fn); in zend_add_trait_method()
3960 fn->common.scope = ce; in zend_fixup_trait_method()
3965 if (fn->type == ZEND_USER_FUNCTION && fn->op_array.static_variables) { in zend_fixup_trait_method()
4000 fn_copy = *fn; in zend_traits_copy_functions()
4004 …fn_copy.common.fn_flags = alias->modifiers | (fn->common.fn_flags ^ (fn->common.fn_flags & ZEND_AC… in zend_traits_copy_functions()
4025 fn_copy = *fn; in zend_traits_copy_functions()
[all …]
H A Dzend_execute_API.c1552 static int zend_verify_abstract_class_function(zend_function *fn, zend_abstract_info *ai TSRMLS_DC)… in zend_verify_abstract_class_function() argument
1554 if (fn->common.fn_flags & ZEND_ACC_ABSTRACT) { in zend_verify_abstract_class_function()
1556 ai->afn[ai->cnt] = fn; in zend_verify_abstract_class_function()
1558 if (fn->common.fn_flags & ZEND_ACC_CTOR) { in zend_verify_abstract_class_function()
/PHP-5.5/ext/com_dotnet/
H A Dcom_handlers.c410 #define POPULATE_CTOR(f, fn) \ in com_constructor_get() argument
417 f.handler = ZEND_FN(fn); \ in com_constructor_get()
/PHP-5.5/ext/ereg/regex/
H A Dsplit.c42 fn = nfields;
45 fn--;
59 fn++;
69 fn--;
73 fn++;
89 fn++;
102 fn--;
105 return(fn);
109 fn = 0;
113 fn++;
[all …]
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch119 + if (fn) {
240 if ((fn = magic_getpath(fn, action)) == NULL)
247 + if (fn == NULL)
249 + if (fn == NULL) {
274 fn = p;
309 + ms->file = fn;
319 fn);
813 - if (asprintf(&buf, "%.*s.mime%s", (int)(q - fn), fn, ext) < 0)
828 - if (asprintf(&buf, "%.*s%s", (int)(q - fn), fn, ext) < 0)
830 + spprintf(&buf, MAXPATHLEN, "%.*s%s", (int)(q - fn), fn, ext);
[all …]
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c408 if (fn) { in apprentice_1()
548 if ((fn = magic_getpath(fn, action)) == NULL) in file_apprentice()
554 if (fn == NULL) in file_apprentice()
556 if (fn == NULL) { in file_apprentice()
586 fn = mfn; in file_apprentice()
588 while (fn) { in file_apprentice()
596 fn = p; in file_apprentice()
950 ms->file = fn; in load_1()
960 fn); in load_1()
2825 fn = ++p;
[all …]
H A Dapptype.c45 file_os2_apptype(struct magic_set *ms, const char *fn, const void *buf, in file_os2_apptype() argument
54 if (fn) in file_os2_apptype()
55 filename = strdup(fn); in file_os2_apptype()
67 if (fn == NULL) { in file_os2_apptype()
82 if (fn == NULL) { in file_os2_apptype()
H A Dfsmagic.c93 file_fsmagic(struct magic_set *ms, const char *fn, struct stat *sb, php_stream *stream) in file_fsmagic() argument
102 if (fn == NULL && !stream) { in file_fsmagic()
112 file_error(ms, errno, "cannot stat `%s'", fn); in file_fsmagic()
119 if (php_sys_stat(fn, sb) != 0) { in file_fsmagic()
121 file_error(ms, errno, "cannot stat `%s'", fn); in file_fsmagic()
209 file_error(ms, errno, "unreadable symlink `%s'", fn); in file_fsmagic()
/PHP-5.5/ext/gd/
H A Dgd.c2554 char *fn = NULL; in _php_image_output() local
2570 fn = file; in _php_image_output()
2580 PHP_GD_CHECK_OPEN_BASEDIR(fn, "Invalid filename"); in _php_image_output()
2582 fp = VCWD_FOPEN(fn, "wb"); in _php_image_output()
2584 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to open '%s' for writing", fn); in _php_image_output()
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dunicode.c11224 int fn, ncs[3]; local
11226 for (fn = 0; fn < to->n; fn++) {
11227 cs[fn][0] = to->code[fn];
11228 if (onig_st_lookup(Unfold1Table, (st_data_t )cs[fn][0],
11231 cs[fn][i+1] = z3->code[i];
11233 ncs[fn] = z3->n + 1;
11236 ncs[fn] = 1;
11239 if (fn == 2) {
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_alloc.c89 TRACE_ALLOC_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_orig_filename, __zend_orig_lineno); in _mysqlnd_emalloc()
129 TRACE_ALLOC_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_orig_filename, __zend_orig_lineno); in _mysqlnd_pemalloc()
172 TRACE_ALLOC_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_orig_filename, __zend_orig_lineno); in _mysqlnd_ecalloc()
212 TRACE_ALLOC_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_orig_filename, __zend_orig_lineno); in _mysqlnd_pecalloc()
256 TRACE_ALLOC_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_orig_filename, __zend_orig_lineno); in _mysqlnd_erealloc()
297 TRACE_ALLOC_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_orig_filename, __zend_orig_lineno); in _mysqlnd_perealloc()
337 TRACE_ALLOC_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_orig_filename, __zend_orig_lineno); in _mysqlnd_efree()
368 TRACE_ALLOC_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_orig_filename, __zend_orig_lineno); in _mysqlnd_pefree()
403 TRACE_ALLOC_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_orig_filename, __zend_orig_lineno); in _mysqlnd_malloc()
442 TRACE_ALLOC_INF_FMT("file=%-15s line=%4d", fn? fn + 1:__zend_orig_filename, __zend_orig_lineno); in _mysqlnd_calloc()
[all …]
/PHP-5.5/ext/session/tests/
H A Dsave_handler_closures.inc5 foreach (array ('open', 'close', 'read', 'write', 'destroy', 'gc') as $fn) {
6 ${$fn.'_closure'} = function () use ($fn) { return call_user_func_array ($fn, func_get_args ()); };
/PHP-5.5/ext/soap/
H A Dphp_packet_soap.c25 int parse_packet_soap(zval *this_ptr, char *buffer, int buffer_size, sdlFunctionPtr fn, char *fn_na… in parse_packet_soap() argument
256 if (fn != NULL && fn->binding && fn->binding->bindingType == BINDING_SOAP) { in parse_packet_soap()
262 sdlSoapBindingFunctionPtr fnb = (sdlSoapBindingFunctionPtr)fn->bindingAttributes; in parse_packet_soap()
267 if (fn->responseParameters) { in parse_packet_soap()
268 res_count = zend_hash_num_elements(fn->responseParameters); in parse_packet_soap()
269 zend_hash_internal_pointer_reset(fn->responseParameters); in parse_packet_soap()
270 while (zend_hash_get_current_data(fn->responseParameters, (void **)&h_param) == SUCCESS) { in parse_packet_soap()
284 name = fn->responseName; in parse_packet_soap()
337 zend_hash_move_forward(fn->responseParameters); in parse_packet_soap()
H A Dphp_packet_soap.h25 int parse_packet_soap(zval *this_ptr, char *buffer, int buffer_size, sdlFunctionPtr fn, char *fn_na…
H A Dphp_sdl.c1533 static sdlPtr get_sdl_from_cache(const char *fn, const char *uri, time_t t, time_t *cached TSRMLS_D… in get_sdl_from_cache() argument
1548 f = open(fn, O_RDONLY|O_BINARY); in get_sdl_from_cache()
1565 unlink(fn); in get_sdl_from_cache()
1573 unlink(fn); in get_sdl_from_cache()
1581 unlink(fn); in get_sdl_from_cache()
2110 static void add_sdl_to_cache(const char *fn, const char *uri, time_t t, sdlPtr sdl TSRMLS_DC) in add_sdl_to_cache() argument
2125 f = open(fn,O_CREAT|O_WRONLY|O_EXCL|O_BINARY,S_IREAD|S_IWRITE); in add_sdl_to_cache()
2127 f = open(fn,O_CREAT|O_WRONLY|O_EXCL|O_BINARY,S_IREAD|S_IWRITE); in add_sdl_to_cache()
3191 char fn[MAXPATHLEN]; in get_sdl() local
3205 } else if (VCWD_REALPATH(uri, fn) == NULL) { in get_sdl()
[all …]
H A Dsoap.c2640 sdlFunctionPtr fn; local
2709 fn = get_function(sdl, function);
2710 if (fn != NULL) {
2711 sdlBindingPtr binding = fn->binding;
2714 if (fn->responseName == NULL &&
2715 fn->responseParameters == NULL &&
2724 sdlSoapBindingFunctionPtr fnb = (sdlSoapBindingFunctionPtr)fn->bindingAttributes;
2725 …request = serialize_function_call(this_ptr, fn, NULL, fnb->input.ns, real_args, arg_count, soap_ve…
2728 …request = serialize_function_call(this_ptr, fn, NULL, sdl->target_ns, real_args, arg_count, soap_v…
2736 …ret = parse_packet_soap(this_ptr, Z_STRVAL(response), Z_STRLEN(response), fn, NULL, return_value, …
/PHP-5.5/ext/standard/
H A Dscanf.c593 long (*fn)() = NULL; in php_sscanf_internal() local
765 fn = (long (*)())strtol; in php_sscanf_internal()
770 fn = (long (*)())strtol; in php_sscanf_internal()
775 fn = (long (*)())strtol; in php_sscanf_internal()
781 fn = (long (*)())strtol; in php_sscanf_internal()
787 fn = (long (*)())strtoul; in php_sscanf_internal()
1063 value = (long) (*fn)(buf, NULL, base); in php_sscanf_internal()
/PHP-5.5/ext/standard/tests/file/
H A Dbug53241.phpt10 $fn = __DIR__ . "/test.tmp";
11 @unlink($fn);
12 $fh = fopen($fn, 'xb');
18 $fn = __DIR__ . "/test.tmp";
19 @unlink($fn);
H A Dfilesize_variation4-win32.phpt23 $string = "Test 2 test the filesize() fn, with data containing all the types like !@@##$%^&*():<>?|…
H A Dfilesize_variation4.phpt24 $string = "Test 2 test the filesize() fn, with data containing all the types like !@@##$%^&*():<>?|…
H A Dtempnam_variation5-win32.phpt16 /* Passing an existing file as $prefix for tempnam() fn */
H A Dtempnam_variation5.phpt14 /* Passing an existing file as $prefix for tempnam() fn */

Completed in 108 milliseconds

12