Home
last modified time | relevance | path

Searched refs:y (Results 176 – 200 of 478) sorted by relevance

12345678910>>...20

/PHP-7.2/Zend/tests/
H A Dns_001.phpt25 $y = new \test\ns1\Foo;
26 $y->bar();
H A Dtemporary_cleaning_013.phpt36 function __set($x, $y) {}
56 function offsetSet($x, $y) {}
69 function offsetSet($x, $y) {}
88 function __set($x, $y) {}
111 function __set($x, $y) {}
127 function offsetSet($x, $y) {}
137 function offsetSet($x, $y) {}
154 function __set($x, $y) {}
162 function offsetSet($x, $y) {}
179 function __set($x, $y) {}
[all …]
H A Dbug44141.phpt22 $y = Y::cheat(5);
23 echo $y->x, PHP_EOL;
H A Dcall_user_func_005.phpt7 public static function __callstatic($x, $y) {
8 var_dump($x,$y);
H A Ddereference_014.phpt10 static public $y;
17 return self::$y;
/PHP-7.2/Zend/tests/try/
H A Dtry_finally_022.phpt7 public $y = 2;
25 foreach([new stdClass()] as $y) {
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_xclass.c102 pcre_uint32 x, y; in PRIV() local
121 GETCHARINC(y, data); /* macro generates multiple statements */ in PRIV()
127 y = *data++; in PRIV()
129 if (c >= x && c <= y) return !negated; in PRIV()
/PHP-7.2/ext/xmlreader/tests/
H A Dbug42139.phpt14 <!ENTITY x "y">
30 3, #text, y
/PHP-7.2/ext/date/tests/
H A Ddate_interval_create_from_date_string.phpt21 var_dump($i->y);
25 var_dump($i->y);
H A DDateTime_format_basic1.phpt18 var_dump( $date->format( "m.d.y") );
21 var_dump( $date->format( 'h-i-s, j-m-y, it is w Day') );
22 var_dump( $date->format( '\i\t \i\s \t\h\e jS \d\a\y.') );
H A Ddate_format_basic1.phpt18 var_dump( date_format($date, "m.d.y") );
21 var_dump( date_format($date, 'h-i-s, j-m-y, it is w Day') );
22 var_dump( date_format($date, '\i\t \i\s \t\h\e jS \d\a\y.') );
H A Ddate_basic1.phpt18 var_dump( date("m.d.y", $timestamp) );
21 var_dump( date('h-i-s, j-m-y, it is w Day', $timestamp) );
22 var_dump( date('\i\t \i\s \t\h\e jS \d\a\y.', $timestamp) );
H A Dbug28088.phpt8 echo gmdate("m/d/y Hi", strtotime("04/04/04 2345")), "\n";
11 echo gmdate("m/d/y Hi", strtotime("04/04/04 0045"))."\r\n";
H A Dbug66721.phpt7 $y = 'O:8:"DateTime":3:{s:4:"date";s:19:"2014-02-15 02:00:51";s:13:"timezone_type";i:3;s:8:"timezon…
8 var_dump(unserialize($y));
/PHP-7.2/ext/standard/tests/password/
H A Dpassword_deprecated_salts.phpt16 string(60) "$2y$07$usesomesillystringfore2uDLvp1Ii2e./U9C8sBjqp8I90dH6hi"
19 string(60) "$2y$10$MTIzNDU2Nzg5MDEyMzQ1Nej0NmcAWSLR.oP7XOR9HD/vjUuOj100y"
/PHP-7.2/sapi/phpdbg/
H A Dcreate-test.php109 $y = trim(fgets(STDIN)); variable
110 if ($y !== "y" && $y !== "yes") {
/PHP-7.2/Zend/
H A Dbench.php52 $x=0; $y=0; $w2=0; $h2=0; $color=0;
56 for ($y=0 ; $y<=$w1; $y=$y+1) {
57 $imc=$s*($y-$h2)+$imcen;
88 for ($y=30; printf("\n"), $C = $y*0.1 - 1.5, $y--;){
/PHP-7.2/sapi/phpdbg/tests/
H A Dbreakpoints_003.phpt10 y
23 prompt> Do you really want to restart execution? (type y or n): 1234
/PHP-7.2/ext/standard/tests/general_functions/
H A Dbug47859.phpt12 var_dump(parse_ini_string('k*e*y = "v*a*lue"'));
40 ["k*e*y"]=>
/PHP-7.2/ext/gd/tests/
H A Dfunc.inc98 for ($y = 0; $y < $exp_y; $y++) {
100 $exp_c = imagecolorat($expected, $x, $y);
101 $act_c = imagecolorat($actual, $x, $y);
H A Dbug73155.phpt19 printf("y chunk count: %d\n", $header['y_count']);
26 y chunk count: 1
/PHP-7.2/ext/opcache/
H A Dshared_alloc_shm.c43 # define MIN(x, y) ((x) > (y)? (y) : (x)) argument
/PHP-7.2/ext/standard/tests/array/
H A D001.phpt23 for ($y = 1; $y < $depth; ++$y) {
/PHP-7.2/ext/intl/tests/
H A Dbug69374.phpt10 $pattern1 = '\'tháng\' MM, y'; // yMM format for Vietnamese
11 $pattern2 = 'y년 MMM'; // yMM format for Korean
/PHP-7.2/ext/standard/tests/serialize/
H A Dbug69425.phpt21 $data = unserialize('a:2:{i:0;O:12:"DateInterval":1:{s:1:"y";R:1;}i:1;i:2;}');
30 ["y"]=>

Completed in 36 milliseconds

12345678910>>...20