Home
last modified time | relevance | path

Searched refs:fn (Results 26 – 49 of 49) sorted by relevance

12

/PHP-5.5/tests/classes/
H A Dvisibility_004b.phpt18 // overload fn with same visibility
H A Dvisibility_000a.phpt18 // overload fn with same visibility
H A Dvisibility_000b.phpt18 // overload fn with same visibility
H A Dvisibility_001a.phpt18 // overload fn with same visibility
H A Dvisibility_001b.phpt18 // overload fn with same visibility
H A Dvisibility_002a.phpt18 // overload fn with same visibility
H A Dvisibility_002b.phpt18 // overload fn with same visibility
H A Dvisibility_003b.phpt18 // overload fn with same visibility
/PHP-5.5/win32/
H A Dglob.c859 g_lstat(fn, sb, pglob) in g_lstat() argument
860 register Char *fn; in g_lstat()
866 if (g_Ctoc(fn, buf, sizeof(buf)))
874 g_stat(fn, sb, pglob) in g_stat() argument
875 register Char *fn; in g_stat()
881 if (g_Ctoc(fn, buf, sizeof(buf)))
H A Dinstall.txt751 Init fn="load-modules" funcs="php5_init,php5_execute,php5_auth_trans" shlib="c:/
753 Init fn="php5_init" LateInit="yes" errorString="Failed to initialise PHP!" [php_
763 Service fn="php5_execute" type="magnus-internal/x-httpd-php" [inikey=value inike
776 ObjectType fn="force-type" type="magnus-internal/x-httpd-php"
777 Service fn=php5_execute [inikey=value inikey=value ...]
824 Error fn="php5_execute" code=XXX script="/path/to/script.php" [inikey=value inik
836 Service fn="php5_execute" type="magnus-internal/directory" script="/path/to/scri
862 Init fn=php5_init ... server_lib="ns-httpdXX.dll"
/PHP-5.5/ext/standard/tests/file/
H A Dtempnam_variation5.phpt14 /* Passing an existing file as $prefix for tempnam() fn */
H A Dtempnam_variation5-win32.phpt16 /* Passing an existing file as $prefix for tempnam() 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 !@@##$%^&*():<>?|…
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c1926 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachOrgHeader_r() argument
1935 if ( !pReq || !fn ) in LSAPI_ForeachOrgHeader_r()
2003 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachHeader_r() argument
2010 if ( !pReq || !fn ) in LSAPI_ForeachHeader_r()
2059 ret = (*fn)( achHeaderName, keyLen, in LSAPI_ForeachHeader_r()
2075 if ( !pEnv || !fn ) in EnvForeach()
2079 ret = (*fn)( pEnv->pKey, pEnv->keyLen, in EnvForeach()
2093 if ( !pReq || !fn ) in LSAPI_ForeachEnv_r()
2098 fn, arg ); in LSAPI_ForeachEnv_r()
2108 if ( !pReq || !fn ) in LSAPI_ForeachSpecialEnv_r()
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtr_variation9.phpt76 var_dump( strtr($values[$index], $values[$index], $values[$index]) ); //fn call with three args
77 var_dump( strtr($values[$index], $values[$index]) ); //fn call with two args
/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/sapi/isapi/stresstest/
H A Dstresstest.cpp296 BOOL ParseTestFile(const char *path, const char *fn) in ParseTestFile() argument
300 _snprintf(filename, sizeof(filename)-1, "%s\\%s", path, fn); in ParseTestFile()
/PHP-5.5/ext/soap/
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/
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/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()

Completed in 130 milliseconds

12