Home
last modified time | relevance | path

Searched refs:set (Results 1 – 25 of 682) sorted by last modified time

12345678910>>...28

/PHP-7.4/
H A DNEWS398 . Fixed bug #80889 (Cannot set save handler when save_handler is invalid).
848 . Fixed bug #79664 (PDOStatement::getColumnMeta fails on empty result set).
1602 . Fixed bug #41997 (SP call yields additional empty result set). (cmb)
1604 result set"). (cmb)
1650 . Fixed bug #75245 (Don't set content of elements with only whitespaces).
1801 result set"). (cmb)
1852 . Fixed bug #41997 (SP call yields additional empty result set). (cmb)
2158 . Fixed bug #77722 (Incorrect IP set to $_SERVER['REMOTE_ADDR'] on the
2209 . Fixed bug #77765 (FTP stream wrapper should set the directory as
2480 error_log set to "syslog"). (Philip Prindeville)
H A Dconfigure.ac112 set $(echo AC_PACKAGE_VERSION | "${SED}" 's/\([[0-9\.]]*\)\(.*\)/\1\.\2/')
267 if test "${enable_libgcc+set}" != "set" && test "$GCC" = "yes"; then
297 if test "${with_pic+set}" != "set" || test "$with_pic" = "no"; then
1604 | database, set the value BEQUEATH_DETACH=YES in Oracle Net's |
1605 | sqlnet.ora file on the PHP host, or set the environment variable |
H A D.gdbinit2 set $tsrm_ls = $arg0
17 set $eg_ptr = $eg
40 set $cv_idx = 0
88 set $arg = 0
153 set $ind = 1
314 set $ind = 1
341 set $i = 0
384 set $ind = 0
393 set $ind = 0
402 set $ind = 0
[all …]
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c2582 connection_state->m->set(connection_state, CONN_QUIT_SENT); in MYSQLND_METHOD()
H A Dmysqlnd_result.c585 set->data_cursor == set->data || in MYSQLND_METHOD()
610 if (set->current_row > set->row_count || set->current_row == 0) { in MYSQLND_METHOD()
1072 if (set->data_cursor && (set->data_cursor - set->data) < (set->row_count * field_count)) { in MYSQLND_METHOD()
1160 if (set->current_row < set->row_count) { in MYSQLND_METHOD()
1180 if (!ZEND_BIT_TEST(set->initialized, set->current_row)) { in MYSQLND_METHOD()
1181 set->initialized[set->current_row >> 3] |= (1 << (set->current_row & 7)); /* mark initialized */ in MYSQLND_METHOD()
1239 if (set->current_row == set->row_count) { in MYSQLND_METHOD()
1240 set->current_row = set->row_count + 1; in MYSQLND_METHOD()
1468 set->data_cursor = set->data; in MYSQLND_METHOD()
1552 set->data_cursor = set->data + row * result->field_count; in MYSQLND_METHOD()
[all …]
H A Dmysqlnd_connection.c191 MYSQLND_METHOD(mysqlnd_connection_state, set)(struct st_mysqlnd_connection_state * const state_stru… in MYSQLND_METHOD() argument
203 MYSQLND_METHOD(mysqlnd_connection_state, set),
/PHP-7.4/azure/i386/
H A Djob.yml72 set -e
82 set -e
/PHP-7.4/ext/date/
H A Dphp_date.c5013 timelib_sll rise, set, transit; in php_do_date_sunrise_sunset() local
5071 …tro_rise_set_altitude(t, longitude, latitude, altitude, 1, &h_rise, &h_set, &rise, &set, &transit); in php_do_date_sunrise_sunset()
5079 RETURN_LONG(calc_sunset ? set : rise); in php_do_date_sunrise_sunset()
5124 timelib_sll rise, set, transit; in PHP_FUNCTION() local
5159 t2->sse = set; in PHP_FUNCTION()
5166 …_astro_rise_set_altitude(t, longitude, latitude, -6.0, 0, &ddummy, &ddummy, &rise, &set, &transit); in PHP_FUNCTION()
5179 t2->sse = set; in PHP_FUNCTION()
5184 …astro_rise_set_altitude(t, longitude, latitude, -12.0, 0, &ddummy, &ddummy, &rise, &set, &transit); in PHP_FUNCTION()
5197 t2->sse = set; in PHP_FUNCTION()
5202 …astro_rise_set_altitude(t, longitude, latitude, -18.0, 0, &ddummy, &ddummy, &rise, &set, &transit); in PHP_FUNCTION()
[all …]
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc943 throw new \Exception('The config template requires count or names if poolTemplate set');
H A Dlogtool.inc102 throw new \LogicException('The message has not been set');
143 throw new \LogicException('The message has not been set');
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch2831 - * Install a set of compiled magic buffers.
/PHP-7.4/ext/date/lib/
H A Dparse_date.re2273 case TIMELIB_FORMAT_RESET_ALL_WHEN_NOT_SET: /* reset all fields to default when not set */
2365 case TIMELIB_FORMAT_RESET_ALL_WHEN_NOT_SET: /* reset all fields to default when not set */
/PHP-7.4/ext/ffi/
H A Dffi_parser.c248 #define YY_IN_SET(sym, set, bitset) \ argument
/PHP-7.4/build/
H A Dpkg.m453 dnl Search for the pkg-config tool and set the PKG_CONFIG variable to
85 dnl Check to see whether a particular set of modules exists. Similar to
86 dnl PKG_CHECK_MODULES(), but does not set variables or print errors.
150 m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
179 is in your PATH or set the PKG_CONFIG environment variable to the full
/PHP-7.4/Zend/
H A Dzend_operators.c2496 && Z_OBJ_HANDLER_P(op1, set)) { in increment_function()
2504 Z_OBJ_HANDLER_P(op1, set)(op1, val); in increment_function()
2563 && Z_OBJ_HANDLER_P(op1, set)) { in decrement_function()
2571 Z_OBJ_HANDLER_P(op1, set)(op1, val); in decrement_function()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_report.phpt68 // not have been set. If that would be the case, the test would be broken.
/PHP-7.4/ext/standard/
H A Dstring.c104 int php_tag_find(char *tag, size_t len, const char *set);
5087 int php_tag_find(char *tag, size_t len, const char *set) { argument
5133 if (strstr(set, norm)) {
/PHP-7.4/Zend/tests/
H A Dbug81104.phpt2 Bug #81104: Warning: "Failed to set memory limit to ... bytes" emitted after exit in debug
H A Dbug81070.phpt13 Warning: Failed to set memory limit to 3145728 bytes (Current memory usage is %d bytes) in %s on li…
/PHP-7.4/appveyor/
H A Dtest_task.bat3 set NO_INTERACTION=1
4 set REPORT_EXIT_STATUS=1
5 set SKIP_IO_CAPTURE_TESTS=1
9 set STABILITY=stable
11 set BRANCH=master
12 set STABILITY=staging
23 set MYSQL_TEST_USER=root
35 set PGUSER=postgres
44 set ODBC_TEST_USER=sa
62 set OPENSSL_CONF=
[all …]
/PHP-7.4/ext/pdo_firebird/tests/
H A Dcommon.phpt16 # user set them from their shell
/PHP-7.4/ext/ftp/tests/
H A Dserver.inc12 //set anther random port that is not the same as $port
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_atomic.h41 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() argument
46 "=a" (res) : "m" (*lock), "a" (old), "r" (set) : "memory"); in atomic_cmp_set()
67 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() argument
72 "=a" (res) : "m" (*lock), "a" (old), "r" (set) : "memory"); in atomic_cmp_set()
110 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() argument
112 return (atomic_cas_64(lock, old, set)==old); in atomic_cmp_set()
127 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() argument
129 return (atomic_cas_32(lock, old, set)==old); in atomic_cmp_set()
/PHP-7.4/ext/pcntl/
H A Dpcntl.c90 ZEND_ARG_INFO(0, set)
97 ZEND_ARG_INFO(0, set)
102 ZEND_ARG_INFO(0, set)
1170 sigset_t set, oldset; in PHP_FUNCTION() local
1184 if (sigaddset(&set, signo) != 0) { in PHP_FUNCTION()
1191 if (sigprocmask(how, &set, &oldset) != 0) { in PHP_FUNCTION()
1222 sigset_t set; in pcntl_sigwaitinfo() local
1237 if (sigemptyset(&set) != 0) { in pcntl_sigwaitinfo()
1245 if (sigaddset(&set, signo) != 0) { in pcntl_sigwaitinfo()
1255 signo = sigtimedwait(&set, &siginfo, &timeout); in pcntl_sigwaitinfo()
[all …]
/PHP-7.4/ext/session/tests/
H A Dbug80889a.phpt2 Bug #80889 (Cannot set save handler when save_handler is invalid)

Completed in 141 milliseconds

12345678910>>...28