Home
last modified time | relevance | path

Searched refs:y (Results 426 – 450 of 634) sorted by relevance

1...<<11121314151617181920>>...26

/PHP-8.1/ext/standard/tests/password/
H A Dpassword_hash.phpt11 '2y',
/PHP-8.1/Zend/tests/assert/
H A Dexpect_015.phpt18 $y = clone $x;
61 $x?->y;
62 $x?->y();
163 $y = clone $x;
204 $x?->y;
205 $x?->y();
/PHP-8.1/Zend/tests/
H A Dbug37046.phpt6 static $storage = array(array('x', 'y'));
H A Dbug49472.phpt8 const y = 2;
H A Dctor_promotion_basic.phpt7 public function __construct(public int $x, public int $y, public int $z) {}
H A Dresult_unused.phpt24 $x->y;
H A Dbug75420.16.phpt8 public function offsetSet($x, $y): void { $GLOBALS["obj"] = 24; var_dump($this); }
/PHP-8.1/ext/opcache/tests/jit/
H A Dassign_op_005.phpt12 $a["x{$x}y"] %= 0;
H A Dreg_alloc_016.phpt13 $a - 536 >> 4 - $y - 4 << ++$x == $a ?: $b;
/PHP-8.1/ext/standard/tests/time/
H A Didate.phpt15 y: 3
/PHP-8.1/ext/date/tests/
H A Dbug74274.phpt14 [y] => 0
H A Dgmdate_variation7.phpt28 var_dump( gmdate('y') );
29 var_dump( gmdate('y', $timestamp) );
H A Dbug49081.phpt14 [y] => 0
H A Dbug74524.phpt16 [y] => 0
H A Dgh8730.phpt12 [y] => 0
H A Dbug75002.phpt12 foreach (new aaa($start) as $y) {
/PHP-8.1/ext/oci8/tests/
H A Dcommit_002.phpt21 y int constraint commit_002_tab_check_y check ( y > 0 ) deferrable initially deferred)"
/PHP-8.1/ext/hash/
H A Dhash_sha.c117 #define SHA256_F0(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) argument
119 #define SHA256_F1(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument
375 #define SHA512_F0(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) argument
377 #define SHA512_F1(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument
/PHP-8.1/ext/spl/tests/
H A Dbug64106.phpt2 Bug #64106: Segfault on SplFixedArray[][x] = y when extended
/PHP-8.1/ext/pcre/tests/
H A Dpreg_replace_callback_fatal_error_leak.phpt11 return 'y';
/PHP-8.1/ext/opcache/tests/opt/
H A Dsccp_029.phpt18 $ref = "y";
/PHP-8.1/Zend/
H A Dzend_alloc.h91 # define _ZEND_BIN_ALLOCATOR_DEF(_num, _size, _elements, _pages, x, y) \ argument
94 ZEND_MM_BINS_INFO(_ZEND_BIN_ALLOCATOR_DEF, x, y)
99 # define _ZEND_BIN_ALLOCATOR_SELECTOR_START(_num, _size, _elements, _pages, size, y) \ argument
101 # define _ZEND_BIN_ALLOCATOR_SELECTOR_END(_num, _size, _elements, _pages, size, y) \ argument
105 ZEND_MM_BINS_INFO(_ZEND_BIN_ALLOCATOR_SELECTOR_START, size, y) \
107 ZEND_MM_BINS_INFO(_ZEND_BIN_ALLOCATOR_SELECTOR_END, size, y)
116 # define _ZEND_BIN_DEALLOCATOR_DEF(_num, _size, _elements, _pages, x, y) \ argument
119 ZEND_MM_BINS_INFO(_ZEND_BIN_DEALLOCATOR_DEF, x, y)
/PHP-8.1/ext/standard/tests/strings/
H A Dstrtr_empty_search_string.phpt7 var_dump(strtr("foo", ["" => "bar", "x" => "y"]));
/PHP-8.1/ext/openssl/tests/
H A Dopenssl_pkey_get_details_basic.phpt27 [y] => %a
/PHP-8.1/ext/standard/tests/file/
H A Dbasename_bug66395-win32.phpt9 echo basename("y:file.txt", ".txt") . "\n";

Completed in 46 milliseconds

1...<<11121314151617181920>>...26