Home
last modified time | relevance | path

Searched refs:y (Results 626 – 650 of 717) sorted by relevance

1...<<212223242526272829

/php-src/ext/pdo_mysql/tests/
H A Dbug79132.phpt29 [1 => 'y'], /* first parameter is missing */
/php-src/ext/intl/tests/
H A Dgrapheme_str_split.phpt17 array( "null\x00byte", 1, array("n", "u", "l", "l", "\x00", "b", "y", "t", "e") ),
/php-src/ext/reflection/tests/types/
H A Dunion_types.phpt56 class y {}
57 $test->prop = new y;
H A Dintersection_types.phpt30 interface y {}
/php-src/scripts/dev/
H A Dcheck_parameters.php116 preg_match_all('/(\**)\s*(\w+(?:\[\s*\w*\s*\])?)\s*(=?)/S', $x[6], $y, PREG_SET_ORDER);
117 foreach ($y as $z) {
/php-src/.circleci/
H A Dconfig.yml33 sudo apt-get update -y
34 sudo apt-get install -y \
/php-src/ext/standard/tests/general_functions/
H A Dgettype_settype_variation1.phpt37 var $y;
39 function __construct($x, $y) {
41 $this->y = $y;
H A Dgettype_settype_basic.phpt32 var $y;
34 function __construct($x, $y) {
36 $this->y = $y;
671 ["y"]=>
779 ["y"]=>
H A Dgettype_settype_variation8.phpt37 var $y;
39 function __construct($x, $y) {
41 $this->y = $y;
/php-src/ext/standard/
H A Dcrypt_sha512.c156 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha512_process_block() argument
157 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha512_process_block() argument
/php-src/ext/openssl/tests/
H A Dbug74720_1.phpt50 H+HNLWwp+lAia2Erky0IWstsow62yWvLDyTCM+QhqlHwnh3TJVvNI1GBAoGAUl+y
H A Dbug74903.phpt50 H+HNLWwp+lAia2Erky0IWstsow62yWvLDyTCM+QhqlHwnh3TJVvNI1GBAoGAUl+y
H A Dbug74720_0.phpt50 H+HNLWwp+lAia2Erky0IWstsow62yWvLDyTCM+QhqlHwnh3TJVvNI1GBAoGAUl+y
/php-src/ext/standard/tests/array/range/
H A Drange_inputs_string_variations.phpt144 string(1) "y"
/php-src/ext/standard/tests/array/
H A Dend_64bit.phpt117 string(1) "y"
118 string(1) "y"
H A Darray_diff_assoc_variation7.phpt34 $arr1 = array('zero' => 'x', 'one' => 'y', 'two' => 'z');
H A Dend.phpt122 string(1) "y"
123 string(1) "y"
H A Din_array_variation2.phpt16 "y" =>NULL,
/php-src/ext/date/lib/
H A Dparse_iso_intervals.c293 case 'Y': s->period->y = nr; break; in scan()
668 s->period->y = timelib_get_unsigned_nr(&ptr, 4); in scan()
825 current->y = timelib_get_nr(&ptr, 4); in scan()
978 in.begin->y = TIMELIB_UNSET; in timelib_strtointerval()
991 in.end->y = TIMELIB_UNSET; in timelib_strtointerval()
1004 in.period->y = 0; in timelib_strtointerval()
/php-src/Zend/tests/
H A Dcall_user_func_008.phpt19 $x =& $i; $y =& $j;
/php-src/ext/date/tests/
H A Dgmstrftime_variation5.phpt15 'Year as decimal number without a century' => "%y",
H A Dstrftime_variation5.phpt14 'Year as decimal number without a century' => "%y",
/php-src/main/
H A Dphp.h100 # define lstat(x, y) php_sys_lstat(x, y) argument
/php-src/ext/gd/
H A Dgd_arginfo.h191 ZEND_ARG_TYPE_INFO(0, y, IS_LONG, 0)
296 ZEND_ARG_TYPE_INFO(0, y, IS_LONG, 0)
340 ZEND_ARG_TYPE_INFO(0, y, IS_LONG, 0)
375 ZEND_ARG_TYPE_INFO(0, y, IS_LONG, 0)
417 ZEND_ARG_TYPE_INFO(0, y, IS_LONG, 0)
428 ZEND_ARG_TYPE_INFO(0, y, IS_LONG, 0)
494 ZEND_ARG_TYPE_INFO(0, y, IS_LONG, 0)
/php-src/ext/fileinfo/libmagic/
H A Dfile.h121 #define __GNUC_PREREQ__(x, y) \ argument
122 ((__GNUC__ == (x) && __GNUC_MINOR__ >= (y)) || \
125 #define __GNUC_PREREQ__(x, y) 0 argument

Completed in 83 milliseconds

1...<<212223242526272829