Home
last modified time | relevance | path

Searched refs:which (Results 1 – 25 of 558) sorted by last modified time

12345678910>>...23

/PHP-7.4/
H A Dconfigure.ac334 dnl Show which main SAPI was selected.
338 dnl Show which binaries were selected.
381 dnl Check for /usr/pkg/{lib,include} which is where NetBSD puts binary and
393 dnl checks, if we already have the functions which are usually in libnsl. Also,
875 [Set the path in which to look for php.ini [PREFIX/lib]])],
990 AC_MSG_ERROR([Cannot find sys/sdt.h which is required for DTrace support])
1038 [Disable all extensions which are enabled by default])],
H A D.travis.yml95 # ARM64 CI reports nproc=32, which is excessive.
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_worker_pool.c48 static void fpm_worker_pool_cleanup(int which, void *arg) /* {{{ */ in fpm_worker_pool_cleanup() argument
56 if ((which & FPM_CLEANUP_CHILD) == 0 && fpm_globals.parent_pid == getpid()) { in fpm_worker_pool_cleanup()
H A Dfpm_children.c35 static void fpm_children_cleanup(int which, void *arg) /* {{{ */ in fpm_children_cleanup() argument
H A Dfpm_sockets.c52 static void fpm_sockets_cleanup(int which, void *arg) /* {{{ */ in fpm_sockets_cleanup() argument
64 if (which != FPM_CLEANUP_PARENT_EXEC) { in fpm_sockets_cleanup()
85 if (which == FPM_CLEANUP_PARENT_EXIT_MAIN) { in fpm_sockets_cleanup()
/PHP-7.4/ext/pcre/tests/
H A Dbug81424a.phpt4 We're testing against the functional regression which has been introduced by
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug_33876.phpt46 # false -> "" as string, which pgsql doesn't like
82 # false -> "" as string, which pgsql doesn't like
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch3564 + /* Need to fetch global match which equals pmatch[0] */
/PHP-7.4/build/
H A Dpkg.m433 dnl MIN-VERSION. Unlike PKG_PROG_PKG_CONFIG, which checks the user's
H A Dphp.m4182 dnl Adds sources which are located relative to source-path to the array of type
183 dnl type. Sources are processed with optional special-flags which are passed to
249 dnl Append to the array which has been dynamically chosen at m4 time.
366 dnl the PHP build system which are only given in compiler notation.
396 dnl system which are only given in compiler notation.
926 dnl "sources" is a list of files relative to the subdir which are used to build
1001 dnl $1 = name of extension, $2 = extension upon which it depends
1004 dnl invoked *after* PHP_NEW_EXTENSION. The extension on which it depends must
1014 depends on extension $2, which you've configured to build shared.
1021 You've configured extension $1, which depends on extension $2,
[all …]
/PHP-7.4/azure/
H A Dcommunity_job.yml13 # avoid the exit, which allows us to also check for memory leaks. Otherwise we use
55 # Avoid test using exit(), which thus leaks.
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_report.phpt261 // All we can do is make a few dummy calls to ensure that all codes gets executed which
H A Dmysqli_stmt_send_long_data.phpt60 // maximum packet size up to which we test is 10M
H A Dmysqli_stmt_send_long_data_packet_size_libmysql.phpt45 // maximum packet size up to which we test is 10M
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt45 // maximum packet size up to which we test is 10M
H A Dmysqli_reap_async_query.phpt71 // Connections on which no query has been send - 1
H A Dmysqli_pconn_twice.phpt26 /* it is undefined which pooled connection we get - thread ids may differ */
45 /* it is undefined which pooled connection we get - thread ids may differ */
H A Dmysqli_poll.phpt95 // Connections on which no query has been send - 1
110 // Connections on which no query has been send - 2
118 // Connections on which no query has been send - 3
H A Dmysqli_query_stored_proc.phpt25 /* stored proc which returns one result set */
75 /* stored proc which returns two result sets */
H A Dmysqli_fetch_assoc_oo.phpt16 …tests, internally the same function gets used as for mysqli_fetch_array() which does a lot of SQL …
H A Dmysqli_fetch_field.phpt16 …tests, internally the same function gets used as for mysqli_fetch_array() which does a lot of SQL …
H A Dmysqli_fetch_field_oo.phpt16 …tests, internally the same function gets used as for mysqli_fetch_array() which does a lot of SQL …
H A Dmysqli_fetch_fields.phpt16 …tests, internally the same function gets used as for mysqli_fetch_array() which does a lot of SQL …
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c225 ZEND_ARG_INFO(0, which)
/PHP-7.4/sapi/fpm/tests/
H A Dlogtool.inc123 // which should not be an issue for the test purpose.
253 "The line length is $lineLen which is higher than limit $this->limit"

Completed in 81 milliseconds

12345678910>>...23