Home
last modified time | relevance | path

Searched refs:off (Results 1 – 25 of 137) sorted by path

123456

/PHP-5.5/
H A DINSTALL1636 ; or false, off, no, none
1637 register_globals = off
1727 php_flag name on|off
1737 php_admin_flag name on|off
H A DNEWS1846 . Fixed bug #65051 (count() off by one inside unset()). (Nikita)
3175 off by default). (Lucas Nealan, Arnaud Le Blanc, Brian Shire, Ilia)
6512 off by one. (Scott)
7449 "always_populate_raw_post_data" is off. (Ilia)
8673 - Fixed bug #37191 (chmod takes off sticky bit when safe_mode is On). (Tony)
8994 - Fixed bug #34429 (Output buffering cannot be turned off with FastCGI).
9007 display_startup_error is off). (Ilia)
9438 - Fixed bug #33958 (duplicate cookies and magic_quotes=off may cause a crash).
9445 - Fixed bug #33904 (input array keys being escaped when magic quotes is off).
9982 - Fixed bug #30832 ("!" stripped off comments in xml parser). (Rob)
H A DREADME.EXT_SKEL112 configuring and compiling their module. This option turns off all such things
H A Dbuildconf.bat1 @echo off
/PHP-5.5/Zend/tests/
H A Dbug65051.phpt2 Bug #65051: count() off by one inside unset()
H A Dgc_031.phpt2 GC 031: gc_collect_roots() with GC turned off.
/PHP-5.5/Zend/
H A Dzend_API.c2640 #pragma optimize("", off)
/PHP-5.5/build/
H A Dlibtool.m44293 # Compiler flag to turn off builtin functions.
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.c241 #pragma optimize( "", off )
H A Dparse_iso_intervals.re239 #pragma optimize( "", off )
/PHP-5.5/ext/date/tests/
H A Dbug33414-2.phpt29 print "TZ=Pacific/Enderbury - wrong day, off by 2 days.\n";
37 print "TZ=Pacific/Kiritimati - wrong day, off by 2 days.\n";
93 TZ=Pacific/Enderbury - wrong day, off by 2 days.
98 TZ=Pacific/Kiritimati - wrong day, off by 2 days.
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_preserveWhiteSpace_variations.phpt17 echo "\nLoad document with preserveWhiteSpace off\n";
38 Load document with preserveWhiteSpace off
H A DDOMDocument_strictErrorChecking_variation.phpt2 DomDocument::$strictErrorChecking - ensure turning off actually works
30 echo "Turn strictErrorChecking off\n";
33 echo "See if strictErrorChecking is off\n";
36 echo "Should raise PHP error because strictErrorChecking is off\n";
54 Turn strictErrorChecking off
55 See if strictErrorChecking is off
57 Should raise PHP error because strictErrorChecking is 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/fileinfo/libmagic/
H A Dcdf.c294 cdf_read(const cdf_info_t *info, off_t off, void *buf, size_t len) in cdf_read() argument
296 size_t siz = (size_t)off + len; in cdf_read()
298 if ((off_t)(off + len) != (off_t)siz) { in cdf_read()
304 (void)memcpy(buf, &info->i_buf[off], len); in cdf_read()
311 if (FINFO_LSEEK_FUNC(info->i_fd, off, SEEK_SET) == (off_t)-1) in cdf_read()
H A Dfile.h366 int32_t off; member
H A Dsoftmagic.c1239 off; in mget()
1244 off; in mget()
1249 off; in mget()
1254 off; in mget()
1259 off; in mget()
1264 off; in mget()
1269 off; in mget()
1274 off; in mget()
1291 off; in mget()
1296 off; in mget()
[all …]
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic3823 # implemented (at least not after I blew off the bogus code to turn
5223 >7 byte&0x40 0x00 LFE off,
12842 >1 string/cW \ echo\ off DOS batch file text
12844 >1 string/cW echo\ off DOS batch file text
15135 # that Py_UnicodeFlag is off for Python 2)
17032 >>>4 byte 0x0F SBULK (Bulk Switch on/off)
/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/ext/filter/tests/
H A D014.phpt24 var_dump(filter_var("off", FILTER_VALIDATE_BOOLEAN));
H A Dbug49510.phpt10 var_dump(filter_var("off", FILTER_VALIDATE_BOOLEAN, FILTER_NULL_ON_FAILURE));
H A Dfilter_data.phpt36 $data = "off"; var_dump(filter_var($data, FILTER_VALIDATE_BOOLEAN));
/PHP-5.5/ext/ftp/tests/
H A Dftp_fget_basic1.phpt2 Testing ftp_fget ignore autoresume if autoseek is switched off
H A Dftp_nb_fget_basic1.phpt2 Testing ftp_nb_fget ignore autoresume if autoseek is switched off
/PHP-5.5/ext/gd/tests/
H A Dimageinterlace_variation2.phpt2 Testing setting the interlace bit off with imageinterlace() of GD library
18 //setting de interlace bit to off

Completed in 173 milliseconds

123456