Home
last modified time | relevance | path

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

123456

/PHP-5.4/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.4/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.4/ext/filter/docs/
H A Dfilter.txt24 * Added 'on' and 'off' to the boolean filter.
132 for '0', 'off' and 'false'
/PHP-5.4/ext/mbstring/oniguruma/doc/
H A DRE178 (?imx-imx) option on/off
182 (?imx-imx:subexp) option on/off for subexp
/PHP-5.4/ext/zlib/tests/
H A Ddata.inc15 When we have shuffled off this mortal coil,
/PHP-5.4/sapi/fpm/
H A Dphp-fpm.conf.in434 ; dumped to the 'slowlog' file. A value of '0s' means 'off'.
441 ; does not stop script execution for some reason. A value of '0' means 'off'.
511 ; For php_*flag, valid values are on, off, 1, 0, true, false, yes or no.
524 ;php_flag[display_errors] = off
/PHP-5.4/win32/build/
H A Dphpize.js.in269 B.WriteLine("@echo off");
/PHP-5.4/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)
3144 if (off) {
3153 if (off) {
3162 if (off) {
3171 if (off) {
3180 if (off) {
3189 if (off) {
3198 if (off) {
3207 if (off) {
/PHP-5.4/ext/pdo/
H A Dpdo_stmt.c1308 long off = 0; in PHP_METHOD() local
1312 &ori, &off)) { in PHP_METHOD()
1322 if (!do_fetch(stmt, TRUE, return_value, how, ori, off, 0 TSRMLS_CC)) { in PHP_METHOD()
1335 long off = 0; in PHP_METHOD() local
1380 if (!error && !do_fetch(stmt, TRUE, return_value, how, ori, off, 0 TSRMLS_CC)) { in PHP_METHOD()
/PHP-5.4/ext/standard/tests/file/
H A Duserstreams.phpt34 off the beaten path I reign
/PHP-5.4/
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
475 ; leave this setting off on production servers.
526 ; Turn off normal error reporting and emit XML-RPC error XML
731 ; turn it off here AT YOUR OWN RISK
732 ; **You CAN safely turn this off for IIS, in fact, you MUST.**
962 ; 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
475 ; leave this setting off on production servers.
526 ; Turn off normal error reporting and emit XML-RPC error XML
731 ; turn it off here AT YOUR OWN RISK
732 ; **You CAN safely turn this off for IIS, in fact, you MUST.**
962 ; Whether to pool ODBC connections. Can be one of "strict", "relaxed" or "off"
/PHP-5.4/ext/date/lib/
H A Dparse_iso_intervals.re274 #pragma optimize( "", off )
H A Dparse_iso_intervals.c276 #pragma optimize( "", off )
/PHP-5.4/win32/
H A Dinstall.txt412 Some examples are display_errors being off and magic_quotes_gpc being off.
610 If you experience 100% CPU usage after some time, turn off the IIS
1430 ; or false, off, no, none
1431 html_errors = off
1472 php_flag name on|off
1482 php_admin_flag name on|off
/PHP-5.4/ext/standard/
H A Dvar_unserializer.c430 # pragma optimize("", off)
H A Dvar_unserializer.re434 # pragma optimize("", off)

Completed in 233 milliseconds

123456