Searched refs:reuse (Results 1 – 19 of 19) sorted by relevance
/PHP-8.0/ext/mysqli/tests/ |
H A D | mysqli_pconn_reuse.phpt | 43 printf("Connection 2 (no reuse) - SELECT @pcondisabled -> '%s'\n", $row['_test']); 45 printf("Connection 2 (no reuse) - Thread ID -> '%s'\n", $thread_id); 61 /* reuse of existing persistent connection expected! */ 71 printf("Connection 2 (reuse) - SELECT @pcondisabled -> '%s'\n", $row['_test']); 73 printf("Connection 2 (reuse) - Thread ID -> '%s'\n", $thread_id_reuse); 85 Connection 2 (no reuse) - SELECT @pcondisabled -> '' 86 Connection 2 (no reuse) - Thread ID -> '%d' 88 Connection 2 (reuse) - SELECT @pcondisabled -> 'Connection 2' 89 Connection 2 (reuse) - Thread ID -> '%d'
|
/PHP-8.0/ext/zlib/tests/ |
H A D | deflate_init_reuse.phpt | 2 Test incremental deflate_init() context reuse 17 // Now reuse the existing resource after finishing the previous operations ...
|
H A D | inflate_init_reuse.phpt | 2 Test incremental inflate_init() context reuse 22 // Now reuse the existing resource after finishing the previous operations ...
|
/PHP-8.0/Zend/tests/ |
H A D | bug43851.phpt | 2 Bug #43851 (Memory corrution on reuse of assigned value)
|
H A D | bug71154.phpt | 2 Bug #71154: Incorrect HT iterator invalidation causes iterator reuse
|
/PHP-8.0/ext/hash/tests/ |
H A D | reuse.phpt | 2 Hash: Attempt to reuse a closed hash context
|
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_io.c | 257 int reuse = 1; local 331 if (setsockopt(sock, SOL_SOCKET, SO_REUSEADDR, (char*) &reuse, sizeof(reuse)) == -1) {
|
/PHP-8.0/ext/pdo_sqlite/tests/ |
H A D | bug78192.phpt | 2 PDO SQLite Bug #78192 SegFault when reuse statement after schema change
|
/PHP-8.0/tests/lang/ |
H A D | bug20175.phpt | 90 * When another oop_test instance is created it must reuse the statically
|
/PHP-8.0/main/ |
H A D | fastcgi.c | 660 BOOL reuse = 1; in fcgi_listen() local 662 int reuse = 1; in fcgi_listen() local 759 setsockopt(listen_socket, SOL_SOCKET, SO_REUSEADDR, (char*)&reuse, sizeof(reuse)) < 0 || in fcgi_listen()
|
/PHP-8.0/ext/dom/tests/ |
H A D | dom_create_element.phpt | 244 /* This is okay because we reuse the xml namespace from the document */
|
/PHP-8.0/ext/oci8/tests/ |
H A D | lob_040.phpt | 2 Bug #37706 (Test LOB locator reuse. Extends simple test of lob_037.phpt)
|
/PHP-8.0/ext/mbstring/libmbfl/ |
H A D | LICENSE | 433 and reuse of software generally.
|
/PHP-8.0/ext/bcmath/libbcmath/ |
H A D | LICENSE | 437 and reuse of software generally.
|
/PHP-8.0/ |
H A D | NEWS | 1417 . Fixed bug #22986 (odbc_connect() may reuse persistent connection). (cmb)
|
H A D | php.ini-development | 1121 ; Check that a connection is still valid before reuse.
|
H A D | php.ini-production | 1123 ; Check that a connection is still valid before reuse.
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 19831 # of locate/updatedb. It uses merging to reuse the existing 30817 >>>>>>>>>>136040 lelong =-1 reuse map data
|
H A D | magic | 19831 # of locate/updatedb. It uses merging to reuse the existing 30817 >>>>>>>>>>136040 lelong =-1 reuse map data
|
Completed in 141 milliseconds