Home
last modified time | relevance | path

Searched refs:y (Results 651 – 675 of 717) sorted by relevance

1...<<212223242526272829

/php-src/ext/mysqli/tests/
H A Dmysqli_next_result.phpt51 …func_test_mysqli_next_result($link, "SELECT 1 AS a; INSERT INTO test(id, label) VALUES (100, 'y');…
H A Dbug49442.phpt121 string(1) "y"
/php-src/ext/reflection/tests/types/
H A Ddnf_types_with_null.phpt34 interface y {}
H A Ddnf_types.phpt34 interface y {}
/php-src/ext/openssl/tests/
H A Dbug74798.phpt50 H+HNLWwp+lAia2Erky0IWstsow62yWvLDyTCM+QhqlHwnh3TJVvNI1GBAoGAUl+y
H A Decc.phpt46 unset($d1_priv["ec"]["y"]);
/php-src/ext/spl/tests/
H A DSplFixedArray_get_properties_for.phpt8 public int $y;
/php-src/ext/hash/murmur/
H A DPMurHash128.c66 #define ROTL32(x,y) _rotl(x,y) argument
67 #define ROTL64(x,y) _rotl64(x,y) argument
/php-src/ext/standard/tests/time/
H A Dstrptime_basic.phpt27 var_dump(strptime($str, '%H:%M:%S %m/%d/%y'));
H A Dstrptime_parts.phpt31 $res = strptime($str, '%H:%M:%S %m/%d/%y');
/php-src/ext/date/tests/
H A Ddate_time_fractions.phpt62 ["y"]=>
/php-src/ext/sodium/tests/
H A Dcrypto_box.phpt22 $seed_y = str_repeat('y', SODIUM_CRYPTO_BOX_SEEDBYTES);
H A Dcrypto_core_ristretto255.phpt49 /* s = -1, which causes y = 0 */
/php-src/Zend/tests/
H A Dgc_038.phpt131 return "y";
H A D019.phpt191 var $y;
194 function __construct($x, $y) {
196 $this->y = $y;
234 unset($point1->y);
1213 ["y"]=>
1235 ["y"]=>
1241 ["y"]=>
1272 ["y"]=>
/php-src/ext/standard/tests/general_functions/
H A Dfloatval_variation1.phpt2 … floatval() and its alias doubleval() functions : usage variations - different data types as $y arg
H A Dgettype_settype_variation2.phpt41 var $y;
43 function __construct($x, $y) {
45 $this->y = $y;
H A Dgettype_settype_variation3.phpt35 var $y;
37 function __construct($x, $y) {
39 $this->y = $y;
/php-src/ext/opcache/jit/
H A DREADME.md51 - Avoid `-y` - if the package manager warns you that the dependencies conflict
61 sudo apt-get update -y
/php-src/ext/filter/tests/
H A D043.phpt135 string(1) "y"
/php-src/ext/ftp/tests/
H A D005.phpt35 ftp_get($ftp, 'x', 'y', 0);
/php-src/ext/standard/tests/serialize/
H A Dserialization_objects_002.phpt34 function __construct( $w, $x, $y, $z ) {
37 $this->c = $y;
/php-src/ext/date/lib/
H A Dparse_date.c4132 s->time->y = 1970; in scan()
7799 s->time->y = 1970; in scan()
7843 s->time->relative.y = 0 - s->time->relative.y; in scan()
11092 s->time->y = timelib_get_nr(&ptr, 4); in scan()
24886 in.time->y = TIMELIB_UNSET; in timelib_strtotime()
24940 time->y = 1970; in timelib_time_reset_fields()
24952 if (time->y == TIMELIB_UNSET ) time->y = 1970; in timelib_time_reset_unset_fields()
25057 in.time->y = TIMELIB_UNSET; in timelib_parse_from_format_with_map()
25138 if (s->time->y == TIMELIB_UNSET) { in timelib_parse_from_format_with_map()
25146 if (s->time->y != TIMELIB_UNSET) { in timelib_parse_from_format_with_map()
[all …]
/php-src/Zend/
H A Dzend_alloc.c321 #define _BIN_DATA_SIZE(num, size, elements, pages, x, y) size, argument
323 ZEND_MM_BINS_INFO(_BIN_DATA_SIZE, x, y)
326 #define _BIN_DATA_ELEMENTS(num, size, elements, pages, x, y) elements, argument
328 ZEND_MM_BINS_INFO(_BIN_DATA_ELEMENTS, x, y)
331 #define _BIN_DATA_PAGES(num, size, elements, pages, x, y) pages, argument
333 ZEND_MM_BINS_INFO(_BIN_DATA_PAGES, x, y)
2510 # define _ZEND_BIN_ALLOCATOR(_num, _size, _elements, _pages, x, y) \ argument
2516 ZEND_MM_BINS_INFO(_ZEND_BIN_ALLOCATOR, x, y) argument
2531 # define _ZEND_BIN_FREE(_num, _size, _elements, _pages, x, y) \ argument
2545 # define _ZEND_BIN_FREE(_num, _size, _elements, _pages, x, y) \ argument
[all …]
/php-src/ext/pcre/tests/
H A D005.phpt32 /p2/var/php_gcov/PHP_4_4/ext/standard/parsedate.y: At top level:
33 /p2/var/php_gcov/PHP_4_4/ext/standard/parsedate.y:864: warning: return type defaults to `int'
273 …[0] => /p2/var/php_gcov/PHP_4_4/ext/standard/parsedate.y:864: warning: return type defaults to `in…
278 [5] => /p2/var/php_gcov/PHP_4_4/ext/standard/parsedate.y

Completed in 103 milliseconds

1...<<212223242526272829