Searched refs:off (Results 1 – 25 of 137) sorted by relevance
123456
/PHP-5.5/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 1239 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/dom/tests/ |
H A D | DOMDocument_strictErrorChecking_variation.phpt | 2 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
|
H A D | DOMDocument_preserveWhiteSpace_variations.phpt | 17 echo "\nLoad document with preserveWhiteSpace off\n"; 38 Load document with preserveWhiteSpace off
|
/PHP-5.5/ext/zip/lib/ |
H A D | zip_source_zip.c | 44 zip_uint64_t off; member 100 p->off = start; in zip_source_zip() 132 for (n=0; n<z->off; n+= i) { in read_zip() 133 i = (z->off-n > sizeof(b) ? sizeof(b) : z->off-n); in read_zip()
|
H A D | zip_source_filep.c | 50 zip_uint64_t off; /* start offset of */ member 105 f->off = start; in _zip_source_file_or_p() 144 if (fseeko(z->f, (off_t)z->off, SEEK_SET) < 0) { in read_file() 162 if (fseeko(z->f, (off_t)(z->off + z->len-z->remain), in read_file()
|
/PHP-5.5/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_attr_autocommit.phpt | 24 // on -> off 26 printf("[003] Cannot turn off autocommit\n"); 30 printf("[004] Server autocommit mode should be off, got '%s'\n", var_export($row['_autocommit'])); 32 // PDO thinks autocommit is off, but its manually turned on... 39 // off -> on 41 printf("[007] Cannot turn off server autocommit mode, %s\n", var_export($db->errorInfo(), true)); 73 printf("[013] Cannot turn off autocommit\n");
|
H A D | pdo_mysql___construct_options.phpt | 98 printf("[005] Autocommit should be off\n"); 124 printf("[013] [TODO][CHANGEREQUEST] ATTR_EMULATE_PREPARES should be off\n"); 127 …and PDO::ATTR_EMULATE_PREPARES overrules the other, PDO::MYSQL_ATTR_DIRECT_QUERY should be off\n"); 139 printf("[017] PDO::ATTR_EMULATE_PREPARES should be off\n"); 141 printf("[018] PDO::MYSQL_ATTR_DIRECT_QUERY should be off\n"); 170 [017] PDO::ATTR_EMULATE_PREPARES should be off 171 [018] PDO::MYSQL_ATTR_DIRECT_QUERY should be off
|
/PHP-5.5/tests/lang/ |
H A D | short_tags.004.phpt | 4 short_open_tag=off 5 asp_tags=off
|
H A D | foreachLoop.002.phpt | 57 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 D | short_tags.002.phpt | 4 short_open_tag=off
|
H A D | bug23584.phpt | 2 Bug #23584 (error line numbers off by one when using #!php)
|
/PHP-5.5/ext/gd/tests/ |
H A D | imageinterlace_variation2.phpt | 2 Testing setting the interlace bit off with imageinterlace() of GD library 18 //setting de interlace bit to off
|
/PHP-5.5/ext/standard/tests/file/ |
H A D | parse_ini_file_variation2.phpt | 18 value2=off 31 value2="off" 87 string(3) "off"
|
/PHP-5.5/ext/intl/tests/ |
H A D | collator_get_set_attribute.phpt | 19 return sprintf( "%s\n", ( $val == Collator::OFF ? "off" : "on" ) ); 40 off
|
/PHP-5.5/win32/build/ |
H A D | configure.bat | 1 @echo off
|
H A D | phpize.bat | 1 @echo off
|
/PHP-5.5/ |
H A D | svnclean.bat | 1 @echo off
|
H A D | buildconf.bat | 1 @echo off
|
/PHP-5.5/Zend/tests/ |
H A D | gc_031.phpt | 2 GC 031: gc_collect_roots() with GC turned off.
|
H A D | bug65051.phpt | 2 Bug #65051: count() off by one inside unset()
|
/PHP-5.5/ext/pdo_oci/tests/ |
H A D | pdo_oci_attr_prefetch_2.phpt | 28 echo "Test 2: Turn off prefetching\n"; 45 Test 2: Turn off prefetching
|
/PHP-5.5/tests/func/ |
H A D | 008.phpt | 2 Test for buffering in core functions with implicit flush off
|
/PHP-5.5/win32/ |
H A D | builddef.bat | 1 @echo off
|
/PHP-5.5/ext/standard/tests/assert/ |
H A D | assert_basic1.phpt | 2 assert() - basic - check that assert can be switched off
|
H A D | assert_error.phpt | 2 assert() - error - give assert nonsense string with quiet_eval on then off
|
Completed in 30 milliseconds
123456