Home
last modified time | relevance | path

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

/php-src/ext/pdo_pgsql/tests/
H A Dbug71885.phpt20 foreach ([false, true] as $emulate) {
21 $db->setAttribute(PDO::ATTR_EMULATE_PREPARES, $emulate);
H A Dbug71885_2.phpt28 foreach ([false, true] as $emulate) {
29 $db->setAttribute(PDO::ATTR_EMULATE_PREPARES, $emulate);
/php-src/ext/pdo/tests/
H A Ddebug_emulated_prepares.phpt14 …>setAttribute(PDO::ATTR_EMULATE_PREPARES, true)) die('skip driver cannot emulate prepared statemen…
/php-src/ext/pdo_pgsql/
H A Dpgsql_driver.c253 int emulate = 0; in pgsql_handle_preparer() local
268 emulate = 1; in pgsql_handle_preparer()
271 emulate = 1; in pgsql_handle_preparer()
277 emulate = H->disable_native_prepares || H->emulate_prepares; in pgsql_handle_preparer()
281 if (emulate) { in pgsql_handle_preparer()
301 if (!emulate && !execute_only) { in pgsql_handle_preparer()
/php-src/ext/pdo_odbc/
H A Dconfig.m4127 libraries as a driver in that environment; it will emulate the
/php-src/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-src/docs-old/
H A Dstreams.md151 as the `php_stream_seek` can emulate forward seeking when the whence parameter

Completed in 33 milliseconds