Home
last modified time | relevance | path

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

/PHP-5.3/ext/pdo_pgsql/
H A Dpgsql_driver.c222 int emulate = 0; in pgsql_handle_preparer() local
238 emulate = 1; in pgsql_handle_preparer()
246 emulate = 1; in pgsql_handle_preparer()
249 emulate = H->disable_native_prepares || H->emulate_prepares; in pgsql_handle_preparer()
252 if (!emulate && PQprotocolVersion(H->server) > 2) { in pgsql_handle_preparer()
/PHP-5.3/ext/pdo_odbc/
H A Dconfig.m4161 libraries as a driver in that environment; it will emulate the
/PHP-5.3/
H A DREADME.TESTING223 Will emulate a CGI environment when testing with the cgi sapi executable.
H A DREADME.STREAMS145 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
/PHP-5.3/build/
H A Dshtool65 if [ ".$ZSH_VERSION" != . ] && (emulate sh) >/dev/null 2>&1; then
67 emulate sh
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt3183 the /g modifier. It is possible to emulate Perl's behaviour after
3329 match an empty string. It is possible to emulate Perl's /g behaviour by

Completed in 68 milliseconds