Home
last modified time | relevance | path

Searched refs:y (Results 226 – 250 of 369) sorted by relevance

12345678910>>...15

/PHP-5.5/ext/intl/tests/
H A Dcollator_compare.phpt102 array( 'y', 'k' )
135 'y' < 'k'
H A Dcollator_compare_variant2.phpt102 array( 'y', 'k' )
135 'y' < 'k'
H A Dtransliterator_create_from_rule_basic.phpt10 α <> y;
/PHP-5.5/ext/date/tests/
H A Dgmdate_variation7.phpt34 var_dump( gmdate('y') );
35 var_dump( gmdate('y', $timestamp) );
H A Dgmdate_variation8.phpt34 var_dump( gmdate('y') );
35 var_dump( gmdate('y', $timestamp) );
H A D009.phpt17 …C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U %V %W %w %x %X %y %Y %Z %z %%", $t));
25 …C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U %V %W %w %x %X %y %Y %Z %z %%", $t));
H A Dbug45682.phpt16 ["y"]=>
H A Dbug52738.phpt24 [y] => 0
H A Ddate_interval_create_from_date_string_nullparam.phpt12 ["y"]=>
H A Dbug49778.phpt12 ["y"]=>
H A Dbug60774.phpt12 ["y"]=>
H A Ddate_diff1.phpt32 ["y"]=>
/PHP-5.5/ext/phar/tests/files/
H A Dfrontcontroller12.phar16 !�y��ܬ8:���0��V���GBMB
/PHP-5.5/Zend/tests/
H A Dbug49472.phpt8 const y = 2;
/PHP-5.5/ext/standard/tests/general_functions/
H A Dgettype_settype_variation6.phpt48 var $y;
50 function point($x, $y) {
52 $this->y = $y;
810 ["y"]=>
820 ["y"]=>
830 ["y"]=>
H A Dgettype_settype_variation7.phpt48 var $y;
50 function point($x, $y) {
52 $this->y = $y;
808 ["y"]=>
818 ["y"]=>
828 ["y"]=>
/PHP-5.5/ext/iconv/tests/
H A Diconv_basic_001-win32.phpt19 string(16) "Zlutouck'y kun\n"
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput22-1627 82 [\x00-`b-y{-\xff] (neg)
54 82 [\x00-`b-y{-\xff] (neg)
H A Dtestoutput22-3239 59 [\x00-`b-y{-\xff] (neg)
66 59 [\x00-`b-y{-\xff] (neg)
/PHP-5.5/ext/standard/tests/array/
H A Darray_key_exists_object2.phpt43 $class2 = new myClass('x', 'y', 'z');
80 %unicode|string%(1) "y"
H A Dbug24220.phpt66 string(1) "y"
/PHP-5.5/ext/reflection/tests/
H A DReflectionObject_getName_error.phpt12 var_dump($r3->getName('x','y'));
/PHP-5.5/ext/intl/collator/
H A Dcollator_is_numeric.c25 #define _do_alloca(x, y) do_alloca((x)) argument
26 #define _free_alloca(x, y) free_alloca((x)) argument
/PHP-5.5/ext/standard/tests/math/
H A Datan2_variation1.phpt2 Test atan2() function : usage variations - different data types as $y arg
7 /* Prototype : float atan2 ( float $y , float $x )
/PHP-5.5/ext/hash/
H A Dhash_ripemd.c140 #define F0(x,y,z) ((x) ^ (y) ^ (z)) argument
141 #define F1(x,y,z) (((x) & (y)) | ((~(x)) & (z))) argument
142 #define F2(x,y,z) (((x) | (~(y))) ^ (z)) argument
143 #define F3(x,y,z) (((x) & (z)) | ((y) & (~(z)))) argument
144 #define F4(x,y,z) ((x) ^ ((y) | (~(z)))) argument

Completed in 80 milliseconds

12345678910>>...15