Home
last modified time | relevance | path

Searched refs:off (Results 1 – 25 of 140) sorted by last modified time

123456

/PHP-5.6/win32/
H A Dinstall.txt275 Some examples are display_errors being off and magic_quotes_gpc being off.
468 If you experience 100% CPU usage after some time, turn off the IIS
1288 ; or false, off, no, none
1289 html_errors = off
1330 php_flag name on|off
1340 php_admin_flag name on|off
H A Dbuilddef.bat1 @echo off
/PHP-5.6/win32/build/
H A Dphpize.bat1 @echo off
H A Dphpize.js.in269 B.WriteLine("@echo off");
/PHP-5.6/tests/output/
H A Dob_implicit_flush_basic_001.phpt6 …* Description: Turn implicit flush on/off and is equivalent to calling flush() after every output …
H A Dob_implicit_flush_basic_002.phpt6 …* Description: Turn implicit flush on/off and is equivalent to calling flush() after every output …
H A Dob_implicit_flush_error_001.phpt6 …* Description: Turn implicit flush on/off and is equivalent to calling flush() after every output …
H A Dob_implicit_flush_variation_001.phpt6 …* Description: Turn implicit flush on/off and is equivalent to calling flush() after every output …
/PHP-5.6/tests/lang/
H A Dshort_tags.004.phpt4 short_open_tag=off
5 asp_tags=off
H A Dbug23584.phpt2 Bug #23584 (error line numbers off by one when using #!php)
H A DforeachLoop.002.phpt57 echo "\nPopping elements off an unreferenced array.\n";
65 echo "\nPopping elements off an unreferenced array, using &\$value.\n";
160 Popping elements off an unreferenced array.
167 Popping elements off an unreferenced array, using &$value.
H A DforeachLoop.012.phpt35 echo "\nPopping elements off end of an unreferenced array";
42 echo "\n\n\nShift elements off start of an unreferenced array";
73 Popping elements off end of an unreferenced array
142 Shift elements off start of an unreferenced array
H A DforeachLoop.013.phpt35 echo "\nPopping elements off end of an unreferenced array, using &\$value.";
42 echo "\n\n\nShift elements off start of an unreferenced array, using &\$value.";
73 Popping elements off end of an unreferenced array, using &$value.
143 Shift elements off start of an unreferenced array, using &$value.
H A DforeachLoop.014.phpt37 echo "\nPopping elements off end of a referenced array";
44 echo "\n\n\nShift elements off start of a referenced array";
74 Popping elements off end of a referenced array
144 Shift elements off start of a referenced array
H A DforeachLoop.015.phpt37 echo "\nPopping elements off end of a referenced array, using &\$value";
44 echo "\n\n\nShift elements off start of a referenced array, using &\$value";
75 Popping elements off end of a referenced array, using &$value
145 Shift elements off start of a referenced array, using &$value
/PHP-5.6/sapi/litespeed/
H A Dlsapilib.c1442 int off; in LSAPI_GetHeader_r() local
1446 if ( !off ) in LSAPI_GetHeader_r()
1448 if ( *(pReq->m_pHttpHeader + off in LSAPI_GetHeader_r()
1451 *( pReq->m_pHttpHeader + off in LSAPI_GetHeader_r()
1454 return pReq->m_pHttpHeader + off; in LSAPI_GetHeader_r()
1684 *off += ret; in gsendfile()
1695 ret = sendfile( fdIn, fdOut, *off, &len, NULL, 0 ); in gsendfile()
1699 *off += len; in gsendfile()
1714 vec[n].sfv_off = *off; in gsendfile()
1723 *off += ret; in gsendfile()
[all …]
H A Dlsapilib.h184 ssize_t LSAPI_sendfile_r( LSAPI_Request * pReq, int fdIn, off_t* off, size_t size );
332 static inline ssize_t LSAPI_sendfile( int fdIn, off_t* off, size_t size ) in LSAPI_sendfile() argument
334 return LSAPI_sendfile_r(&g_req, fdIn, off, size ); in LSAPI_sendfile()
/PHP-5.6/sapi/fpm/
H A Dphp-fpm.conf.in450 ; dumped to the 'slowlog' file. A value of '0s' means 'off'.
457 ; does not stop script execution for some reason. A value of '0' means 'off'.
527 ; For php_*flag, valid values are on, off, 1, 0, true, false, yes or no.
540 ;php_flag[display_errors] = off
H A Dwww.conf.in320 ; dumped to the 'slowlog' file. A value of '0s' means 'off'.
327 ; does not stop script execution for some reason. A value of '0' means 'off'.
397 ; For php_*flag, valid values are on, off, 1, 0, true, false, yes or no.
410 ;php_flag[display_errors] = off
/PHP-5.6/
H A Dphp.ini-development56 ; They can be turned off using the values 0, Off, False or No.
252 ; Valid values for this option are 'off', 'on', or a specific buffer size
472 ; set this to 'off' for production servers.
523 ; Turn off normal error reporting and emit XML-RPC error XML
748 ; turn it off here AT YOUR OWN RISK
749 ; **You CAN safely turn this off for IIS, in fact, you MUST.**
999 ; Whether to pool ODBC connections. Can be one of "strict", "relaxed" or "off"
H A Dphp.ini-production56 ; They can be turned off using the values 0, Off, False or No.
252 ; Valid values for this option are 'off', 'on', or a specific buffer size
472 ; set this to 'off' for production servers.
523 ; Turn off normal error reporting and emit XML-RPC error XML
748 ; turn it off here AT YOUR OWN RISK
749 ; **You CAN safely turn this off for IIS, in fact, you MUST.**
999 ; Whether to pool ODBC connections. Can be one of "strict", "relaxed" or "off"
/PHP-5.6/ext/zlib/tests/
H A Ddata.inc15 When we have shuffled off this mortal coil,
/PHP-5.6/ext/zip/lib/
H A Dzip_source_filep.c50 zip_uint64_t off; /* start offset of */ member
105 f->off = start; in _zip_source_file_or_p()
144 if (z->closep && z->off > 0) { in read_file()
145 if (fseeko(z->f, (off_t)z->off, SEEK_SET) < 0) { in read_file()
165 if (fseeko(z->f, (off_t)(z->off + (zip_uint64_t)(z->len-z->remain)), SEEK_SET) < 0) { in read_file()
H A Dzip_dirent.c134 off_t off; in _zip_cdir_write() local
141 if ((off=ftello(fp)) < 0) { in _zip_cdir_write()
145 offset = (zip_uint64_t)off; in _zip_cdir_write()
158 if ((off=ftello(fp)) < 0) { in _zip_cdir_write()
162 size = (zip_uint64_t)off - offset; in _zip_cdir_write()
/PHP-5.6/ext/xml/
H A Dxml.mak64 …C_FLAGS += -inline smart -sym on -sym codeview4 -opt off -opt intrinsics -sym internal -DDEBUGGIN…
69 C_FLAGS += -opt speed -inline on -inline smart -inline auto -sym off
72 LD_FLAGS += -sym off

Completed in 87 milliseconds

123456