Home
last modified time | relevance | path

Searched refs:persistent (Results 51 – 75 of 126) sorted by relevance

123456

/PHP-7.4/ext/oci8/tests/
H A Ddrcp_characterset.phpt56 resource(%d) of type (oci8 persistent connection)
58 resource(%d) of type (oci8 persistent connection)
H A Ddrcp_scope5.phpt59 resource(%d) of type (oci8 persistent connection)
61 resource(%d) of type (oci8 persistent connection)
H A Derror_parse.phpt2 Test error handling when persistent connection is passed to oci_error()
9 // noticed when oci_error() was passed a persistent connection. This
47 // Test parse error for persistent connection
H A Dconnect_1.phpt31 resource(%d) of type (oci8 persistent connection)
H A Dconnect_1_old.phpt31 resource(%d) of type (oci8 persistent connection)
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug77289.phpt2 Bug #77289: PDO MySQL segfaults with persistent connection
H A Dbug_74376.phpt2 Bug #74376 (Invalid free of persistent results on error/connection loss)
H A Dbug63176.phpt2 Bug #63176 (Segmentation fault when instantiate 2 persistent PDO to the same db server)
/PHP-7.4/ext/dba/tests/
H A Dbug36436.phpt33 resource(%d) of type (dba persistent)
H A Ddba015.phpt2 DBA with persistent connections
69 resource(%d) of type (dba persistent)
H A Ddba_db4_018.phpt2 DBA DB4 with persistent connections
71 resource(%d) of type (dba persistent)
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_real_connect_pconn.phpt2 mysqli_real_connect() - persistent connections
123 printf("[022] Usage of mysqli.default_host=p:%s (persistent) failed\n", $host) ;
125 … if (!$res = mysqli_query($link, "SELECT 'mysqli.default_host (persistent)' AS 'testing'"))
128 if ($tmp['testing'] !== 'mysqli.default_host (persistent)') {
H A Dbug55283.phpt2 Bug #55283 (SSL options set by mysqli_ssl_set ignored for MySQLi persistent connections)
55 /* non-persistent connection */
H A Dmysqli_pconn_twice.phpt2 Calling connect() on an open persistent connection to create a new persistent connection
/PHP-7.4/ext/bcmath/libbcmath/src/
H A Dbcmath.h103 _PROTOTYPE(bc_num _bc_new_num_ex, (int length, int scale, int persistent));
105 _PROTOTYPE(void _bc_free_num_ex, (bc_num *num, int persistent));
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_statistics.h113 …sqlnd_stats_init(MYSQLND_STATS ** stats, const size_t statistic_count, const zend_bool persistent);
114 PHPAPI void mysqlnd_stats_end(MYSQLND_STATS * stats, const zend_bool persistent);
H A Dmysqlnd_structs.h155 zend_bool persistent; member
424 …nection)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_object_factory) * factory, const zend_bool persistent);
427 typedef MYSQLND_PFC * (*func_mysqlnd_object_factory__get_pfc)(const zend_bool persistent, MYSQLND_S…
428 typedef MYSQLND_VIO * (*func_mysqlnd_object_factory__get_vio)(const zend_bool persistent, MYSQLND_S…
884 zend_bool persistent; member
894 zend_bool persistent; member
987 zend_bool persistent; member
994 zend_bool persistent; member
1100 zend_bool persistent; member
1166 zend_bool persistent; member
[all …]
H A Dmysqlnd_connection.h70 …m_func_status mysqlnd_error_info_init(MYSQLND_ERROR_INFO * const info, const zend_bool persistent);
/PHP-7.4/main/streams/
H A Dfilter.c222 …am_filter *php_stream_filter_create(const char *filtername, zval *filterparams, uint8_t persistent) in php_stream_filter_create() argument
233 filter = factory->create_filter(filtername, filterparams, persistent); in php_stream_filter_create()
246 filter = factory->create_filter(filtername, filterparams, persistent); in php_stream_filter_create()
266 …ream_filter_alloc(const php_stream_filter_ops *fops, void *abstract, uint8_t persistent STREAMS_DC) in _php_stream_filter_alloc()
270 filter = (php_stream_filter*) pemalloc_rel_orig(sizeof(php_stream_filter), persistent); in _php_stream_filter_alloc()
275 filter->is_persistent = persistent; in _php_stream_filter_alloc()
/PHP-7.4/ext/pdo/tests/
H A Dbug_72788.phpt2 PDO Common: Bug #72788 (Invalid memory access when using persistent PDO connection)
/PHP-7.4/main/
H A Dphp_streams.h62 #define php_stream_alloc_rel(ops, thisptr, persistent, mode) _php_stream_alloc((ops), (thisptr), (p… argument
64 … php_stream_copy_to_mem_rel(src, maxlen, persistent) _php_stream_copy_to_mem((src), (buf), (maxlen… argument
463 PHPAPI zend_string *_php_stream_copy_to_mem(php_stream *src, size_t maxlen, int persistent STREAMS_…
464 #define php_stream_copy_to_mem(src, maxlen, persistent) _php_stream_copy_to_mem((src), (maxlen), (p… argument
/PHP-7.4/ext/pdo_oci/tests/
H A Dbug44301.phpt2 PDO OCI Bug #44301 (Segfault when an exception is thrown on persistent connections)
/PHP-7.4/docs/
H A Dstreams.md89 PHPAPI php_stream *php_stream_sock_open_from_socket(int socket, int persistent);
93 int socktype, int timeout, int persistent);
96 PHPAPI php_stream *php_stream_sock_open_unix(const char *path, int persistent,
121 size_t maxlen, int persistent);
291 size_t bufsize, int persistent, const char * mode)
301 * `persistent` controls how the memory is to be allocated - persistently so that
331 it, allocate it (use pemalloc with the persistent flag set appropriately), and
342 struct my_state * state = pemalloc(sizeof(struct my_state), persistent);
350 stream = php_stream_alloc(&my_ops, state, 0, persistent, "r");
404 read the stream->persistent field to determine if your struct was allocated in
[all …]
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_btree.h40 zend_bool persistent; member
/PHP-7.4/ext/pdo_sqlite/tests/
H A Dbug43831.phpt2 Bug #43831 ($this gets mangled when extending PDO with persistent connection)

Completed in 47 milliseconds

123456