/PHP-7.3/Zend/tests/ |
H A D | bug48693.phpt | 12 $y = create_function('', 'function a() { }; return 2;'); 28 $y(),
|
H A D | foreach_017.phpt | 41 $replacement = ['x', 'y', 'z']; 104 y
|
H A D | array_add_indirect.phpt | 7 $ary = ['y' => 1];
|
H A D | exception_in_rope_end.phpt | 10 $str = "y$b$a";
|
H A D | abstract_inheritance_002.phpt | 7 abstract class B extends A { abstract function bar($x, $y = 0); }
|
H A D | bug38234.phpt | 12 $y = clone $x;
|
H A D | closure_029.phpt | 8 var_dump(@function(&$x) use ($y, $z) { } instanceof closure);
|
H A D | bug31177-2.phpt | 12 $y=$x->__construct(1);
|
/PHP-7.3/Zend/tests/generators/ |
H A D | aborted_yield_during_switch.phpt | 7 switch ($x."y") {
|
/PHP-7.3/tests/lang/ |
H A D | engine_assignExecutionOrder_002.phpt | 53 // 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 D | sha1.c | 118 #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.phpt | 6 function __get($x,$y) {
|
/PHP-7.3/ext/intl/tests/ |
H A D | collator_get_sort_key_variant7.phpt | 37 'y' , 'i' , 'k' 77 source: y
|
H A D | collator_get_sort_key.phpt | 39 'y' , 'i' , 'k' 79 source: y
|
H A D | collator_get_sort_key_variant5.phpt | 38 'y' , 'i' , 'k' 78 source: y
|
H A D | collator_get_sort_key_variant6.phpt | 38 'y' , 'i' , 'k' 78 source: y
|
H A D | collator_get_sort_key_variant2.phpt | 38 'y' , 'i' , 'k' 78 source: y
|
/PHP-7.3/ext/date/tests/ |
H A D | date_diff.phpt | 31 $diff->format( '%y-%m-%d' ) 49 $int->format( '%y-%m-%d' ), " = ",
|
/PHP-7.3/ext/date/ |
H A D | php_date.c | 1599 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 D | CALLOUTS.BUILTIN | 83 (*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 D | crypt_blowfish.phpt | 13 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 D | verify_return_dfg.phpt | 11 case 'z': $bar = 'y'; break;
|
H A D | block_pass_001.phpt | 7 (bool) (true ? $x : $y);
|
H A D | bug77191.phpt | 6 switch (@$x['y']) {
|
/PHP-7.3/Zend/tests/traits/ |
H A D | bug74607a.phpt | 11 function m3($x, $y = 0){}
|