Home
last modified time | relevance | path

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

/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug71885.phpt18 foreach ([false, true] as $emulate) {
19 $db->setAttribute(PDO::ATTR_EMULATE_PREPARES, $emulate);
H A Dbug71885_2.phpt27 foreach ([false, true] as $emulate) {
28 $db->setAttribute(PDO::ATTR_EMULATE_PREPARES, $emulate);
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_driver.c231 int emulate = 0; in pgsql_handle_preparer() local
246 emulate = 1; in pgsql_handle_preparer()
249 emulate = 1; in pgsql_handle_preparer()
255 emulate = H->disable_native_prepares || H->emulate_prepares; in pgsql_handle_preparer()
259 if (!emulate && PQprotocolVersion(H->server) <= 2) { in pgsql_handle_preparer()
260 emulate = 1; in pgsql_handle_preparer()
263 if (emulate) { in pgsql_handle_preparer()
283 if (!emulate && !execute_only) { in pgsql_handle_preparer()
/PHP-7.4/ext/pdo/tests/
H A Ddebug_emulated_prepares.phpt13 …>setAttribute(PDO::ATTR_EMULATE_PREPARES, true)) die('skip driver cannot emulate prepared statemen…
/PHP-7.4/ext/pdo_odbc/
H A Dconfig.m4134 libraries as a driver in that environment; it will emulate the
/PHP-7.4/build/
H A Dshtool65 if [ ".$ZSH_VERSION" != . ] && (emulate sh) >/dev/null 2>&1; then
67 emulate sh
H A Dltmain.sh50 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
51 emulate sh
/PHP-7.4/docs/
H A Dstreams.md151 as the `php_stream_seek` can emulate forward seeking when the whence parameter

Completed in 41 milliseconds