Home
last modified time | relevance | path

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

/PHP-7.3/ext/pdo/tests/
H A Ddebug_emulated_prepares.phpt13 …>setAttribute(PDO::ATTR_EMULATE_PREPARES, true)) die('skip driver cannot emulate prepared statemen…
/PHP-7.3/ext/pdo_pgsql/
H A Dpgsql_driver.c236 int emulate = 0; in pgsql_handle_preparer() local
251 emulate = 1; in pgsql_handle_preparer()
254 emulate = 1; in pgsql_handle_preparer()
260 emulate = H->disable_native_prepares || H->emulate_prepares; in pgsql_handle_preparer()
264 if (!emulate && PQprotocolVersion(H->server) > 2) { in pgsql_handle_preparer()
/PHP-7.3/ext/pdo_odbc/
H A Dconfig.m4160 libraries as a driver in that environment; it will emulate the
/PHP-7.3/build/
H A Dshtool65 if [ ".$ZSH_VERSION" != . ] && (emulate sh) >/dev/null 2>&1; then
67 emulate sh
/PHP-7.3/
H A DREADME.TESTING205 Will emulate a CGI environment when testing with the cgi sapi executable.
H A DREADME.STREAMS144 function, as the php_stream_seek can emulate forward seeking when the
H A Dltmain.sh50 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
51 emulate sh

Completed in 34 milliseconds