Home
last modified time | relevance | path

Searched refs:local (Results 126 – 150 of 164) sorted by path

1234567

/PHP-5.5/ext/sockets/tests/
H A Dmcast_ipv6_recv_limited.phpt15 * we're dealing with interface-local traffic... */
/PHP-5.5/ext/sqlite3/
H A Dconfig0.m425 for i in $PHP_SQLITE3 /usr/local /usr; do
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c35264 memset(&pFile->local, 0, sizeof(pFile->local));
35351 if (pFile->local.nReaders){
35354 if (pFile->local.bReserved){
35357 if (pFile->local.bPending){
35360 if (pFile->local.bExclusive){
35408 pFile->local.nReaders ++;
35422 pFile->local.bPending = TRUE;
35463 if (pFile->local.bExclusive){
35474 pFile->local.nReaders --;
35486 if (pFile->local.bPending){
[all …]
/PHP-5.5/ext/standard/
H A Dfilestat.c860 char *local; in php_stat() local
867 …tream_locate_url_wrapper(filename, &local, 0 TSRMLS_CC)) == &php_plain_files_wrapper && php_check_… in php_stat()
877 RETURN_BOOL(VCWD_ACCESS(local, F_OK) == 0); in php_stat()
882 RETURN_BOOL(VCWD_ACCESS(local, W_OK) == 0); in php_stat()
887 RETURN_BOOL(VCWD_ACCESS(local, R_OK) == 0); in php_stat()
892 RETURN_BOOL(VCWD_ACCESS(local, X_OK) == 0); in php_stat()
/PHP-5.5/ext/standard/tests/file/
H A Dbug40374.phpt2 Bug #40374 (php_shutdown_temporary_directory() tries to free local value)
H A Dinclude_userstream_002.phpt2 local user streams must not be able to open() url's
H A Dparse_ini_file.phpt32 path = /usr/local/bin
234 [path] => /usr/local/bin
353 [path] => /usr/local/bin
H A Dstream_rfc2397_003.phpt10 'data://application/vnd-xxx-query,select_vcount,fcol_from_fieldtable/local',
35 string(40) "select_vcount,fcol_from_fieldtable/local"
H A Dstream_rfc2397_005.phpt10 'data:application/vnd-xxx-query,select_vcount,fcol_from_fieldtable/local',
30 string(40) "select_vcount,fcol_from_fieldtable/local"
H A Dsymlink_link_linkinfo_is_link_variation3.phpt41 // storing size of symlink in a local variable
/PHP-5.5/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_v.phpt15 and local variable,$local_var */
18 echo "\n-- Value of local variable inside dump_globalvar() --\n";
27 /* calling function dump_globalvar() to check the reference count of local
129 -- Value of local variable inside dump_globalvar() --
H A Dget_defined_vars_basic.phpt21 echo "\n-- ..define some local variables --\n";
75 -- ..define some local variables --
H A Dparse_ini_string_001.phpt30 path = /usr/local/bin
224 [path] => /usr/local/bin
343 [path] => /usr/local/bin
/PHP-5.5/ext/tidy/
H A Dconfig.m413 TIDY_SEARCH_DIRS="/usr/local /usr"
/PHP-5.5/ext/wddx/
H A Dconfig.m440 for i in $PHP_XML $PHP_LIBEXPAT_DIR /usr /usr/local; do
/PHP-5.5/ext/xml/
H A Dconfig.m439 for i in $PHP_XML $PHP_LIBEXPAT_DIR /usr /usr/local; do
/PHP-5.5/ext/xmlrpc/
H A Dconfig.m449 for i in $PHP_LIBEXPAT_DIR $XMLRPC_DIR /usr/local /usr; do
104 for i in /usr/local /usr; do
/PHP-5.5/ext/xsl/
H A Dconfig.m419 for i in $PHP_XSL /usr/local /usr; do
42 for i in $PHP_XSL /usr/local /usr; do
/PHP-5.5/ext/zip/
H A Dconfig.m429 for i in /usr/local /usr; do
/PHP-5.5/ext/zip/lib/
H A Dzip_dirent.c221 unsigned char **bufp, zip_uint32_t *leftp, int local, in _zip_dirent_read() argument
229 if (local) in _zip_dirent_read()
252 if (memcmp(cur, (local ? LOCAL_MAGIC : CENTRAL_MAGIC), 4) != 0) { in _zip_dirent_read()
261 if (!local) in _zip_dirent_read()
281 if (local) { in _zip_dirent_read()
/PHP-5.5/ext/zlib/
H A Dconfig0.m424 for i in /usr/local /usr $PHP_ZLIB_DIR; do
/PHP-5.5/
H A Dphp.ini-development544 ; and change docref_root to the base URL of your local copy including the
974 ; Default socket name for local MySQL connects. If empty, uses the built-in
1096 ; Allow accessing, from PHP's perspective, local files with LOAD DATA statements
1123 ; Default socket name for local MySQL connects. If empty, uses the built-in
1159 ; Allow accessing, from PHP's perspective, local files with LOAD DATA statements
1182 ; Default socket name for local MySQL connects. If empty, uses the built-in
1786 ;tidy.default_config = /usr/local/lib/php/default.tcfg
1823 ; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)
1827 ; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)
H A Dphp.ini-production544 ; and change docref_root to the base URL of your local copy including the
974 ; Default socket name for local MySQL connects. If empty, uses the built-in
1096 ; Allow accessing, from PHP's perspective, local files with LOAD DATA statements
1123 ; Default socket name for local MySQL connects. If empty, uses the built-in
1159 ; Allow accessing, from PHP's perspective, local files with LOAD DATA statements
1182 ; Default socket name for local MySQL connects. If empty, uses the built-in
1786 ;tidy.default_config = /usr/local/lib/php/default.tcfg
1823 ; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)
1827 ; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)
/PHP-5.5/sapi/apache/
H A Dconfig.m4127 build directory [/usr/local/apache]], no, no)
135 PHP_APACHE=/usr/local/apache
/PHP-5.5/sapi/apache_hooks/
H A DREADME145 So, a uri handler to redirect all non-local traffic to /404.php (an

Completed in 380 milliseconds

1234567