Searched refs:off (Results 1 – 25 of 135) sorted by relevance
123456
/PHP-8.1/sapi/phpdbg/ |
H A D | phpdbg_lexer.l | 45 size_t off = 1; in unescape_string() local 47 if (s[off] == '\\') { in unescape_string() 48 off++; in unescape_string() 50 *s = s[off]; in unescape_string() 51 } while ((++s)[off] != start); in unescape_string() 52 return off + 1; in unescape_string()
|
/PHP-8.1/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-8.1/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_attr_autocommit.phpt | 25 // on -> off 27 printf("[003] Cannot turn off autocommit\n"); 31 … printf("[004] Server autocommit mode should be off, got '%s'\n", var_export($row['_autocommit'])); 33 // PDO thinks autocommit is off, but its manually turned on... 40 // off -> on 42 … printf("[007] Cannot turn off server autocommit mode, %s\n", var_export($db->errorInfo(), true)); 74 printf("[013] Cannot turn off autocommit\n");
|
H A D | pdo_mysql___construct_options.phpt | 102 printf("[005] Autocommit should be off\n"); 128 printf("[013] [TODO][CHANGEREQUEST] ATTR_EMULATE_PREPARES should be off\n"); 131 …and PDO::ATTR_EMULATE_PREPARES overrules the other, PDO::MYSQL_ATTR_DIRECT_QUERY should be off\n"); 143 printf("[017] PDO::ATTR_EMULATE_PREPARES should be off\n"); 145 printf("[018] PDO::MYSQL_ATTR_DIRECT_QUERY should be off\n"); 180 [017] PDO::ATTR_EMULATE_PREPARES should be off 181 [018] PDO::MYSQL_ATTR_DIRECT_QUERY should be off
|
/PHP-8.1/ext/standard/tests/file/ |
H A D | parse_ini_file_variation2.phpt | 12 value2=off 25 value2="off" 80 string(3) "off"
|
/PHP-8.1/ext/gd/tests/ |
H A D | imageinterlace_variation2.phpt | 2 Testing setting the interlace bit off with imageinterlace() of GD library 16 //setting de interlace bit to off
|
/PHP-8.1/Zend/tests/ |
H A D | bug69092.2.phpt | 2 Bug #69092-2 (Declare Encoding Compile Check Wrong) - multibyte off 16 Warning: declare(encoding=...) ignored because Zend multibyte feature is turned off by settings in …
|
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-8.1/Zend/tests/generators/ |
H A D | basic_yield_from_exception_handling.phpt | 5 function from($off) { 7 yield $off + 1; 9 yield $off + 2;
|
H A D | yield_from_backtrace.phpt | 5 function from($off) { 7 yield $off + 1;
|
/PHP-8.1/ext/intl/tests/ |
H A D | collator_get_set_attribute.phpt | 19 return sprintf( "%s\n", ( $val == Collator::OFF ? "off" : "on" ) ); 40 off
|
/PHP-8.1/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 1445 if (off) { in do_ops() 1448 offset = lhs & off; in do_ops() 1451 offset = lhs | off; in do_ops() 1454 offset = lhs ^ off; in do_ops() 1457 offset = lhs + off; in do_ops() 1460 offset = lhs - off; in do_ops() 1463 offset = lhs * off; in do_ops() 1466 offset = lhs / off; in do_ops() 1469 offset = lhs % off; in do_ops() 1607 off = SEXT(sgn,8,q->b); in mget() [all …]
|
/PHP-8.1/tests/lang/ |
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"; 159 Popping elements off an unreferenced array. 166 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-8.1/win32/build/ |
H A D | configure.bat | 1 @echo off
|
H A D | phpize.bat | 1 @echo off
|
/PHP-8.1/Zend/tests/type_declarations/ |
H A D | typed_properties_028.phpt | 2 Test typed properties respect strict types (off)
|
/PHP-8.1/ext/curl/tests/ |
H A D | Caddyfile | 2 admin off
|
/PHP-8.1/ext/pdo_oci/tests/ |
H A D | pdo_oci_attr_prefetch_2.phpt | 30 echo "Test 2: Turn off prefetching\n"; 47 Test 2: Turn off prefetching
|
/PHP-8.1/tests/func/ |
H A D | 008.phpt | 2 Test for buffering in core functions with implicit flush off
|
/PHP-8.1/ext/standard/tests/assert/ |
H A D | assert_basic1.phpt | 2 assert() - basic - check that assert can be switched off
|
/PHP-8.1/.github/scripts/windows/ |
H A D | find-target-branch.bat | 1 @echo off
|
Completed in 48 milliseconds
123456