Home
last modified time | relevance | path

Searched refs:attached (Results 1 – 8 of 8) sorted by relevance

/PHP-5.3/ext/spl/internal/
H A Dmultipleiterator.inc86 /** @param $iter attached Iterator that should be detached. */
93 * @return whether $iter is attached or not
100 /** @return number of attached Iterator instances. */
106 /** Rewind all attached Iterator instances. */
120 * is attached, we always return false.
140 /** Move all attached Iterator instances forward. That is invoke
151 /** @return false if no sub Iterator is attached and an array of
154 * attached Iterator is not valid().
194 /** @return false if no sub Iterator is attached and an array of
197 * attached Iterator is not valid().
/PHP-5.3/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h42 unsigned attached:1; member
H A Dpgsql_driver.c1075 H->attached = 1; in pdo_pgsql_handle_factory()
/PHP-5.3/ext/pdo_oci/
H A Dphp_pdo_oci_int.h41 unsigned attached:1; member
H A Doci_driver.c167 H->attached = 0; in _oci_error()
217 if (H->server && H->attached) { in oci_handle_closer()
222 H->attached = 0; in oci_handle_closer()
541 if (H->attached == 0) { in pdo_oci_check_liveness()
635 H->attached = 1; in pdo_oci_handle_factory()
/PHP-5.3/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h103 unsigned attached:1; member
H A Dmysql_driver.c784 H->attached = 1;
/PHP-5.3/ext/sockets/tests/
H A Dsocket_strerror.phpt74 string(28) "Protocol driver not attached"

Completed in 20 milliseconds