Home
last modified time | relevance | path

Searched refs:fn (Results 1 – 25 of 49) sorted by last modified time

12

/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/tests/classes/
H A Dvisibility_003b.phpt18 // overload fn with same visibility
H A Dvisibility_003c.phpt18 // overload fn with same visibility
H A Dvisibility_004a.phpt18 // overload fn with same visibility
H A Dvisibility_004b.phpt18 // overload fn with same visibility
H A Dvisibility_004c.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_000c.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_001c.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_002c.phpt18 // overload fn with same visibility
H A Dvisibility_003a.phpt18 // overload fn with same visibility
/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/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 …]
H A Dlsapilib.h159 LSAPI_CB_EnvHandler fn, void * arg );
162 LSAPI_CB_EnvHandler fn, void * arg );
165 LSAPI_CB_EnvHandler fn, void * arg );
168 LSAPI_CB_EnvHandler fn, void * arg );
281 static inline int LSAPI_ForeachHeader( LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachHeader() argument
282 { return LSAPI_ForeachHeader_r( &g_req, fn, arg ); } in LSAPI_ForeachHeader()
285 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachOrgHeader() argument
286 { return LSAPI_ForeachOrgHeader_r( &g_req, fn, arg ); } in LSAPI_ForeachOrgHeader()
288 static inline int LSAPI_ForeachEnv( LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachEnv() argument
289 { return LSAPI_ForeachEnv_r( &g_req, fn, arg ); } in LSAPI_ForeachEnv()
[all …]
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt31 … Init fn="load-modules" funcs="php5_init,php5_execute,php5_auth_trans" shlib="/path/to/phplibrary"
32 Init fn=php5_init errorString="Failed to initialize PHP!" [php_ini="/path/to/php.ini"]
53 Service fn="php5_execute" type="magnus-internal/x-httpd-php" [inikey=value ...]
63 ObjectType fn="force-type" type="magnus-internal/x-httpd-php"
64 Service fn="php5_execute" [inikey=value ...]
84 AuthTrans fn=php5_auth_trans
95 AuthTrans fn=php5_auth_trans
106 Error fn="php5_execute" code=XXX script="/path/to/script.php" [inikey=value inikey=value...]
119 …Service fn="php5_execute" type="magnus-internal/directory" script="/path/to/script.php" [inikey=va…
146 Init fn=php5_init ... server_lib="ns-httpdXX.dll"
/PHP-5.5/ext/zip/lib/
H A Dzip_name_locate.c55 const char *fn, *p; in _zip_name_locate() local
76 fn = za->cdir->entry[i].filename; in _zip_name_locate()
78 fn = _zip_get_name(za, i, flags, error); in _zip_name_locate()
81 if (fn == NULL) in _zip_name_locate()
85 p = strrchr(fn, '/'); in _zip_name_locate()
87 fn = p+1; in _zip_name_locate()
90 if (cmp(fname, fn) == 0) in _zip_name_locate()
H A Dzip_open.c61 zip_open(const char *fn, int flags, int *zep) in zip_open() argument
66 return _zip_allocate_new(fn, zep); in zip_open()
75 return _zip_allocate_new(fn, zep); in zip_open()
80 if ((fp=fopen(fn, "rb")) == NULL) { in zip_open()
85 return _zip_open(fn, fp, flags, 0, zep); in zip_open()
106 if ((za=_zip_allocate_new(fn, zep)) == NULL) in _zip_open()
455 _zip_allocate_new(const char *fn, int *zep) in _zip_allocate_new() argument
465 if (fn == NULL) in _zip_allocate_new()
468 za->zn = strdup(fn); in _zip_allocate_new()
485 if (fn == NULL) { in _zip_file_exists()
[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/ext/standard/tests/file/
H A Dtempnam_variation5.phpt14 /* Passing an existing file as $prefix for tempnam() fn */

Completed in 47 milliseconds

12