Home
last modified time | relevance | path

Searched refs:y (Results 576 – 600 of 724) sorted by relevance

1...<<212223242526272829

/php-src/ext/standard/tests/general_functions/
H A Dgettype_settype_variation7.phpt37 var $y;
39 function __construct($x, $y) {
41 $this->y = $y;
790 ["y"]=>
800 ["y"]=>
810 ["y"]=>
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp936_0.phpt26 $item = "�yԇ���ֹ�·��"; // cp936 string
H A Dtest_cp936_to_utf8_0.phpt23 $item = iconv('cp936', 'utf-8', "�yԇ���ֹ�·��"); // cp936 string
H A Dtest_cp936_to_utf8_1.phpt23 $item = iconv('cp936', 'utf-8', "�yԇ���ֹ�·��"); // cp936 string
/php-src/ext/ffi/tests/
H A D008.phpt19 $a = $ffi->new("struct {int x,y;}");
H A Dbug77768.phpt26 struct point {int x,y;};
/php-src/Zend/tests/
H A Dbug78010.phpt21 $this->y[] = $obj;
H A Dlist_destructuring_to_special_variables.phpt24 list($str[0], $str[1]) = ['x', 'y'];
/php-src/ext/opcache/tests/jit/
H A Dbug80839.phpt12 test($a, 'y');
/php-src/ext/openssl/tests/
H A Dgh13343_openssl33.phpt34 y+1AGmQwHwYDVR0jBBgwFoAUSUtSJ9EbvPKhIWpie1FCeorX1VYwOAYDVR0fBDEw
H A Dgh13343.phpt34 y+1AGmQwHwYDVR0jBBgwFoAUSUtSJ9EbvPKhIWpie1FCeorX1VYwOAYDVR0fBDEw
/php-src/ext/standard/tests/array/
H A Darray_diff_variation9.phpt14 'sub_arrayb' => array ('a', 'z', 'y'));
78 string(1) "y"
/php-src/ext/hash/
H A Dhash_ripemd.c156 #define F0(x,y,z) ((x) ^ (y) ^ (z)) argument
157 #define F1(x,y,z) (((x) & (y)) | ((~(x)) & (z))) argument
158 #define F2(x,y,z) (((x) | (~(y))) ^ (z)) argument
159 #define F3(x,y,z) (((x) & (z)) | ((y) & (~(z)))) argument
160 #define F4(x,y,z) ((x) ^ ((y) | (~(z)))) argument
/php-src/ext/spl/tests/
H A Dspl_autoload_014.phpt38 $y = new TestY;
/php-src/ext/date/tests/
H A DDatePeriod_set_state.phpt38 ["y"]=>
H A DDateTime_clone_basic4.phpt23 var_dump( $d1_clone->format( "m.d.y") );
H A Dbug75851.phpt2 Test for bug #75851: Year component overflow with date formats "c", "o", "r" and "y"
H A Ddate_period_set_state1.phpt45 ["y"]=>
H A Didate_variation6.phpt9 $format = 'y';
H A DDatePeriod_getter.phpt19 var_dump($period->getDateInterval()->format('%R%y-%m-%d-%h-%i-%s'));
H A DDatePeriod_createFromISO8601String_static_return.phpt40 ["y"]=>
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_attribute_ns.phpt11 $root->setAttributeNodeNS($dom->createAttributeNS("http://www.w3.org/XML/1998/namespace", "y:id"));
/php-src/ext/sodium/
H A Dlibsodium.stub.php627 function sodium_crypto_core_ristretto255_scalar_add(string $x, string $y): string {}
633 function sodium_crypto_core_ristretto255_scalar_mul(string $x, string $y): string {}
641 function sodium_crypto_core_ristretto255_scalar_sub(string $x, string $y): string {}
/php-src/ext/intl/tests/
H A Ddateformat_formatObject_datetime.phpt18 echo IntlDateFormatter::formatObject($dt, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
/php-src/ext/sqlite3/tests/
H A Dgh11878.phpt28 $y = new Foo(false, true);

Completed in 27 milliseconds

1...<<212223242526272829