Home
last modified time | relevance | path

Searched refs:off (Results 1 – 25 of 132) sorted by relevance

123456

/php-src/sapi/phpdbg/
H A Dphpdbg_lexer.l45 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 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
H A DDOMDocument_preserveWhiteSpace_variations.phpt17 echo "\nLoad document with preserveWhiteSpace off\n";
38 Load document with preserveWhiteSpace off
/php-src/ext/fileinfo/libmagic/
H A Dsoftmagic.c1469 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 Dpdo_mysql_attr_autocommit.phpt24 // 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 Dpdo_mysql___construct_options.phpt99 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 Dparse_ini_file_variation2.phpt12 value2=off
25 value2="off"
80 string(3) "off"
/php-src/ext/gd/tests/
H A Dimageinterlace_variation2.phpt2 Testing setting the interlace bit off with imageinterlace() of GD library
16 //setting de interlace bit to off
/php-src/Zend/tests/
H A Dbug69092.2.phpt2 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 Dgc_031.phpt2 GC 031: gc_collect_roots() with GC turned off.
H A Dbug65051.phpt2 Bug #65051: count() off by one inside unset()
/php-src/Zend/tests/generators/
H A Dbasic_yield_from_exception_handling.phpt5 function from($off) {
7 yield $off + 1;
9 yield $off + 2;
H A Dyield_from_backtrace.phpt5 function from($off) {
7 yield $off + 1;
/php-src/ext/intl/tests/
H A Dcollator_get_set_attribute.phpt19 return sprintf( "%s\n", ( $val == Collator::OFF ? "off" : "on" ) );
40 off
/php-src/tests/lang/
H A DforeachLoop.002.phpt57 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 Dshort_tags.002.phpt4 short_open_tag=off
H A Dbug23584.phpt2 Bug #23584 (error line numbers off by one when using #!php)
/php-src/win32/build/
H A Dconfigure.bat1 @echo off
H A Dphpize.bat1 @echo off
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_028.phpt2 Test typed properties respect strict types (off)
/php-src/ext/curl/tests/
H A DCaddyfile2 admin off
/php-src/tests/func/
H A D008.phpt2 Test for buffering in core functions with implicit flush off
/php-src/ext/opcache/tests/jit/
H A Dgh13232.phpt2 GH-13232 (Segmentation fault will be reported when JIT is off but JIT_debug is still on)
/php-src/.github/scripts/windows/
H A Dfind-target-branch.bat1 @echo off
/php-src/ext/gd/libgd/
H A Dbmp.h62 signed int off; member

Completed in 38 milliseconds

123456