Home
last modified time | relevance | path

Searched refs:x (Results 1276 – 1300 of 1404) sorted by relevance

1...<<51525354555657

/PHP-7.4/ext/reflection/tests/
H A DReflectionType_001.phpt10 function bar(self $x): int { return 1; }
11 function pbar(parent $x): int { return 1; }
/PHP-7.4/ext/hash/
H A Dhash_tiger.c40 #define round(a,b,c,x,mul) \ argument
41 c ^= x; \
/PHP-7.4/ext/standard/tests/strings/
H A Dhtml_entity_decode_win1252.phpt61 $ent = sprintf("&#x%X;", $u);
66 $ent = sprintf("&#x%X;", $v[0]);
H A Dbug40754.phpt9 var_dump(substr_replace("abcde", "x", $v, $v));
/PHP-7.4/ext/standard/
H A Dcrypt_blowfish.c449 static void BF_swap(BF_word *x, int count) in BF_swap() argument
457 tmp = *x; in BF_swap()
459 *x++ = ((tmp & 0x00FF00FF) << 8) | ((tmp >> 8) & 0x00FF00FF); in BF_swap()
/PHP-7.4/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc75 "\\x\\4\\x\\3\\x\\2\\x\\1",
/PHP-7.4/ext/sodium/tests/
H A Dcrypto_sign.phpt30 $seed = str_repeat('x', SODIUM_CRYPTO_SIGN_SEEDBYTES);
H A Dcrypto_box.phpt21 $seed_x = str_repeat('x', SODIUM_CRYPTO_BOX_SEEDBYTES);
/PHP-7.4/ext/mbstring/tests/
H A Dmb_str_split_ru.phpt51 $long = str_repeat($string, $size); /* 25k x 12 chars = 3e5 chars */
/PHP-7.4/ext/soap/
H A Dphp_sdl.c1253 x->ns = sdl_deserialize_string(in); in sdl_deserialize_attribute()
1254 x->val = sdl_deserialize_string(in); in sdl_deserialize_attribute()
1265 WSDL_CACHE_GET_INT(x->value, in); in sdl_deserialize_resriction_int()
1267 return x; in sdl_deserialize_resriction_int()
1281 return x; in sdl_deserialize_resriction_char()
1905 if (x) { in sdl_serialize_resriction_int()
1907 WSDL_CACHE_PUT_INT(x->value, out); in sdl_serialize_resriction_int()
1908 WSDL_CACHE_PUT_1(x->fixed, out); in sdl_serialize_resriction_int()
1916 if (x) { in sdl_serialize_resriction_char()
1918 sdl_serialize_string(x->value, out); in sdl_serialize_resriction_char()
[all …]
/PHP-7.4/ext/pdo/tests/
H A Dbug_44173.phpt17 $db->exec("CREATE TABLE test (x int)");
/PHP-7.4/ext/spl/
H A Dspl_heap.c170 static int spl_ptr_heap_zval_max_cmp(void *x, void *y, zval *object) { /* {{{ */ in spl_ptr_heap_zval_max_cmp() argument
171 zval *a = x, *b = y; in spl_ptr_heap_zval_max_cmp()
195 static int spl_ptr_heap_zval_min_cmp(void *x, void *y, zval *object) { /* {{{ */ in spl_ptr_heap_zval_min_cmp() argument
196 zval *a = x, *b = y; in spl_ptr_heap_zval_min_cmp()
220 static int spl_ptr_pqueue_elem_cmp(void *x, void *y, zval *object) { /* {{{ */ in spl_ptr_pqueue_elem_cmp() argument
221 spl_pqueue_elem *a = x; in spl_ptr_pqueue_elem_cmp()
/PHP-7.4/ext/pdo_oci/
H A Dconfig.m420 dnl Oracle 10g, 11g 12c etc. The x.2 version libraries are named x.1 for
/PHP-7.4/ext/pdo/
H A Dphp_pdo_driver.h91 #define PDO_PARAM_TYPE(x) ((x) & ~PDO_PARAM_FLAGS) argument
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_charset.c393 #define UTF16_HIGH_HEAD(x) ((((zend_uchar) (x)) & 0xFC) == 0xD8) argument
394 #define UTF16_LOW_HEAD(x) ((((zend_uchar) (x)) & 0xFC) == 0xDC) argument
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug72294.phpt39 if( $x ) {
/PHP-7.4/ext/standard/tests/image/
H A Dgetimagesize.phpt256 string(29) "application/x-shockwave-flash"
H A Dgetimagesize_basic.phpt123 string(29) "application/x-shockwave-flash"
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server_013.phpt20 Content-Type: application/x-www-form-urlencoded
/PHP-7.4/Zend/tests/
H A D019.phpt200 var $x;
204 function __construct($x, $y) {
205 $this->x = $x;
237 unset($point1->x);
240 var_dump( isset($point1->x) ); // expected: bool(false)
241 var_dump( empty($point1->x) ); // expected: bool(true)
1222 ["x"]=>
1244 ["x"]=>
1281 ["x"]=>
/PHP-7.4/win32/build/
H A Dmkdist.php210 $x = stream_copy_to_stream($fp, $dest, $hdr['size']);
212 echo "Wrote $x bytes into $destfilename\n";
/PHP-7.4/ext/filter/tests/
H A D043.phpt134 string(1) "x"
/PHP-7.4/ext/phar/tests/
H A Dphar_createdefaultstub.phpt72 'ico' => 'image/x-ico',
76 'js' => 'application/x-javascript',
366 'ico' => 'image/x-ico',
370 'js' => 'application/x-javascript',
668 'ico' => 'image/x-ico',
672 'js' => 'application/x-javascript',
H A Dphar_setdefaultstub.phpt92 'ico' => 'image/x-ico',
96 'js' => 'application/x-javascript',
387 'ico' => 'image/x-ico',
391 'js' => 'application/x-javascript',
682 'ico' => 'image/x-ico',
686 'js' => 'application/x-javascript',
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h770 unsigned int x; member
878 OP1(SLJIT_MOV, SLJIT_R4, 0, SLJIT_IMM, ic.x); in fast_forward_char_simd()
899 OP1(SLJIT_MOV, SLJIT_R4, 0, SLJIT_IMM, ic.x); in fast_forward_char_simd()
917 OP1(SLJIT_MOV, SLJIT_R4, 0, SLJIT_IMM, ic.x); in fast_forward_char_simd()
1077 OP1(SLJIT_MOV_U32, SLJIT_R4, 0, SLJIT_IMM, ic.x); in fast_forward_char_pair_simd()

Completed in 76 milliseconds

1...<<51525354555657