Home
last modified time | relevance | path

Searched refs:y (Results 351 – 375 of 396) sorted by relevance

1...<<111213141516

/PHP-5.6/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
/PHP-5.6/ext/standard/tests/general_functions/
H A Dgettype_settype_variation4.phpt48 var $y;
50 function point($x, $y) {
52 $this->y = $y;
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestinput873 x y+z
82 x+y+z
84 /x.y/
85 x+y
86 x-y
90 /x.y/s
91 x+y
92 x-y
95 /(a.b(?s)c.d|x.y)p.q/
761 x-.y-.
[all …]
H A Dtestinput1255 x-.y-.
1570 123456789\@x.y.z
1572 12345678\@x.y.uk
2318 /^(ab|a(?i)[b-c](?m-i)d|x(?i)y|z)/
3746 /((?x)x y z | a b c)/
4511 /^(x(y|(?1){2})z)/
5476 /^((abc|abcx)(*THEN)y|abcd)/
5582 /(*:m(m)(?&y)(?(DEFINE)(?<y>b))/K
5585 /(*PRUNE:m(m)(?&y)(?(DEFINE)(?<y>b))/K
5588 /(*SKIP:m(m)(?&y)(?(DEFINE)(?<y>b))/K
[all …]
H A Dtestoutput1497 x-.y-.
498 0: x-.y-.
499 1: .y-
4100 0: y
4104 0: y
4108 0: y
7453 2: y
9167 /(*:m(m)(?&y)(?(DEFINE)(?<y>b))/K
9172 /(*PRUNE:m(m)(?&y)(?(DEFINE)(?<y>b))/K
9177 /(*SKIP:m(m)(?&y)(?(DEFINE)(?<y>b))/K
[all …]
H A Dtestoutput18-16346 Z [ \ ] ^ _ ` c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f
771 i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80 \x81 \x82 \x83 \x84
H A Dtestoutput18-32344 Z [ \ ] ^ _ ` c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f
768 i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80 \x81 \x82 \x83 \x84
H A Dtestoutput15488 Z [ \ ] ^ _ ` c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f
890 i j k l m n o p q r s t u v w x y z { | } ~ \x7f \xc0 \xc1 \xc2 \xc3 \xc4
H A Dtestinput4443 y
H A Dtestinput9499 y
/PHP-5.6/ext/zip/lib/
H A Dzip_dirent.c877 zip_uint64_t x, y; in _zip_read8() local
881 y = ((((((zip_uint64_t)(*a)[3]<<8)+(*a)[2])<<8)+(*a)[1])<<8)+(*a)[0]; in _zip_read8()
884 return x+(y<<32); in _zip_read8()
/PHP-5.6/ext/zlib/tests/
H A Dbug_52944_corrupted_data.inc133 'Arb5+gT6CqAeKTDY6JpKdLALzk92T1SmJcDP/8fnv3z+p8///Ot/0j7/4+f/S/v8v37+y6//y+d/+PxPGnz63z//Z+3zvwDEv3…
/PHP-5.6/ext/standard/tests/strings/
H A Dsubstr_replace.phpt456 string(13) "trbala y this"
663 string(13) "trbala y this"
791 string(13) "trbala y this"
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_references.phpt157 $label->label = 'y';
/PHP-5.6/ext/mbstring/oniguruma/doc/
H A DRE152 x-y range from x to y
/PHP-5.6/ext/openssl/tests/
H A Dbug65538.phar360 OEBlGkM3eqcCUOMnMI8L9wfBk49sELZCeJcCQQC/y/TL2q/EXo9c6I/faj+U1Exp
/PHP-5.6/
H A DREADME.namespaces46 $y = new DB\connection();
H A Dconfig.guess761 -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \
1541 # time-stamp-format: "%:y-%02m-%02d"
/PHP-5.6/ext/mbstring/oniguruma/
H A Dregparse.c318 str_end_cmp(st_str_end_key* x, st_str_end_key* y) in str_end_cmp() argument
323 if ((x->end - x->s) != (y->end - y->s)) in str_end_cmp()
327 q = y->s; in str_end_cmp()
4870 static int type_cclass_cmp(type_cclass_key* x, type_cclass_key* y) in type_cclass_cmp() argument
4872 if (x->type != y->type) return 1; in type_cclass_cmp()
4873 if (x->enc != y->enc) return 1; in type_cclass_cmp()
4874 if (x->not != y->not) return 1; in type_cclass_cmp()
/PHP-5.6/ext/phar/phar/
H A Dpharcommand.inc139 'y' => array(
161 unset($phar_args['y']);
566 $privkey = $this->args['y']['val'];
1196 $privkey = $this->args['y']['val'];
/PHP-5.6/ext/standard/tests/math/
H A Dhypot_basic.phpt8 /* Prototype : float hypot ( float $x , float $y )
/PHP-5.6/ext/fileinfo/libmagic/
H A Dcdf.c86 #define CDF_GETUINT32(x, y) cdf_getuint32(x, y) argument
/PHP-5.6/Zend/
H A Dzend_virtual_cwd.c66 #define realpath(x,y) strcpy(y,x) argument
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c17087 #define SQLITE_REALLOC(x,y) realloc((x),(y)) argument
17533 y = y*1103515245 + 12345; in randomFill()
17534 r = x ^ y; in randomFill()
17541 y = y*1103515245 + 12345; in randomFill()
35226 return &y;
68323 u32 y;
68583 u32 y;
132757 # define MIN(x,y) ((x)<(y)?(x):(y))
132760 # define MAX(x,y) ((x)>(y)?(x):(y))
151328 # define MAX(x,y) ((x) < (y) ? (y) : (x))
[all …]
/PHP-5.6/sapi/fpm/
H A Dconfig.m4334 AC_TRY_COMPILE([ #include <sys/socket.h> ], [int x = SO_LISTENQLIMIT; int y = SO_LISTENQLEN;], [

Completed in 636 milliseconds

1...<<111213141516