Home
last modified time | relevance | path

Searched refs:off (Results 101 – 125 of 137) sorted by relevance

123456

/PHP-5.5/ext/standard/tests/array/
H A Darray_shift_variation1.phpt6 * Description: Pops an element off the beginning of the array
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindparam.phpt100 printf("[004] Unable to turn off emulated prepared statements\n");
H A Dpdo_mysql_stmt_unbuffered_2050.phpt22 printf("[004] Unable to turn off emulated prepared statements\n");
H A Dpdo_mysql_stmt_fetch_non_select.phpt70 printf("[011] Unable to turn off emulated prepared statements\n");
H A Dpdo_mysql_stmt_closecursor.phpt128 printf("[002] Unable to turn off emulated prepared statements\n");
H A Dpdo_mysql_prepare_native.phpt100 printf("[002] Unable to turn off emulated prepared statements\n");
H A Dpdo_mysql_stmt_bindvalue.phpt20 printf("[002] Unable to turn off emulated prepared statements\n");
H A Dpdo_mysql_stmt_getcolumnmeta.phpt54 printf("[007] Unable to turn off emulated prepared statements\n");
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_autocommit.phpt51 printf("[008] Cannot turn off autocommit\n");
H A Dmysqli_autocommit_oo.phpt40 printf("[005] Cannot turn off autocommit\n");
/PHP-5.5/ext/fileinfo/libmagic/
H A Dfile.h366 int32_t off; member
/PHP-5.5/ext/zlib/tests/
H A Ddata.inc15 When we have shuffled off this mortal coil,
/PHP-5.5/ext/filter/docs/
H A Dfilter.txt24 * Added 'on' and 'off' to the boolean filter.
132 for '0', 'off' and 'false'
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in439 ; dumped to the 'slowlog' file. A value of '0s' means 'off'.
446 ; does not stop script execution for some reason. A value of '0' means 'off'.
516 ; For php_*flag, valid values are on, off, 1, 0, true, false, yes or no.
529 ;php_flag[display_errors] = off
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE209 (?imx-imx) option on/off
213 (?imx-imx:subexp) option on/off for subexp
/PHP-5.5/win32/build/
H A Dphpize.js.in269 B.WriteLine("@echo off");
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch925 - if (pread(info->i_fd, buf, len, off) != (ssize_t)len)
926 + if (FINFO_LSEEK_FUNC(info->i_fd, off, SEEK_SET) == (off_t)-1)
3147 if (off) {
3156 if (off) {
3165 if (off) {
3174 if (off) {
3183 if (off) {
3192 if (off) {
3201 if (off) {
3210 if (off) {
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c1299 long off = 0; in PHP_METHOD() local
1303 &ori, &off)) { in PHP_METHOD()
1313 if (!do_fetch(stmt, TRUE, return_value, how, ori, off, 0 TSRMLS_CC)) { in PHP_METHOD()
1326 long off = 0; in PHP_METHOD() local
1371 if (!error && !do_fetch(stmt, TRUE, return_value, how, ori, off, 0 TSRMLS_CC)) { in PHP_METHOD()
/PHP-5.5/ext/standard/tests/file/
H A Duserstreams.phpt34 off the beaten path I reign
/PHP-5.5/
H A DREADME.EXT_SKEL112 configuring and compiling their module. This option turns off all such things
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 ; leave this setting off on production servers.
523 ; Turn off normal error reporting and emit XML-RPC error XML
732 ; turn it off here AT YOUR OWN RISK
733 ; **You CAN safely turn this off for IIS, in fact, you MUST.**
963 ; 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 ; leave this setting off on production servers.
523 ; Turn off normal error reporting and emit XML-RPC error XML
732 ; turn it off here AT YOUR OWN RISK
733 ; **You CAN safely turn this off for IIS, in fact, you MUST.**
963 ; Whether to pool ODBC connections. Can be one of "strict", "relaxed" or "off"
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.re239 #pragma optimize( "", off )
/PHP-5.5/win32/
H A Dinstall.txt284 Some examples are display_errors being off and magic_quotes_gpc being off.
477 If you experience 100% CPU usage after some time, turn off the IIS
1297 ; or false, off, no, none
1298 html_errors = off
1339 php_flag name on|off
1349 php_admin_flag name on|off
/PHP-5.5/ext/standard/
H A Dvar_unserializer.c430 # pragma optimize("", off)

Completed in 62 milliseconds

123456