Home
last modified time | relevance | path

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

123456

/PHP-7.4/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-7.4/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-7.4/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));
73 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");
171 [017] PDO::ATTR_EMULATE_PREPARES should be off
172 [018] PDO::MYSQL_ATTR_DIRECT_QUERY should be off
/PHP-7.4/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-7.4/ext/gd/tests/
H A Dimageinterlace_variation2.phpt2 Testing setting the interlace bit off with imageinterlace() of GD library
18 //setting de interlace bit to off
/PHP-7.4/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-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c1420 if (off) { in do_ops()
1423 offset = lhs & off; in do_ops()
1426 offset = lhs | off; in do_ops()
1429 offset = lhs ^ off; in do_ops()
1432 offset = lhs + off; in do_ops()
1435 offset = lhs - off; in do_ops()
1438 offset = lhs * off; in do_ops()
1441 offset = lhs / off; in do_ops()
1444 offset = lhs % off; in do_ops()
1555 off = SEXT(sgn,8,q->b); in mget()
[all …]
/PHP-7.4/ext/intl/tests/
H A Dcollator_get_set_attribute.phpt19 return sprintf( "%s\n", ( $val == Collator::OFF ? "off" : "on" ) );
40 off
/PHP-7.4/ext/standard/tests/file/
H A Dparse_ini_file_variation2.phpt18 value2=off
31 value2="off"
87 string(3) "off"
/PHP-7.4/win32/build/
H A Dconfigure.bat1 @echo off
H A Dphpize.bat1 @echo off
/PHP-7.4/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-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_028.phpt2 Test typed properties respect strict types (off)
/PHP-7.4/tests/func/
H A D008.phpt2 Test for buffering in core functions with implicit flush off
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_prefetch_2.phpt28 echo "Test 2: Turn off prefetching\n";
45 Test 2: Turn off prefetching
/PHP-7.4/appveyor/
H A Dtest.bat1 @echo off
/PHP-7.4/ext/gd/libgd/
H A Dbmp.h62 signed int off; member
/PHP-7.4/
H A Dbuildconf.bat1 @echo off

Completed in 36 milliseconds

123456