Home
last modified time | relevance | path

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

12345678

/PHP-7.4/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_locale2.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 …]
/PHP-7.4/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-7.4/ext/opcache/
H A Dzend_file_cache.c114 (((char*)(ptr) >= (char*)script->mem && (char*)(ptr) < (char*)script->mem + script->size) || \
816 info->script_offset = (char*)script - (char*)script->mem;
819 memcpy(buf, script->mem, script->size);
971 write(fd, buf, script->size) != script->size ||
1507 UNSERIALIZE_STR(script->script.filename);
1509 zend_file_cache_unserialize_hash(&script->script.class_table,
1511 zend_file_cache_unserialize_hash(&script->script.function_table,
1513 zend_file_cache_unserialize_op_array(&script->script.main_op_array, script, buf);
1637 return script;
1698 …_accel_hash_update(&ZCSG(hash), ZSTR_VAL(script->script.filename), ZSTR_LEN(script->script.filenam…
[all …]
H A Dzend_persist.h25 int zend_accel_script_persistable(zend_persistent_script *script);
26 uint32_t zend_accel_script_persist_calc(zend_persistent_script *script, const char *key, unsigned i…
27 zend_persistent_script *zend_accel_script_persist(zend_persistent_script *script, const char **key,…
H A DZendAccelerator.c3341 zend_string_hash_val(script->script.filename); in preload_compile_file()
3342 script->script.main_op_array = *op_array; in preload_compile_file()
3352 zend_hash_add_ptr(preload_scripts, script->script.filename, script); in preload_compile_file()
3845 zend_hash_add(&script->script.class_table, key, zv); in preload_link()
4228 zend_script *script = &ZCSG(preload_script)->script; in preload_load() local
4566 script->script.main_op_array.last = 1; in accel_preload()
4567 script->script.main_op_array.last_literal = 1; in accel_preload()
4571 script->script.main_op_array.literals = (zval*)(script->script.main_op_array.opcodes + 1); in accel_preload()
4573 ZVAL_NULL(script->script.main_op_array.literals); in accel_preload()
4578 …ZEND_PASS_TWO_UPDATE_CONSTANT(&script->script.main_op_array, script->script.main_op_array.opcodes,… in accel_preload()
[all …]
H A Dzend_accelerator_util_funcs.h31 void zend_accel_move_user_functions(HashTable *str, uint32_t count, zend_script *script);
32 void zend_accel_move_user_classes(HashTable *str, uint32_t count, zend_script *script);
H A Dzend_accelerator_util_funcs.c65 persistent_script->script.function_table.pDestructor = NULL; in free_persistent_script()
66 persistent_script->script.class_table.pDestructor = NULL; in free_persistent_script()
69 zend_hash_destroy(&persistent_script->script.function_table); in free_persistent_script()
70 zend_hash_destroy(&persistent_script->script.class_table); in free_persistent_script()
72 if (persistent_script->script.filename) { in free_persistent_script()
91 dst = &script->function_table; in zend_accel_move_user_functions()
92 filename = script->main_op_array.filename; in zend_accel_move_user_functions()
122 dst = &script->class_table; in zend_accel_move_user_classes()
123 filename = script->main_op_array.filename; in zend_accel_move_user_classes()
738 *op_array = persistent_script->script.main_op_array; in zend_accel_load_script()
[all …]
/PHP-7.4/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-7.4/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-7.4/win32/build/
H A Dphpize.bat3 cscript /nologo /e:jscript %PHP_BUILDCONF_PATH%\script\phpize.js %*
5 echo Error generating configure script, configure script was not copied
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug69646.phpt24 $script = __DIR__ . DIRECTORY_SEPARATOR . "arginfo.php";
25 file_put_contents($script, $helper_script);
27 $cmd = PHP_BINARY . " " . $script . " " . escapeshellarg($a) . " " . escapeshellarg($b);
31 unlink($script);
/PHP-7.4/ext/standard/tests/math/
H A Dlcg_value_basic.phpt6 echo "MATHS test script started\n";
40 echo "MATHS test script completed\n";
44 MATHS test script started
56 MATHS test script completed
/PHP-7.4/sapi/cli/tests/
H A Dbug64529.phpt20 $script = __DIR__ . "/expect.sh";
59 file_put_contents($script, $expect_script);
61 system($expect_executable . " " . $script . " " . $php_executable);
63 @unlink($script);
/PHP-7.4/azure/
H A Dcoverage_job.yml14 - script: |
20 - script: make -j$(/usr/bin/nproc) >/dev/null
35 - script: bash <(curl -s https://codecov.io/bash)
38 - script: |
H A Dsetup.yml2 - script: |
11 - script: ./azure/setup-slapd.sh
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_call_graph.c53 static int zend_foreach_op_array(zend_call_graph *call_graph, zend_script *script, zend_op_array_fu… in zend_foreach_op_array() argument
59 if (func(call_graph, &script->main_op_array) != SUCCESS) { in zend_foreach_op_array()
63 ZEND_HASH_FOREACH_PTR(&script->function_table, op_array) { in zend_foreach_op_array()
69 ZEND_HASH_FOREACH_STR_KEY_PTR(&script->class_table, key, ce) { in zend_foreach_op_array()
87 int zend_analyze_calls(zend_arena **arena, zend_script *script, uint32_t build_flags, zend_op_array… in zend_analyze_calls() argument
106 script, op_array, opline, (build_flags & ZEND_RT_CONSTANTS) != 0); in zend_analyze_calls()
257 int zend_build_call_graph(zend_arena **arena, zend_script *script, uint32_t build_flags, zend_call_… in zend_build_call_graph() argument
262 if (zend_foreach_op_array(call_graph, script, zend_op_array_calc) != SUCCESS) { in zend_build_call_graph()
268 if (zend_foreach_op_array(call_graph, script, zend_op_array_collect) != SUCCESS) { in zend_build_call_graph()
272 …zend_analyze_calls(arena, script, build_flags, call_graph->op_arrays[i], call_graph->func_infos + … in zend_build_call_graph()
/PHP-7.4/ext/standard/tests/strings/
H A Dstrip_tags_basic1.phpt22 "<script language=\"PHP\"> echo hello </script>",
23 '<script language=\"PHP\"> echo hello </script>',
/PHP-7.4/
H A Dbuildconf.bat7 IF NOT EXIST %PHP_BUILDCONF_PATH% (echo Error generating configure script, configure script was not…
/PHP-7.4/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-7.4/azure/macos/
H A Dbrew.yml5 - script: |
11 - script: |
/PHP-7.4/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-7.4/ext/standard/tests/file/
H A Dfopen_variation12.phpt38 echo "Not created in script dir\n";
41 echo "created in script dir\n";
50 Not created in script dir
H A Dfopen_variation5.phpt106 // create a file in the script directory
108 fwrite($h, "in script dir");
111 //should read the file in script dir
133 in script dir
140 in script dir
147 in script dir

Completed in 55 milliseconds

12345678