Home
last modified time | relevance | path

Searched refs:later (Results 1 – 25 of 93) sorted by relevance

1234

/PHP-7.1/ext/pgsql/
H A Dconfig.m470 AC_CHECK_LIB(pq, PQescapeString,AC_DEFINE(HAVE_PQESCAPE,1,[PostgreSQL 7.2.0 or later]))
79 AC_CHECK_LIB(pq, PQexecParams,AC_DEFINE(HAVE_PQEXECPARAMS,1,[PostgreSQL 7.4 or later]))
80 AC_CHECK_LIB(pq, PQprepare,AC_DEFINE(HAVE_PQPREPARE,1,[PostgreSQL 7.4 or later]))
84 AC_CHECK_LIB(pq, PQsendPrepare,AC_DEFINE(HAVE_PQSENDPREPARE,1,[PostgreSQL 7.4 or later]))
86 AC_CHECK_LIB(pq, PQputCopyData,AC_DEFINE(HAVE_PQPUTCOPYDATA,1,[PostgreSQL 7.4 or later]))
87 AC_CHECK_LIB(pq, PQputCopyEnd,AC_DEFINE(HAVE_PQPUTCOPYEND,1,[PostgreSQL 7.4 or later]))
88 AC_CHECK_LIB(pq, PQgetCopyData,AC_DEFINE(HAVE_PQGETCOPYDATA,1,[PostgreSQL 7.4 or later]))
89 AC_CHECK_LIB(pq, PQfreemem,AC_DEFINE(HAVE_PQFREEMEM,1,[PostgreSQL 7.4 or later]))
91 AC_CHECK_LIB(pq, PQftable,AC_DEFINE(HAVE_PQFTABLE,1,[PostgreSQL 7.4 or later]))
95 AC_CHECK_LIB(pq, lo_create, AC_DEFINE(HAVE_PG_LO_CREATE,1,[PostgreSQL 8.1 or later]))
[all …]
H A DREADME4 It is important that you use libpq that is later than backend
18 This syntax will be deleted in 4.3.0 or later.
157 Escape string or binary for SQL statemen (7.2 or later)
161 Escape string or binary for SQL statement (7.2 or later)
/PHP-7.1/ext/intl/tests/
H A Ddateformat_bug71516.phpt17 echo "Formatter with pattern set later: " . $badFormatter2->getLocale() . PHP_EOL;
24 Formatter with pattern set later: ru
/PHP-7.1/ext/standard/tests/array/
H A Dbug30074.phpt2 Bug #30074 (EG(uninitialized_zval_ptr) gets set to reference using EXTR_REFS, affecting later value…
/PHP-7.1/Zend/tests/
H A Dbug39346.phpt2 Bug #39346 (Unsetting a static variable inside a destructor causes segfault later on)
H A D030.phpt2 Overriding $this in catch and checking the object properties later.
/PHP-7.1/ext/standard/tests/serialize/
H A Dserialization_precision_001.phpt8 * Description: Returns a string representation of variable (which can later be unserialized)
H A Dserialization_precision_002.phpt8 * Description: Returns a string representation of variable (which can later be unserialized)
H A Dserialization_objects_008.phpt6 * Description: Returns a string representation of variable (which can later be unserialized)
H A Dserialization_resources_001.phpt6 * Description: Returns a string representation of variable (which can later be unserialized)
H A Dserialization_objects_010.phpt8 * Description: Returns a string representation of variable (which can later be unserialized)
H A Dserialization_objects_009.phpt6 * Description: Returns a string representation of variable (which can later be unserialized)
H A Dserialization_objects_007.phpt6 * Description: Returns a string representation of variable (which can later be unserialized)
H A Dserialization_objects_006.phpt6 * Description: Returns a string representation of variable (which can later be unserialized)
H A Dserialization_error_001.phpt6 * Description: Returns a string representation of variable (which can later be unserialized)
H A Dserialization_error_002.phpt6 * Description: Returns a string representation of variable (which can later be unserialized)
H A Dserialization_objects_003.phpt8 * Description: Returns a string representation of variable (which can later be unserialized)
H A Dserialization_objects_004.phpt6 * Description: Returns a string representation of variable (which can later be unserialized)
/PHP-7.1/ext/mysqlnd/
H A Dconfig9.m437 …K_LIB(ssl, DSA_get_default_method, AC_DEFINE(HAVE_DSA_DEFAULT_METHOD, 1, [OpenSSL 0.9.7 or later]))
38 AC_CHECK_LIB(crypto, X509_free, AC_DEFINE(HAVE_DSA_DEFAULT_METHOD, 1, [OpenSSL 0.9.7 or later]))
/PHP-7.1/ext/standard/tests/http/
H A Dbug69337.phpt16 // by php_stream_url_wrap_http_ex() later on
/PHP-7.1/ext/standard/tests/strings/
H A Dbug72434.phpt9 // The following array will be serialized and this representation will be freed later on.
/PHP-7.1/ext/phar/tests/
H A Dbug74991.phpt9 // create a sample file in a custom include_path to lookup from the phar later:
H A Dopen_for_write_existing_c.phpt6 if (version_compare(PHP_VERSION, "5.3", "<")) die("skip requires 5.3 or later");
/PHP-7.1/ext/interbase/tests/
H A D004.phpt88 …ibase_blob_add($bl_h, "| any later version. |\n"…
143 | any later version. |
168 | any later version. |
/PHP-7.1/ext/phar/tests/zip/
H A Dopen_for_write_existing_c.phpt6 if (version_compare(PHP_VERSION, "5.3", "<")) die("skip requires 5.3 or later");

Completed in 32 milliseconds

1234