Home
last modified time | relevance | path

Searched refs:y (Results 251 – 275 of 468) sorted by relevance

1...<<111213141516171819

/PHP-7.3/Zend/tests/
H A Dbug48693.phpt12 $y = create_function('', 'function a() { }; return 2;');
28 $y(),
H A Dforeach_017.phpt41 $replacement = ['x', 'y', 'z'];
104 y
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); }
H A Dbug38234.phpt12 $y = clone $x;
H A Dclosure_029.phpt8 var_dump(@function(&$x) use ($y, $z) { } instanceof closure);
H A Dbug31177-2.phpt12 $y=$x->__construct(1);
/PHP-7.3/Zend/tests/generators/
H A Daborted_yield_during_switch.phpt7 switch ($x."y") {
/PHP-7.3/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt53 // expect $x and $y to be null - this fails on php.net 5.2.1 (invalid opcode) - fixed in 5.2.3
68 // expect y and z to be undefined
69 list($y,$z) = array();
70 echo "Y=$y,Z=$z\n";
/PHP-7.3/ext/standard/
H A Dsha1.c118 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
119 #define G(x, y, z) ((x) ^ (y) ^ (z)) argument
120 #define H(x, y, z) (((x) & (y)) | ((z) & ((x) | (y)))) argument
121 #define I(x, y, z) ((x) ^ (y) ^ (z)) argument
/PHP-7.3/tests/classes/
H A D__set__get_002.phpt6 function __get($x,$y) {
/PHP-7.3/ext/intl/tests/
H A Dcollator_get_sort_key_variant7.phpt37 'y' , 'i' , 'k'
77 source: y
H A Dcollator_get_sort_key.phpt39 'y' , 'i' , 'k'
79 source: y
H A Dcollator_get_sort_key_variant5.phpt38 'y' , 'i' , 'k'
78 source: y
H A Dcollator_get_sort_key_variant6.phpt38 'y' , 'i' , 'k'
78 source: y
H A Dcollator_get_sort_key_variant2.phpt38 'y' , 'i' , 'k'
78 source: y
/PHP-7.3/ext/date/tests/
H A Ddate_diff.phpt31 $diff->format( '%y-%m-%d' )
49 $int->format( '%y-%m-%d' ), " = ",
/PHP-7.3/ext/date/
H A Dphp_date.c1599 now->y = yea; in php_mktime()
1659 zend_long m, d, y; in PHP_FUNCTION() local
1664 Z_PARAM_LONG(y) in PHP_FUNCTION()
1667 if (y < 1 || y > 32767 || !timelib_valid_date(y, m, d)) { in PHP_FUNCTION()
3226 dateobj->time->y = tmp_time->y; in php_date_modify()
3611 dateobj->time->y = y; in php_date_date_set()
3623 zend_long y, m, d; in PHP_FUNCTION() local
3641 zend_long y, m, d; in PHP_METHOD() local
3660 dateobj->time->y = y; in php_date_isodate_set()
3676 zend_long y, w, d = 1; in PHP_FUNCTION() local
[all …]
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DCALLOUTS.BUILTIN83 (*CMP{x::TAG/LONG, op::STRING, y::TAG/LONG})
85 Compares x value and y value with op operator.
86 If x and y types are tag, slot 0 value of the tag are used.
/PHP-7.3/ext/standard/tests/strings/
H A Dcrypt_blowfish.phpt13 array('$2y$05$/OK.fbVrR/bpIqNJ5ianF.CE5elHaaO4EbggVDjb8P19RukzXSM3e', "\xff\xff\xa3"),
16 array('$2y$05$/OK.fbVrR/bpIqNJ5ianF.Sa7shbm4.OzKpvFnX1pQLmQW96oUlCq', "\xa3"),
22 …array('$2y$05$/OK.fbVrR/bpIqNJ5ianF.o./n25XVfn6oAPaUvHe.Csk4zRfsYPi', "\xff\xa334\xff\xff\xff\xa33…
24 array('$2y$05$/OK.fbVrR/bpIqNJ5ianF.nRht2l/HRhr6zmCp9vYUvvsqynflf9e', "\xff\xa3345"),
28 array('$2y$05$/OK.fbVrR/bpIqNJ5ianF.6IflQkJytoRVc1yuaNtHfiuq.FRlSIS', "\xa3ab"),
/PHP-7.3/ext/opcache/tests/
H A Dverify_return_dfg.phpt11 case 'z': $bar = 'y'; break;
H A Dblock_pass_001.phpt7 (bool) (true ? $x : $y);
H A Dbug77191.phpt6 switch (@$x['y']) {
/PHP-7.3/Zend/tests/traits/
H A Dbug74607a.phpt11 function m3($x, $y = 0){}

Completed in 60 milliseconds

1...<<111213141516171819