Home
last modified time | relevance | path

Searched refs:where (Results 1 – 25 of 148) sorted by last modified time

123456

/PHP-7.4/
H A DNEWS1684 . Implemented RFC where password_hash() has argon2i(d) implementations from
2636 . Fixed bug #75871 (use pkg-config where available). (pmmaga)
H A Dconfigure.ac127 dnl Define where extension directories are located in the configure context.
292 dnl Disable PIC mode by default where it is known to be safe to do so, to avoid
381 dnl Check for /usr/pkg/{lib,include} which is where NetBSD puts binary and
890 AC_MSG_CHECKING([where to scan for configuration files])
893 [Set the path where to scan for configuration files])],
H A Dphp.ini-development336 ; be increased on systems where PHP opens many files to reflect the quantity of
467 ; This directive controls whether or not and where PHP will output errors,
763 ; Directory where the temporary files should be placed.
1316 ; where data files are stored. Note: Windows users have to change this
1323 ; where N is an integer. Instead of storing all the session files in
1339 ; where MODE is the octal representation of the mode. Note that this
1744 ; Sets the directory name where SOAP extension will put cache files.
1812 ; A bitmask, where each bit enables or disables the appropriate OPcache
H A Dphp.ini-production336 ; be increased on systems where PHP opens many files to reflect the quantity of
467 ; This directive controls whether or not and where PHP will output errors,
763 ; Directory where the temporary files should be placed.
1316 ; where data files are stored. Note: Windows users have to change this
1323 ; where N is an integer. Instead of storing all the session files in
1339 ; where MODE is the octal representation of the mode. Note that this
1744 ; Sets the directory name where SOAP extension will put cache files.
1812 ; A bitmask, where each bit enables or disables the appropriate OPcache
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug_33876.phpt21 $res = $db->prepare('SELECT foo from test where bar = ?');
56 $res = $db->prepare('SELECT foo from test where bar = ?', array(
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch3578 + ms->search.s += Z_LVAL_P(offset); /* this is where the match starts */
3579 + ms->search.offset += Z_LVAL_P(offset); /* this is where the match starts as size_t */
/PHP-7.4/ext/date/lib/
H A Dparse_date.re2053 /* There are 2 cases where the input string and format string
/PHP-7.4/build/
H A Dpkg.m456 dnl used since that's the first version where most current features of
162 # Put the nasty error message in config.log where it belongs
221 dnl Substitutes the variable pkgconfigdir as the location where a module
243 dnl Substitutes the variable noarch_pkgconfigdir as the location where a
H A Dlibtool.m41326 # okay in the real world where ";" in dirpaths is itself problematic.
2925 # command for GNU C++ for the case where it uses the native
2983 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
3306 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
3349 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
3421 # "CC -xar", where "CC" is the Sun C++ compiler. This is
3495 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
3652 # "CC -xar", where "CC" is the Sun C++ compiler. This is
3947 # PORTME: override above test on systems where it is broken
5674 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
/PHP-7.4/Zend/tests/
H A Dunset_prop_recursion.phpt2 Unset property where unset will recursively access property again
/PHP-7.4/ext/standard/tests/file/
H A Dbug81145.phpt38 //Seek to 4 GB boundary, as this is the location where the problem occurs
H A Dsymlink_link_linkinfo_is_link_variation1.phpt25 /* Variation 1 : Creating links across directories where linkname is stored as an object and array …
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c1131 static void php_openssl_info_callback(const SSL *ssl, int where, int ret) /* {{{ */ in php_openssl_info_callback() argument
1134 if (where & SSL_CB_HANDSHAKE_START) { in php_openssl_info_callback()
/PHP-7.4/ext/standard/tests/general_functions/
H A Dproc_nice_basic-win.phpt32 $p = popen('wmic process where name="' . $bin . '"', 'r');
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_77863.phpt20 select trim(s) as s from t where b is not distinct from :p
H A Dbug_76488.phpt15 select n+1 from r where n < 1000
/PHP-7.4/ext/session/
H A Dsession.c3072 static zend_bool early_find_sid_in(zval *dest, int where, php_session_rfc1867_progress *progress) /… in early_find_sid_in() argument
3076 if (Z_ISUNDEF(PG(http_globals)[where])) { in early_find_sid_in()
3080 …if ((ppid = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[where]), PS(session_name), progress->snam… in early_find_sid_in()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_set_charset.phpt104 /* Uncomment to see where it hangs - var_dump($tmp); flush(); */
111 /* Uncomment to see where it hangs - var_dump($tmp); flush(); */
H A Dmysqli_prepare.phpt68 $where = 2;
69 if (!mysqli_stmt_bind_param($stmt, 'ii', $id, $where) || !mysqli_stmt_execute($stmt))
76 $where = 3;
77 if (!mysqli_stmt_bind_param($stmt, 'i', $where) || !mysqli_stmt_execute($stmt))
H A Dmysqli_connect_attr.phpt15 if (!$res = mysqli_query($link, "select count(*) as count from information_schema.tables where tabl…
50 …sqli_query($link, "select * from performance_schema.session_connect_attrs where ATTR_NAME='_server…
63 …if (!$res = mysqli_query($link, "select * from performance_schema.session_connect_attrs where ATTR…
H A Dbug71863.phpt36 %AUnknown column 'owner_id' in 'where clause'
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_config.c125 *((uint32_t *)where) = 0 in pcre2_config()
143 *((uint32_t *)where) = HEAP_LIMIT; in pcre2_config()
148 *((uint32_t *)where) = 1; in pcre2_config()
150 *((uint32_t *)where) = 0; in pcre2_config()
158 return (int)(1 + ((where == NULL)? in pcre2_config()
170 *((uint32_t *)where) = MATCH_LIMIT; in pcre2_config()
179 *((uint32_t *)where) = 1; in pcre2_config()
181 *((uint32_t *)where) = 0; in pcre2_config()
193 *((uint32_t *)where) = 0; in pcre2_config()
214 *((uint32_t *)where) = 1; in pcre2_config()
[all …]
/PHP-7.4/ext/pdo_sqlite/tests/
H A Dbug79664.phpt12 $stmt = $pdo->query('select 1 where 0');
/PHP-7.4/win32/build/
H A Dconfig.w3253 ARG_WITH('prefix', 'where PHP will be installed', '');
117 ARG_WITH('php-build', 'Path to where you extracted the development libraries (http://wiki.php.net/i…
303 /* For snapshot builders, where can we find the additional
/PHP-7.4/docs/
H A Drelease-process.md272 * You can run `php bin/bumpRelease 7 4` where the first number is the major

Completed in 95 milliseconds

123456