Home
last modified time | relevance | path

Searched refs:implicit (Results 1 – 25 of 49) sorted by relevance

12

/PHP-8.4/tests/output/
H A Dob_implicit_flush_basic_002.phpt2 Test ob_implicit_flush() function : ensure implicit flushing does not apply to user buffers.
5 echo "*** Testing ob_implicit_flush() : ensure implicit flushing does not apply to user buffers. **…
9 // Switch on implicit flushing.
13 echo "Note that even though implicit flushing is on, you should never see this,\n";
14 echo "because implicit flushing affects only the top level buffer, not user buffers.\n";
22 *** Testing ob_implicit_flush() : ensure implicit flushing does not apply to user buffers. ***
/PHP-8.4/ext/mysqli/
H A Dmysqli_mysqlnd.h39 #define mysqli_stmt_close(c, implicit) mysqlnd_stmt_close((c), (implicit)) argument
40 #define mysqli_free_result(r, implicit) mysqlnd_free_result((r), (implicit)) argument
/PHP-8.4/ext/spl/tests/
H A Darray_003.phpt19 $this->imp = "implicit";
44 [imp] => implicit
54 [imp] => implicit
60 imp => implicit
H A Darray_007.phpt19 $this->imp = "implicit";
48 [imp] => implicit
60 [imp] => implicit
68 imp => implicit
/PHP-8.4/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_class_009.phpt2 Test session_set_save_handler() : implicit shutdown
13 echo "*** Testing session_set_save_handler() : implicit shutdown ***\n";
46 // implicit close
51 *** Testing session_set_save_handler() : implicit shutdown ***
/PHP-8.4/ext/standard/tests/strings/
H A Dhtml_entity_decode2.phpt6 echo "*** HTML 4.01 implicit (shouldn't decode) ***\n";
24 *** HTML 4.01 implicit (shouldn't decode) ***
/PHP-8.4/ext/hash/
H A Dconfig.m424 dnl Add -Wno-implicit-fallthrough flag as it happens on 32 bit builds
25 AX_CHECK_COMPILE_FLAG([-Wno-implicit-fallthrough],
26 [PHP_HASH_CFLAGS="$PHP_HASH_CFLAGS -Wno-implicit-fallthrough"],,
/PHP-8.4/ext/date/
H A Dconfig0.m47 AX_CHECK_COMPILE_FLAG([-Wno-implicit-fallthrough],
8 [PHP_DATE_CFLAGS="$PHP_DATE_CFLAGS -Wno-implicit-fallthrough"],,
/PHP-8.4/Zend/tests/arrow_functions/
H A D002.phpt2 Arrow functions implicit use must be throwing notices only upon actual use
/PHP-8.4/tests/func/
H A D008.phpt2 Test for buffering in core functions with implicit flush off
H A D009.phpt2 Test for buffering in core functions with implicit flush on
/PHP-8.4/Zend/tests/property_hooks/
H A Dbacked_implicit_set.phpt2 Backed property with implicit set
H A Dbacked_implicit_get.phpt2 Backed property with implicit get
H A Dparent_superfluous_args.phpt34 // Calling the implicit parent hook with extra args is not ok, since it is an internal function.
/PHP-8.4/Zend/tests/
H A Dbug81076.phpt2 Bug #81076 Invalid implicit binds cause incorrect static var count in closure debug info
H A Dbug43450.phpt2 Bug #43450 (Memory leak on some functions with implicit object __toString() call)
/PHP-8.4/Zend/tests/return_types/
H A Dnever_disallowed5.phpt2 never return type: unacceptable cases: implicit return in a method
H A Dnever_disallowed3.phpt2 never return type: unacceptable cases: implicit return in a function
/PHP-8.4/Zend/tests/try/
H A Dtry_finally_recursive_previous.phpt2 Test case where the implicit previous finally exception would result in recursion
/PHP-8.4/ext/pcre/tests/
H A D005.phpt15 /p2/var/php_gcov/PHP_4_4/ext/posix/posix.c:484: warning: implicit declaration of function `getpgid'
17 /p2/var/php_gcov/PHP_4_4/ext/posix/posix.c:506: warning: implicit declaration of function `getsid'
19 /p2/var/php_gcov/PHP_4_4/ext/session/mod_files.c:302: warning: implicit declaration of function `pr…
21 /p2/var/php_gcov/PHP_4_4/ext/session/mod_files.c:340: warning: implicit declaration of function `pw…
128 /p2/var/php_gcov/PHP_4_4/ext/posix/posix.c:484: warning: implicit declaration of function `getpgid'
137 [8] => implicit declaration of function `getpgid'
143 /p2/var/php_gcov/PHP_4_4/ext/posix/posix.c:506: warning: implicit declaration of function `getsid'
152 [8] => implicit declaration of function `getsid'
167 [8] => implicit declaration of function `pread'
182 [8] => implicit declaration of function `pwrite'
[all …]
/PHP-8.4/Zend/tests/type_declarations/literal_types/
H A Dtrue_standalone_implicit_nullability.phpt2 true can be used as a standalone type even with implicit nullability
H A Dfalse_standalone_implicit_nullability.phpt2 False can be used as a standalone type even with implicit nullability
/PHP-8.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_inTransaction.phpt62 // DDL query causes an implicit commit.
68 // We should be able to start a new transaction after the implicit commit.
/PHP-8.4/ext/standard/tests/general_functions/
H A Darray_is_list.phpt61 test_is_list("append implicit", $arr);
97 append implicit: true
/PHP-8.4/ext/com_dotnet/tests/
H A Dgh8750a.phpt15 // nor are implicit conversions

Completed in 23 milliseconds

12