Home
last modified time | relevance | path

Searched refs:y (Results 1 – 25 of 369) sorted by last modified time

12345678910>>...15

/PHP-5.5/win32/
H A Dinstall.txt764 y=value ...]
1264 order: HKEY_LOCAL_MACHINE\SOFTWARE\PHP\x.y.z\IniFilePath,
1265 HKEY_LOCAL_MACHINE\SOFTWARE\PHP\x.y\IniFilePath and
1266 HKEY_LOCAL_MACHINE\SOFTWARE\PHP\x\IniFilePath, where x, y and z
H A Dparam.h15 #define howmany(x,y) (((x)+((y)-1))/(y)) argument
16 #define roundup(x,y) ((((x)+((y)-1))/(y))*(y)) argument
/PHP-5.5/win32/build/
H A DMakefile50 Zend\zend_ini_parser.c Zend\zend_ini_parser.h: Zend\zend_ini_parser.y
189 @copy $(BUILD_DIR)\$(PHPLIB) $(BUILD_DIR_DEV)\lib /y >nul
194 @copy win32\build\confutils.js $(BUILD_DIR_DEV)\script\ /y >nul
195 @copy win32\build\configure.tail $(BUILD_DIR_DEV)\script\ /y >nul
197 @copy win32\build\Makefile.phpize $(BUILD_DIR_DEV)\script\ /y >nul
198 @copy win32\build\phpize.bat $(BUILD_DIR_DEV)\ /y >nul
199 @copy win32\build\template.rc $(BUILD_DIR_DEV)\build\ /y >nul
200 @copy win32\build\default.manifest $(BUILD_DIR_DEV)\build\ /y >nul
202 @copy $(BUILD_DIR)\devel\phpize.js $(BUILD_DIR_DEV)\script\ /y >nul
211 @copy $(BUILD_DIR)\*.exe $(PHP_PREFIX) /y >nul
[all …]
/PHP-5.5/tests/lang/
H A DpassByReference_008.phpt5 function valRef($x, &$y) {
6 var_dump($x, $y);
8 $y = 'changed.y';
11 function refVal(&$x, $y) {
12 var_dump($x, $y);
14 $y = 'changed.y';
34 string(9) "changed.y"
H A DpassByReference_009.phpt5 function foo(&$x, &$y) { $x = 1; echo $y ; }
11 function foo2($x, &$y, $z)
14 echo $y; // 1
15 $y = 2;
H A Dfunc_get_args.004.phpt5 function valRef($x, &$y) {
6 var_dump($x, $y);
9 $y = 'changed.y';
13 function refVal(&$x, $y) {
14 var_dump($x, $y);
17 $y = 'changed.y';
47 string(9) "changed.y"
49 string(9) "changed.y"
H A Dfunc_num_args.004.phpt5 function valRef($x, &$y) {
6 var_dump($x, $y);
9 $y = 'changed.y';
13 function refVal(&$x, $y) {
14 var_dump($x, $y);
17 $y = 'changed.y';
40 string(9) "changed.y"
H A Dbug7515.phpt24 $y=ob_get_contents();
26 if ($x == $y) {
31 y=$y
H A Dengine_assignExecutionOrder_002.phpt53 // expect $x and $y to be null - this fails on php.net 5.2.1 (invalid opcode) - fixed in 5.2.3
68 // expect y and z to be undefined
69 list($y,$z) = array();
70 echo "Y=$y,Z=$z\n";
H A Dexecution_order.phpt99 $y = 3;
100 $z = $x - ($x=$y);
106 $y = 3;
107 $z = ($x=$y) - $x;
/PHP-5.5/tests/classes/
H A Dstatic_properties_003.phpt7 protected static $y = 'C::$y';
22 var_dump(isset($c->y));
23 //unset($c->y); // Fatal error, tested in static_properties_003_error1.phpt
24 //echo $c->y; // Fatal error, tested in static_properties_003_error2.phpt
25 //$c->y = 1; // Fatal error, tested in static_properties_003_error3.phpt
26 //$c->y =& $ref; // Fatal error, tested in static_properties_003_error4.phpt
H A Dstatic_properties_003_error1.phpt6 protected static $y = 'C::$y';
11 unset($c->y);
18 Fatal error: Cannot access protected property C::$y in %s on line 8
H A Dstatic_properties_003_error2.phpt6 protected static $y = 'C::$y';
11 echo $c->y;
18 Fatal error: Cannot access protected property C::$y in %s on line 8
H A Dstatic_properties_003_error3.phpt6 protected static $y = 'C::$y';
11 $c->y = 1;
18 Fatal error: Cannot access protected property C::$y in %s on line 8
H A Dstatic_properties_003_error4.phpt6 protected static $y = 'C::$y';
11 $c->y =& $ref;
18 Fatal error: Cannot access protected property C::$y in %s on line 8
H A Dfactory_and_singleton_001.phpt56 echo "Create x and y\n";
58 $y = test::factory(2);
62 var_dump($y->get());
68 var_dump($y->get());
70 echo "Destruct y\n";
71 $y = NULL;
86 Create x and y
95 Destruct y
H A Dfactory_and_singleton_002.phpt56 echo "Create x and y\n";
58 $y = test::factory(2);
62 var_dump($y->get());
68 var_dump($y->get());
70 echo "Destruct y\n";
71 $y = NULL;
86 Create x and y
95 Destruct y
H A D__set__get_002.phpt8 function __get($x,$y) {
/PHP-5.5/tests/basic/
H A D024.phpt7 a=ABC&y=XYZ&c[]=1&c[]=2&c[a]=3
16 ["y"]=>
28 string(30) "a=ABC&y=XYZ&c[]=1&c[]=2&c[a]=3"
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar10 …�����������-���setup/exceptions/gtUnknownOptionException.phpM�����JM�����y˶������.���setup/exc…
2071 ?>��:y��D�7��`_g�D��U���GBMB
H A Dcheck_parameters.php125 preg_match_all('/(\**)\s*(\w+(?:\[\s*\w*\s*\])?)\s*(=?)/S', $x[6], $y, PREG_SET_ORDER);
126 foreach ($y as $z) {
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch75 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c3414 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
3415 #define F2(x, y, z) F1(z, x, y) argument
3416 #define F3(x, y, z) (x ^ y ^ z) argument
3417 #define F4(x, y, z) (y ^ (x | ~z)) argument
3420 #define MD5STEP(f, w, x, y, z, data, s) \ argument
3421 ( w += f(x, y, z) + data, w = w<<s | w>>(32-s), w += x )
/PHP-5.5/sapi/embed/
H A Dphp_embed.h36 #define PHP_EMBED_START_BLOCK(x,y) { \ argument
38 php_embed_init(x, y PTSRMLS_CC); \
47 #define PHP_EMBED_START_BLOCK(x,y) { \ argument
48 php_embed_init(x, y); \
/PHP-5.5/sapi/fpm/
H A Dconfig.m4334 AC_TRY_COMPILE([ #include <sys/socket.h> ], [int x = SO_LISTENQLIMIT; int y = SO_LISTENQLEN;], [

Completed in 43 milliseconds

12345678910>>...15