Searched refs:implicit (Results 1 – 25 of 51) sorted by relevance
123
/PHP-8.1/tests/output/ |
H A D | ob_implicit_flush_basic_002.phpt | 2 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.1/ext/mysqli/ |
H A D | mysqli_mysqlnd.h | 39 #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
|
H A D | mysqli_libmysql.h | 36 #define mysqli_stmt_close(c, implicit) mysql_stmt_close((c)) argument
|
/PHP-8.1/ext/spl/tests/ |
H A D | array_003.phpt | 18 $this->imp = "implicit"; 43 [imp] => implicit 53 [imp] => implicit 59 imp => implicit
|
H A D | array_007.phpt | 18 $this->imp = "implicit"; 47 [imp] => implicit 59 [imp] => implicit 67 imp => implicit
|
/PHP-8.1/ext/session/tests/ |
H A D | session_set_save_handler_class_009.phpt | 2 Test session_set_save_handler() : implicit shutdown 15 echo "*** Testing session_set_save_handler() : implicit shutdown ***\n"; 48 // implicit close 53 *** Testing session_set_save_handler() : implicit shutdown ***
|
H A D | session_set_save_handler_class_007.phpt | 56 // implicit close (called by shutdown function)
|
/PHP-8.1/ext/standard/tests/strings/ |
H A D | html_entity_decode2.phpt | 6 echo "*** HTML 4.01 implicit (shouldn't decode) ***\n"; 24 *** HTML 4.01 implicit (shouldn't decode) ***
|
/PHP-8.1/Zend/tests/ |
H A D | bug81076.phpt | 2 Bug #81076 Invalid implicit binds cause incorrect static var count in closure debug info
|
H A D | bug43450.phpt | 2 Bug #43450 (Memory leak on some functions with implicit object __toString() call)
|
/PHP-8.1/Zend/tests/arrow_functions/ |
H A D | 002.phpt | 2 Arrow functions implicit use must be throwing notices only upon actual use
|
/PHP-8.1/tests/func/ |
H A D | 009.phpt | 2 Test for buffering in core functions with implicit flush on
|
H A D | 008.phpt | 2 Test for buffering in core functions with implicit flush off
|
/PHP-8.1/Zend/tests/return_types/ |
H A D | never_disallowed3.phpt | 2 never return type: unacceptable cases: implicit return
|
/PHP-8.1/Zend/tests/try/ |
H A D | try_finally_recursive_previous.phpt | 2 Test case where the implicit previous finally exception would result in recursion
|
/PHP-8.1/ext/pcre/tests/ |
H A D | 005.phpt | 15 /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.1/ext/oci8/tests/ |
H A D | lob_041.phpt | 36 echo "\nTest 2 - implicit statement close\n"; 72 Test 2 - implicit statement close
|
H A D | imp_res_get_none.phpt | 2 Oracle Database 12c Implicit Result Sets: oci_get_implicit_resultset: no implicit results
|
/PHP-8.1/ext/hash/ |
H A D | config.m4 | 31 dnl Add -Wno-implicit-fallthrough flag as it happens on 32 bit builds 32 …PHP_HASH_CFLAGS="-Wno-implicit-fallthrough -I@ext_srcdir@/$SHA3_DIR -DKeccakP200_excluded -DKeccak…
|
/PHP-8.1/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_inTransaction.phpt | 62 // DDL query causes an implicit commit. 68 // We should be able to start a new transaction after the implicit commit.
|
/PHP-8.1/ext/standard/tests/general_functions/ |
H A D | array_is_list.phpt | 61 test_is_list("append implicit", $arr); 96 append implicit: true
|
/PHP-8.1/ext/date/ |
H A D | config0.m4 | 7 PHP_DATE_CFLAGS="-Wno-implicit-fallthrough -I@ext_builddir@/lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1…
|
/PHP-8.1/ext/phar/tests/zip/ |
H A D | alias_acrobatics.phpt | 43 phar error: Unable to add zip-based phar "%salias_acrobatics.2.phar.zip" with implicit alias, alias…
|
/PHP-8.1/ext/mysqli/tests/ |
H A D | mysqli_get_client_stats_skipped.phpt | 37 /* enforce implicit cleaning of the wire and skipping the last row */
|
/PHP-8.1/ext/pdo_pgsql/tests/ |
H A D | bug48764.phpt | 2 Bug #48764 (PDO_pgsql::query always uses implicit prepared statements if v3 proto available)
|
Completed in 45 milliseconds
123