Home
last modified time | relevance | path

Searched refs:y (Results 376 – 400 of 634) sorted by relevance

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

/PHP-8.1/ext/hash/
H A Dhash_md.c109 #define MD4_F(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) argument
110 #define MD4_G(x,y,z) (((x) & ((y) | (z))) | ((y) & (z))) argument
111 #define MD4_H(x,y,z) ((x) ^ (y) ^ (z)) argument
/PHP-8.1/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt57 // expect $x and $y to be null - this fails on php.net 5.2.1 (invalid opcode) - fixed in 5.2.3
72 // expect y and z to be undefined
73 list($y,$z) = array();
74 echo "Y=$y,Z=$z\n";
/PHP-8.1/Zend/tests/generators/
H A Daborted_yield_during_switch.phpt7 switch ($x."y") {
/PHP-8.1/ext/tokenizer/
H A DMakefile.frag1 $(top_srcdir)/ext/tokenizer/tokenizer_data.c: $(top_srcdir)/Zend/zend_language_parser.y
/PHP-8.1/ext/opcache/tests/opt/
H A Ddce_009.phpt17 $y = [];
18 foreach ($y as $x) {
H A Dinference_007.phpt9 function y() {
H A Dinference_008.phpt9 function y() {
/PHP-8.1/ext/ffi/tests/
H A Dbug80847.phpt39 $y = $ffi->ffi_bug80847($x);
40 var_dump($x, $y);
/PHP-8.1/ext/standard/
H A Dsha1.c114 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
115 #define G(x, y, z) ((x) ^ (y) ^ (z)) argument
116 #define H(x, y, z) (((x) & (y)) | ((z) & ((x) | (y)))) argument
117 #define I(x, y, z) ((x) ^ (y) ^ (z)) argument
/PHP-8.1/Zend/tests/
H A Darray_add_indirect.phpt7 $ary = ['y' => 1];
H A Dexception_in_rope_end.phpt10 $str = "y$b$a";
H A Dabstract_inheritance_002.phpt7 abstract class B extends A { abstract function bar($x, $y = 0); }
/PHP-8.1/ext/opcache/tests/jit/
H A Dfetch_dim_r_011.phpt13 $a = [$y];
H A Dfetch_dim_r_010.phpt13 $a = [$y];
/PHP-8.1/ext/pcre/tests/
H A Dpreg_match_basic_002.phpt15 string(1) "y"
/PHP-8.1/ext/intl/tests/
H A Dcollator_get_sort_key_variant3.phpt39 'y' , 'i' , 'k'
77 source: y
H A Dcollator_get_sort_key_variant7.phpt38 'y' , 'i' , 'k'
76 source: y
H A Dcollator_get_sort_key.phpt39 'y' , 'i' , 'k'
79 source: y
H A Dcollator_get_sort_key_variant2.phpt39 'y' , 'i' , 'k'
77 source: y
H A Dcollator_get_sort_key_variant4.phpt39 'y' , 'i' , 'k'
77 source: y
H A Dcollator_get_sort_key_variant5.phpt39 'y' , 'i' , 'k'
77 source: y
H A Dcollator_get_sort_key_variant6.phpt39 'y' , 'i' , 'k'
77 source: y
/PHP-8.1/ext/date/tests/
H A Ddate_diff.phpt31 $diff->format( '%y-%m-%d' )
49 $int->format( '%y-%m-%d' ), " = ",
/PHP-8.1/tests/classes/
H A D__set__get_002.phpt6 function __get($x,$y) {
/PHP-8.1/ext/opcache/tests/
H A Dpreload_loadable_classes_1.inc9 public Foo $y;

Completed in 35 milliseconds

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