/php-src/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-src/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-src/ext/com_dotnet/tests/ |
H A D | variant_variation.phpt | 9 "off" => [2 => 1, 1 => 2, 3], 25 -- off --
|
/php-src/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 1469 intmax_t off) in do_ops() argument 1474 off >= UINT_MAX || off <= INT_MIN) { in do_ops() 1480 if (off) { in do_ops() 1483 offset = lhs & off; in do_ops() 1486 offset = lhs | off; in do_ops() 1489 offset = lhs ^ off; in do_ops() 1492 offset = lhs + off; in do_ops() 1495 offset = lhs - off; in do_ops() 1498 offset = lhs * off; in do_ops() 1501 offset = lhs / off; in do_ops() [all …]
|
/php-src/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)); 74 printf("[013] Cannot turn off autocommit\n");
|
H A D | pdo_mysql___construct_options.phpt | 99 printf("[005] Autocommit should be off\n"); 125 printf("[013] [TODO][CHANGEREQUEST] ATTR_EMULATE_PREPARES should be off\n"); 128 …and PDO::ATTR_EMULATE_PREPARES overrules the other, PDO::MYSQL_ATTR_DIRECT_QUERY should be off\n"); 140 printf("[017] PDO::ATTR_EMULATE_PREPARES should be off\n"); 142 printf("[018] PDO::MYSQL_ATTR_DIRECT_QUERY should be off\n"); 177 [017] PDO::ATTR_EMULATE_PREPARES should be off 178 [018] PDO::MYSQL_ATTR_DIRECT_QUERY should be off
|
/php-src/ext/standard/tests/file/ |
H A D | parse_ini_file_variation2.phpt | 12 value2=off 25 value2="off" 80 string(3) "off"
|
/php-src/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-src/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 | bug65051.phpt | 2 Bug #65051: count() off by one inside unset()
|
/php-src/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-src/ext/intl/tests/ |
H A D | collator_get_set_attribute.phpt | 19 return sprintf( "%s\n", ( $val == Collator::OFF ? "off" : "on" ) ); 40 off
|
/php-src/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-src/win32/build/ |
H A D | configure.bat | 1 @echo off
|
/php-src/Zend/tests/gc/ |
H A D | gc_031.phpt | 2 GC 031: gc_collect_roots() with GC turned off.
|
/php-src/Zend/tests/type_declarations/ |
H A D | typed_properties_028.phpt | 2 Test typed properties respect strict types (off)
|
/php-src/ext/curl/tests/ |
H A D | Caddyfile | 2 admin off
|
/php-src/ext/opcache/tests/jit/ |
H A D | gh14267_001.phpt | 6 opcache.jit=off
|
H A D | gh13232.phpt | 2 GH-13232 (Segmentation fault will be reported when JIT is off but JIT_debug is still on)
|
/php-src/tests/func/ |
H A D | 008.phpt | 2 Test for buffering in core functions with implicit flush off
|
/php-src/.github/actions/setup-x64/ |
H A D | action.yml | 10 …assw0rd>" -Q "create login pdo_test with password='password', check_policy=off; create user pdo_te… 11 …ssw0rd>" -Q "create login odbc_test with password='password', check_policy=off; create user odbc_t…
|