Home
last modified time | relevance | path

Searched refs:y (Results 276 – 300 of 478) sorted by relevance

1...<<11121314151617181920

/PHP-7.2/Zend/
H A Dzend_alloc.h93 # define _ZEND_BIN_ALLOCATOR_DEF(_num, _size, _elements, _pages, x, y) \ argument
96 ZEND_MM_BINS_INFO(_ZEND_BIN_ALLOCATOR_DEF, x, y)
101 # define _ZEND_BIN_ALLOCATOR_SELECTOR_START(_num, _size, _elements, _pages, size, y) \ argument
103 # define _ZEND_BIN_ALLOCATOR_SELECTOR_END(_num, _size, _elements, _pages, size, y) \ argument
107 ZEND_MM_BINS_INFO(_ZEND_BIN_ALLOCATOR_SELECTOR_START, size, y) \
109 ZEND_MM_BINS_INFO(_ZEND_BIN_ALLOCATOR_SELECTOR_END, size, y)
118 # define _ZEND_BIN_DEALLOCATOR_DEF(_num, _size, _elements, _pages, x, y) \ argument
121 ZEND_MM_BINS_INFO(_ZEND_BIN_DEALLOCATOR_DEF, x, y)
/PHP-7.2/Zend/tests/
H A Dbug75420.16.phpt8 public function offsetSet($x, $y) { $GLOBALS["obj"] = 24; var_dump($this); }
H A Dbug75420.15.phpt8 public function offsetSet($x, $y) { $GLOBALS["name"] = 24; var_dump($x); }
H A Dbug75420.13.phpt8 public function offsetSet($x, $y) { }
H A Dbug75420.9.phpt8 public function offsetSet($x, $y) { }
H A Dresult_unused.phpt24 $x->y;
H A Dbug75420.11.phpt8 public function offsetSet($x, $y) { }
H A Dbug75420.14.phpt8 public function offsetSet($x, $y) { }
/PHP-7.2/ext/date/tests/
H A Dbug49081.phpt14 [y] => 0
H A DDateTime_verify.phpt167 string(16) "D, d M y H:i:s O"
169 string(16) "l, d-M-y H:i:s T"
171 string(16) "D, d M y H:i:s O"
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 D009_win32.phpt22 var_dump(strftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
32 var_dump(gmstrftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
H A Dbug75002.phpt12 foreach (new aaa($start) as $y) {
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dst.c57 #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0) argument
578 numcmp(x, y) in numcmp() argument
579 long x, y; in numcmp()
581 return x != y;
/PHP-7.2/ext/oci8/tests/
H A Dconnect_scope_try6.phpt32 set_error_handler(function($x, $y) { throw new Exception($y, $x); });
H A Dconnect_scope_try1.phpt32 set_error_handler(function($x, $y) { throw new Exception($y, $x); });
H A Dconnect_scope_try2.phpt32 set_error_handler(function($x, $y) { throw new Exception($y, $x); });
H A Dconnect_scope_try3.phpt32 set_error_handler(function($x, $y) { throw new Exception($y, $x); });
H A Dconnect_scope_try4.phpt32 set_error_handler(function($x, $y) { throw new Exception($y, $x); });
H A Dconnect_scope_try5.phpt32 set_error_handler(function($x, $y) { throw new Exception($y, $x); });
/PHP-7.2/ext/standard/tests/array/
H A Darray_diff_variation9.phpt22 'sub_arrayb' => array ('a', 'z', 'y'));
70 string(1) "y"
/PHP-7.2/ext/standard/html_tables/
H A Dhtml_table_gen.php551 foreach ($col3 as $y => $z) {
552 if ($y == 0) echo "\t";
553 elseif ($y % 4 == 0) echo "\n\t";
563 ($i << 12) | ($k << 6) | $y ), ", 0} } },";
/PHP-7.2/ext/pcre/tests/
H A Dpreg_match_basic_002.phpt21 string(1) "y"
/PHP-7.2/ext/openssl/tests/
H A Dopenssl_pkey_get_details_basic.phpt26 [y] => %a
/PHP-7.2/ext/standard/tests/file/
H A Dbasename_bug66395-win32.phpt9 echo basename("y:file.txt", ".txt") . "\n";

Completed in 63 milliseconds

1...<<11121314151617181920