Home
last modified time | relevance | path

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

123456

/PHP-8.2/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-8.2/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-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_autocommit.phpt25 // 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 Dpdo_mysql___construct_options.phpt102 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.2/ext/standard/tests/file/
H A Dparse_ini_file_variation2.phpt12 value2=off
25 value2="off"
80 string(3) "off"
/PHP-8.2/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-8.2/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-8.2/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-8.2/ext/intl/tests/
H A Dcollator_get_set_attribute.phpt19 return sprintf( "%s\n", ( $val == Collator::OFF ? "off" : "on" ) );
40 off
/PHP-8.2/ext/fileinfo/libmagic/
H A Dsoftmagic.c1445 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.2/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-8.2/win32/build/
H A Dconfigure.bat1 @echo off
H A Dphpize.bat1 @echo off
/PHP-8.2/Zend/tests/type_declarations/
H A Dtyped_properties_028.phpt2 Test typed properties respect strict types (off)
/PHP-8.2/ext/curl/tests/
H A DCaddyfile2 admin off
/PHP-8.2/ext/pdo_oci/tests/
H A Dpdo_oci_attr_prefetch_2.phpt30 echo "Test 2: Turn off prefetching\n";
47 Test 2: Turn off prefetching
/PHP-8.2/ext/opcache/tests/jit/
H A Dgh14267_001.phpt6 opcache.jit=off
H A Dgh13232.phpt2 GH-13232 (Segmentation fault will be reported when JIT is off but JIT_debug is still on)
/PHP-8.2/tests/func/
H A D008.phpt2 Test for buffering in core functions with implicit flush off

Completed in 37 milliseconds

123456