/PHP-5.5/ext/standard/tests/array/ |
H A D | array_shift_variation1.phpt | 6 * Description: Pops an element off the beginning of the array
|
/PHP-5.5/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_stmt_bindparam.phpt | 100 printf("[004] Unable to turn off emulated prepared statements\n");
|
H A D | pdo_mysql_stmt_unbuffered_2050.phpt | 22 printf("[004] Unable to turn off emulated prepared statements\n");
|
H A D | pdo_mysql_stmt_fetch_non_select.phpt | 70 printf("[011] Unable to turn off emulated prepared statements\n");
|
H A D | pdo_mysql_stmt_closecursor.phpt | 128 printf("[002] Unable to turn off emulated prepared statements\n");
|
H A D | pdo_mysql_prepare_native.phpt | 100 printf("[002] Unable to turn off emulated prepared statements\n");
|
H A D | pdo_mysql_stmt_bindvalue.phpt | 20 printf("[002] Unable to turn off emulated prepared statements\n");
|
H A D | pdo_mysql_stmt_getcolumnmeta.phpt | 54 printf("[007] Unable to turn off emulated prepared statements\n");
|
/PHP-5.5/ext/mysqli/tests/ |
H A D | mysqli_autocommit.phpt | 51 printf("[008] Cannot turn off autocommit\n");
|
H A D | mysqli_autocommit_oo.phpt | 40 printf("[005] Cannot turn off autocommit\n");
|
/PHP-5.5/ext/fileinfo/libmagic/ |
H A D | file.h | 366 int32_t off; member
|
/PHP-5.5/ext/zlib/tests/ |
H A D | data.inc | 15 When we have shuffled off this mortal coil,
|
/PHP-5.5/ext/filter/docs/ |
H A D | filter.txt | 24 * Added 'on' and 'off' to the boolean filter. 132 for '0', 'off' and 'false'
|
/PHP-5.5/sapi/fpm/ |
H A D | php-fpm.conf.in | 439 ; 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 D | RE | 209 (?imx-imx) option on/off 213 (?imx-imx:subexp) option on/off for subexp
|
/PHP-5.5/win32/build/ |
H A D | phpize.js.in | 269 B.WriteLine("@echo off");
|
/PHP-5.5/ext/fileinfo/ |
H A D | libmagic.patch | 925 - 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 D | pdo_stmt.c | 1299 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 D | userstreams.phpt | 34 off the beaten path I reign
|
/PHP-5.5/ |
H A D | README.EXT_SKEL | 112 configuring and compiling their module. This option turns off all such things
|
H A D | php.ini-development | 56 ; 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 D | php.ini-production | 56 ; 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 D | parse_iso_intervals.re | 239 #pragma optimize( "", off )
|
/PHP-5.5/win32/ |
H A D | install.txt | 284 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 D | var_unserializer.c | 430 # pragma optimize("", off)
|