/PHP-5.3/tests/lang/ |
H A D | script_tag.phpt | 2 <script> tag 4 <script language=php> echo "ola\n";</script> 5 <script language="php"> echo "ola2\n";</script> 6 <script language='php'> echo "ola3\n";</script> 7 texto <sc <s <script> <script language> <script language=> 8 <script language=php> 16 texto <sc <s <script> <script language> <script language=>
|
/PHP-5.3/ext/intl/tests/ |
H A D | locale_get_script.phpt | 87 root: script='' 89 Hindi: script='' 90 de: script='' 91 fr: script='' 92 ja: script='' 100 sl-rozaj: script='' 105 de-DE: script='' 106 en-US: script='' 107 es-419: script='' 110 zh-min: script='' [all …]
|
H A D | locale_parse_locale.phpt | 125 language : 'zh' , script : 'Hant' , 128 language : 'zh' , script : 'Hans' , 131 language : 'sr' , script : 'Cyrl' , 134 language : 'sr' , script : 'Latn' , 137 language : 'zh' , script : 'Hans' , region : 'CN' , 140 language : 'sr' , script : 'Latn' , region : 'CS' , 155 language : 'sl' , script : 'Latn' , region : 'IT' , variant0 : 'NEDIS' , 170 language : 'az' , script : 'Arab' , private0 : 'AZE' , private1 : 'derbend' , 179 language : 'qaa' , script : 'Qaaa' , region : 'QM' , private0 : 'southern' , 182 language : 'sr' , script : 'Latn' , region : 'QM' , [all …]
|
H A D | locale_parse_locale2.phpt | 126 language : 'zh' , script : 'Hant' , 129 language : 'zh' , script : 'Hans' , 132 language : 'sr' , script : 'Cyrl' , 135 language : 'sr' , script : 'Latn' , 138 language : 'zh' , script : 'Hans' , region : 'CN' , 141 language : 'sr' , script : 'Latn' , region : 'CS' , 156 language : 'sl' , script : 'Latn' , region : 'IT' , variant0 : 'NEDIS' , 171 language : 'az' , script : 'Arab' , private0 : 'AZE' , private1 : 'derbend' , 180 language : 'qaa' , script : 'Qaaa' , region : 'QM' , private0 : 'southern' , 183 language : 'sr' , script : 'Latn' , region : 'QM' , [all …]
|
/PHP-5.3/ext/filter/tests/ |
H A D | 052.phpt | 12 $data = array ('bar' => array ('fu<script>bar', 'bar<script>fu') ); 33 string(13) "fu<script>bar" 35 string(13) "bar<script>fu" 51 string(13) "fu<script>bar" 53 string(13) "bar<script>fu" 69 string(13) "fu<script>bar" 71 string(13) "bar<script>fu"
|
H A D | 042.phpt | 7 $var = 'XYZ< script>alert(/ext/filter+bypass/);< /script>ABC'; 12 script>alert(/ext/filter+bypass/);< 13 /script>ABC';
|
/PHP-5.3/ext/tokenizer/tests/ |
H A D | token_get_all_variation19.phpt | 2 Reconstructing a script using token_get_all() 9 // A php script to test token_get_all() 33 $script = ""; 34 // reconstruct a script (without open/close tags) from the token array 43 $script .= $token[1]; 45 $script .= $token; 49 var_dump($script); 51 eval($script); 57 // A php script to test token_get_all()
|
/PHP-5.3/ext/standard/tests/url/ |
H A D | bug54180.phpt | 6 var_dump(parse_url("http://example.com/path/script.html?t=1#fragment?data")); 7 var_dump(parse_url("http://example.com/path/script.html#fragment?data")); 17 string(17) "/path/script.html" 29 string(17) "/path/script.html"
|
/PHP-5.3/ext/sqlite/libsqlite/ |
H A D | README | 9 script found at the root of the source tree. Then run "make". 16 ../sqlite/configure ;# Run the configure script 19 The configure script uses autoconf 2.50 and libtool. If the configure 20 script does not work out for you, there is a generic makefile named 26 not the configure script. The configure script is unmaintained. (You 27 can volunteer to take over maintenance of the configure script, if you want!) 30 script at the top-level of the source tree.
|
/PHP-5.3/win32/build/ |
H A D | phpize.bat | 3 cscript /nologo %PHP_BUILDCONF_PATH%\script\phpize.js %* 5 IF NOT EXIST %PHP_BUILDCONF_PATH% (echo Error generating configure script, configure script was not…
|
H A D | Makefile | 175 @if not exist $(BUILD_DIR_DEV)\script mkdir $(BUILD_DIR_DEV)\script >nul 177 @copy win32\build\confutils.js $(BUILD_DIR_DEV)\script\ /y >nul 178 @copy win32\build\configure.tail $(BUILD_DIR_DEV)\script\ /y >nul 179 @copy win32\build\config.w32.phpize.in $(BUILD_DIR_DEV)\script\ /y >nul 180 @copy win32\build\Makefile.phpize $(BUILD_DIR_DEV)\script\ /y >nul 183 @copy $(BUILD_DIR)\devel\config.phpize.js $(BUILD_DIR_DEV)\script\ /y >nul 184 @copy $(BUILD_DIR)\devel\phpize.js $(BUILD_DIR_DEV)\script\ /y >nul 185 @copy $(BUILD_DIR)\devel\ext_deps.js $(BUILD_DIR_DEV)\script\ /y >nul
|
/PHP-5.3/ext/standard/tests/math/ |
H A D | lcg_value_basic.phpt | 6 echo "MATHS test script started\n"; 40 echo "MATHS test script completed\n"; 45 MATHS test script started 53 MATHS test script completed
|
/PHP-5.3/ext/standard/tests/strings/ |
H A D | strip_tags_basic1.phpt | 24 "<script language=\"PHP\"> echo hello </script>", 25 '<script language=\"PHP\"> echo hello </script>',
|
/PHP-5.3/ |
H A D | buildconf.bat | 7 IF NOT EXIST %PHP_BUILDCONF_PATH% (echo Error generating configure script, configure script was not…
|
H A D | README.TESTING | 25 "make test" basically executes "run-tests.php" script 27 can execute the script as follows: 35 If you are running the run-tests.php script from the command line (as above) 46 executing "run-tests.php" script, you may get errors. 81 the "run-tests.php" script saves the result, the expected result and the 82 code executed to the test script directory. For example, if 88 ext/myext/tests/myext.out - output from test script (O) 117 Example script to be run by cron(1): 159 If you find bug in PHP, you can submit bug report AND test script 160 for us. You don't have to write complete script, just give us test [all …]
|
/PHP-5.3/tests/run-test/ |
H A D | test010.phpt | 11 use this to input some thing to the php script 14 use this to input some thing to the php script
|
/PHP-5.3/Zend/tests/ |
H A D | bug32322.phpt | 45 echo "Class " . $this -> myname . " destroyed at script end\n"; 47 echo "Class " . $this -> myname . " destroyed beforce script end\n"; 79 Class Singleton1 destroyed at script end 80 Class Singleton2 destroyed at script end
|
/PHP-5.3/ext/standard/tests/file/ |
H A D | fopen_variation5.phpt | 107 // create a file in the script directory 109 fwrite($h, (binary) "in script dir"); 112 //should read the file in script dir 135 in script dir 142 in script dir 149 in script dir
|
H A D | fopen_variation8.phpt | 106 // create a file in the script directory 108 fwrite($h, (binary) "in script dir"); 111 //should read the file in script dir 134 in script dir 141 in script dir 148 in script dir
|
H A D | fopen_variation12.phpt | 39 echo "Not created in script dir\n"; 42 echo "created in script dir\n"; 51 Not created in script dir
|
H A D | fgetss1.phpt | 11 "aaa<script>function foo() {}</script>qqq", 29 var_dump(fgetss($fp, 10, "<script>,<a>"));
|
/PHP-5.3/ext/standard/tests/serialize/ |
H A D | serialization_objects_005.phpt | 93 Notice: main(): The script tried to execute a method or access a property of an incomplete object. … 96 Notice: main(): The script tried to execute a method or access a property of an incomplete object. … 98 Notice: main(): The script tried to execute a method or access a property of an incomplete object. … 101 Notice: main(): The script tried to execute a method or access a property of an incomplete object. … 104 Notice: main(): The script tried to execute a method or access a property of an incomplete object. … 107 Notice: main(): The script tried to execute a method or access a property of an incomplete object. … 110 Notice: main(): The script tried to execute a method or access a property of an incomplete object. … 112 Notice: main(): The script tried to execute a method or access a property of an incomplete object. … 115 Notice: main(): The script tried to execute a method or access a property of an incomplete object. … 117 Notice: main(): The script tried to execute a method or access a property of an incomplete object. … [all …]
|
/PHP-5.3/ext/zlib/tests/ |
H A D | gzfile_variation15.phpt | 65 // create a file in the script directory 67 gzwrite($h, "This is a file in script dir"); 70 //should read the file in script dir 105 string(28) "This is a file in script dir"
|
H A D | readgzfile_variation15.phpt | 69 // create a file in the script directory 71 gzwrite($h, "This is a file in script dir"); 74 //should read the file in script dir 92 file content:This is a file in script dir
|
/PHP-5.3/sapi/cli/tests/ |
H A D | 021.phpt | 21 $script = "#!$php -n\n". 27 file_put_contents($filename, $script);
|