Home
last modified time | relevance | path

Searched refs:script (Results 1 – 25 of 178) sorted by relevance

12345678

/PHP-5.5/tests/lang/
H A Dscript_tag.phpt2 <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.5/ext/intl/tests/
H A Dlocale_get_script.phpt87 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 Dlocale_parse_locale.phpt125 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 Dlocale_parse_locale2.phpt126 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.5/ext/filter/tests/
H A D052.phpt12 $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 D042.phpt7 $var = 'XYZ< script>alert(/ext/filter+bypass/);< /script>ABC';
12 script>alert(/ext/filter+bypass/);<
13 /script>ABC';
/PHP-5.5/ext/tokenizer/tests/
H A Dtoken_get_all_variation19.phpt2 Reconstructing a script using token_get_all()
11 // A php script to test token_get_all()
35 $script = "";
36 // reconstruct a script (without open/close tags) from the token array
45 $script .= $token[1];
47 $script .= $token;
51 var_dump($script);
53 eval($script);
59 // A php script to test token_get_all()
/PHP-5.5/ext/fileinfo/
H A Dmagicdata.patch22 0 string/wt #!\ /usr/bin/awk awk script text executable
24 -0 regex =^\\s*BEGIN\\s*[{] awk script text
25 +0 regex =^\\s{0,100}BEGIN\\s{0,100}[{] awk script text
28 0 string/wt #!\ /bin/rc Plan 9 rc shell script text executable
47 0 string/wt #!\ /usr/bin/awk awk script text executable
49 -0 regex =^\\s{0,100}BEGIN\\s{0,100}[{] awk script text
51 +>0 regex =^\\s{0,100}BEGIN\\s{0,100}[{] awk script text
54 0 string/wt #!\ /bin/rc Plan 9 rc shell script text executable
73 0 string/wt #!\ /usr/bin/awk awk script text executable
76 ->0 regex =^\\s{0,100}BEGIN\\s{0,100}[{] awk script text
[all …]
/PHP-5.5/ext/opcache/
H A Dzend_persist.h25 int zend_accel_script_persistable(zend_persistent_script *script);
26 uint zend_accel_script_persist_calc(zend_persistent_script *script, char *key, unsigned int key_len…
27 zend_persistent_script *zend_accel_script_persist(zend_persistent_script *script, char **key, unsig…
/PHP-5.5/ext/standard/tests/url/
H A Dbug54180.phpt6 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.5/win32/build/
H A Dphpize.bat3 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 Dphpize.js.in20 // This generates a configure script for win32 build
28 re = /\\script/i;
211 // Write the head of the configure script
212 C.WriteLine("/* This file automatically generated from script/confutils.js */");
217 C.Write(file_get_contents(PHP_DIR + "//script//ext_deps.js"));
218 if (FSO.FileExists(PHP_DIR + "/script/ext_pickle.js")) {
219 C.Write(file_get_contents(PHP_DIR + "//script//ext_pickle.js"));
222 C.Write(file_get_contents(PHP_DIR + "/script/confutils.js"));
223 C.Write(file_get_contents(PHP_DIR + "/script/config.phpize.js"));
236 modules = file_get_contents(PHP_DIR + "/script/config.w32.phpize.in");
[all …]
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug69646.phpt24 $script = dirname(__FILE__) . DIRECTORY_SEPARATOR . "arginfo.php";
25 file_put_contents($script, $helper_script);
27 $cmd = PHP_BINARY . " " . $script . " " . escapeshellarg($a) . " " . escapeshellarg($b);
31 unlink($script);
/PHP-5.5/ext/standard/tests/math/
H A Dlcg_value_basic.phpt6 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.5/sapi/cli/tests/
H A Dbug64529.phpt17 $script = __DIR__ . "/expect.sh";
56 file_put_contents($script, $expect_script);
58 system($expect_executable . " " . $script . " " . $php_executable);
60 @unlink($script);
/PHP-5.5/ext/standard/tests/strings/
H A Dstrip_tags_basic1.phpt24 "<script language=\"PHP\"> echo hello </script>",
25 '<script language=\"PHP\"> echo hello </script>',
/PHP-5.5/
H A Dbuildconf.bat7 IF NOT EXIST %PHP_BUILDCONF_PATH% (echo Error generating configure script, configure script was not…
/PHP-5.5/tests/run-test/
H A Dtest010.phpt11 use this to input some thing to the php script
14 use this to input some thing to the php script
/PHP-5.5/Zend/tests/
H A Dbug32322.phpt45 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.5/ext/standard/tests/file/
H A Dfopen_variation5.phpt107 // 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 Dfopen_variation8.phpt106 // 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 Dfopen_variation12.phpt39 echo "Not created in script dir\n";
42 echo "created in script dir\n";
51 Not created in script dir
H A Dfgetss1.phpt11 "aaa<script>function foo() {}</script>qqq",
29 var_dump(fgetss($fp, 10, "<script>,<a>"));
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_objects_005.phpt93 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.5/ext/zlib/tests/
H A Dgzfile_variation15.phpt65 // 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"

Completed in 40 milliseconds

12345678