Home
last modified time | relevance | path

Searched refs:x (Results 1651 – 1675 of 1790) sorted by relevance

1...<<61626364656667686970>>...72

/PHP-8.3/.github/actions/configure-macos/
H A Daction.yml11 set -x
/PHP-8.3/.github/actions/configure-x64/
H A Daction.yml14 set -x
/PHP-8.3/ext/pdo_oci/
H A Dconfig.m420 dnl Oracle 10g, 11g 12c etc. The x.2 version libraries are named x.1 for
/PHP-8.3/ext/pdo/
H A Dphp_pdo_driver.h63 #define PDO_PARAM_TYPE(x) ((x) & ~PDO_PARAM_FLAGS) argument
/PHP-8.3/ext/com_dotnet/
H A Dcom_dotnet.c64 #define DUMMY_METHOD(x) HRESULT ( STDMETHODCALLTYPE *dummy_##x )(IAppDomain *This) argument
/PHP-8.3/ext/opcache/jit/dynasm/
H A Ddasm_mips.lua1078 local x = align
1081 x = x / 2
1082 if x == 1 then
H A Ddasm_ppc.lua1528 local x = tonumber(n)
1529 if x then return x end
1816 local x = align
1819 x = x / 2
1820 if x == 1 then
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_charset.c391 #define UTF16_HIGH_HEAD(x) ((((zend_uchar) (x)) & 0xFC) == 0xD8) argument
392 #define UTF16_LOW_HEAD(x) ((((zend_uchar) (x)) & 0xFC) == 0xDC) argument
/PHP-8.3/sapi/fpm/
H A Dconfig.m4311 …AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <netinet/tcp.h>]], [[struct tcp_info ti; int x = TCP…
324 …_PROGRAM([[#include <netinet/tcp.h>]], [[struct tcp_connection_info ti; int x = TCP_CONNECTION_INF…
338 …AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <sys/socket.h>]], [[int x = SO_LISTENQLIMIT; int y =…
630 if test "x$PHP_FPM_APPARMOR" != "xno" ; then
640 if test "x$PHP_FPM_SELINUX" != "xno" ; then
/PHP-8.3/ext/openssl/tests/
H A Dopenssl_cms_encrypt_basic.phpt52 …if (str_contains($content, 'Content-Type: application/x-pkcs7-mime; smime-type=enveloped-data; nam…
/PHP-8.3/ext/pdo_pgsql/tests/
H A Dbug72294.phpt41 if( $x ) {
/PHP-8.3/ext/standard/tests/strings/
H A Dbug40754.phpt9 var_dump(substr_replace("abcde", "x", $v, $v));
/PHP-8.3/Zend/tests/
H A D019.phpt190 var $x;
194 function __construct($x, $y) {
195 $this->x = $x;
227 unset($point1->x);
230 var_dump( isset($point1->x) ); // expected: bool(false)
231 var_dump( empty($point1->x) ); // expected: bool(true)
1211 ["x"]=>
1233 ["x"]=>
1270 ["x"]=>
/PHP-8.3/ext/pgsql/
H A Dconfig.m415 if test -x $i/pg_config; then
/PHP-8.3/ext/dom/tests/
H A DDOMNode_contains.phpt68 $newElement = $dom->createElement('x');
H A DDOMNode_isEqualNode.phpt81 $dom2->loadXML('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/x.dtd…
246 echo "--- Test x:includes ---\n";
364 --- Test x:includes ---
/PHP-8.3/ext/sodium/tests/
H A Dcrypto_box.phpt21 $seed_x = str_repeat('x', SODIUM_CRYPTO_BOX_SEEDBYTES);
H A Dcrypto_core_ristretto255.phpt29 /* Non-square x^2 */
/PHP-8.3/ext/pdo_pgsql/
H A Dconfig.m417 if test -x $i/pg_config; then
/PHP-8.3/ext/standard/tests/image/
H A Dgetimagesize_basic.phpt117 string(29) "application/x-shockwave-flash"
/PHP-8.3/TSRM/
H A DTSRM.h149 # define __has_attribute(x) 0 argument
/PHP-8.3/Zend/tests/named_params/
H A Dbasic.phpt14 function &id($x) {
15 return $x;
/PHP-8.3/ext/fileinfo/libmagic/
H A Dencoding.c377 uint8_t x = first[buf[i]]; in file_looks_utf8() local
379 &accept_ranges[(unsigned int)x >> 4]; in file_looks_utf8()
380 if (x == XX) in file_looks_utf8()
/PHP-8.3/ext/phar/tests/
H A Dphar_createdefaultstub.phpt71 'ico' => 'image/x-ico',
75 'js' => 'application/x-javascript',
365 'ico' => 'image/x-ico',
369 'js' => 'application/x-javascript',
667 'ico' => 'image/x-ico',
671 'js' => 'application/x-javascript',
H A Dphar_setdefaultstub.phpt91 'ico' => 'image/x-ico',
95 'js' => 'application/x-javascript',
386 'ico' => 'image/x-ico',
390 'js' => 'application/x-javascript',
681 'ico' => 'image/x-ico',
685 'js' => 'application/x-javascript',

Completed in 41 milliseconds

1...<<61626364656667686970>>...72