init web ems all
This commit is contained in:
BIN
wxc2_omc/performance/mscCsta/test/aa
Executable file
BIN
wxc2_omc/performance/mscCsta/test/aa
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 530 B |
11
wxc2_omc/performance/mscCsta/test/test.php
Executable file
11
wxc2_omc/performance/mscCsta/test/test.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<script language="JavaScript">
|
||||
</script>
|
||||
|
||||
<form name=myform>
|
||||
name:<input type=name size=10><br>
|
||||
<input type="image" src="../../images/search.gif" name="sub">
|
||||
</form>
|
||||
<?php
|
||||
$a=array("a",2=>"b");
|
||||
print_r($a);
|
||||
?>
|
||||
27
wxc2_omc/performance/mscCsta/test/test1.php
Executable file
27
wxc2_omc/performance/mscCsta/test/test1.php
Executable file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
//Include the head file
|
||||
require("../../inc/header.inc");
|
||||
?>
|
||||
|
||||
<?php
|
||||
|
||||
$value="87";
|
||||
//1000 0111
|
||||
$v=getBitValue($value,"0.0");
|
||||
echo "$v ";
|
||||
$v=getBitValue($value,"0.1");
|
||||
echo "$v ";
|
||||
$v=getBitValue($value,"0.2");
|
||||
echo "$v ";
|
||||
$v=getBitValue($value,"0.3");
|
||||
echo "$v ";
|
||||
$v=getBitValue($value,"1.0");
|
||||
echo "$v ";
|
||||
$v=getBitValue($value,"1.1");
|
||||
echo "$v ";
|
||||
$v=getBitValue($value,"1.2");
|
||||
echo "$v ";
|
||||
$v=getBitValue($value,"1.3");
|
||||
echo "$v ";
|
||||
|
||||
?>
|
||||
10
wxc2_omc/performance/mscCsta/test/test2.php
Executable file
10
wxc2_omc/performance/mscCsta/test/test2.php
Executable file
@@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head><title>Solution</title></head>
|
||||
<body>
|
||||
|
||||
<?
|
||||
$name=date("d");
|
||||
echo "Your name is $name,and your age is $age";
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user