Home
last modified time | relevance | path

Searched refs:script (Results 26 – 50 of 201) sorted by relevance

123456789

/PHP-7.1/ext/standard/tests/file/
H A Dfgetss1.phpt11 "aaa<script>function foo() {}</script>qqq",
29 var_dump(fgetss($fp, 10, "<script>,<a>"));
H A Dreadfile_variation7.phpt38 fwrite($h, "File in script location");
49 File in script location
H A Dfile_get_contents_variation2.phpt40 fwrite($h, "File in script location");
51 File in script location
/PHP-7.1/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"
H A Dreadgzfile_variation15.phpt69 // 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-7.1/
H A DREADME.TESTING25 "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)
118 Example script to be run by cron(1):
160 If you find bug in PHP, you can submit bug report AND test script
161 for us. You don't have to write complete script, just give us test
[all …]
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_optimizer.c572 if (script && (ce = zend_hash_find_ptr(&script->class_table, class_name))) { in get_class_entry_from_op1()
601 if (script && (func = zend_hash_find_ptr(&script->function_table, function_name)) != NULL) { in zend_optimizer_get_called_func()
619 if (script && (func = zend_hash_find_ptr(&script->function_table, Z_STR_P(function_name)))) { in zend_optimizer_get_called_func()
635 script, op_array, opline, rt_constants); in zend_optimizer_get_called_func()
663 script, op_array, opline, rt_constants); in zend_optimizer_get_called_func()
900 &ctx->script->function_table, in zend_adjust_fcall_stack_size()
941 ctx.script = script; in zend_optimize_script()
946 zend_optimize_op_array(&script->main_op_array, &ctx); in zend_optimize_script()
952 ZEND_HASH_FOREACH_PTR(&script->class_table, ce) { in zend_optimize_script()
1030 ZEND_HASH_FOREACH_PTR(&script->class_table, ce) { in zend_optimize_script()
[all …]
H A Dzend_call_graph.h72 int zend_build_call_graph(zend_arena **arena, zend_script *script, uint32_t build_flags, zend_call_…
74 int zend_analyze_calls(zend_arena **arena, zend_script *script, uint32_t build_flags, zend_op_array…
/PHP-7.1/ext/opcache/
H A Dzend_persist.c854 script->mem = ZCG(mem); in zend_accel_script_persist()
864 script->corrupted = 0; in zend_accel_script_persist()
865 ZCG(current_persistent_script) = script; in zend_accel_script_persist()
869 script->corrupted = 1; in zend_accel_script_persist()
872 zend_accel_store_string(script->script.filename); in zend_accel_script_persist()
881 script->arena_mem = ZCG(arena_mem) = ZCG(mem); in zend_accel_script_persist()
884 zend_accel_persist_class_table(&script->script.class_table); in zend_accel_script_persist()
885 zend_hash_persist(&script->script.function_table, zend_persist_op_array); in zend_accel_script_persist()
886 zend_persist_op_array_ex(&script->script.main_op_array, script); in zend_accel_script_persist()
888 script->corrupted = 0; in zend_accel_script_persist()
[all …]
H A Dzend_file_cache.h22 int zend_file_cache_script_store(zend_persistent_script *script, int in_shm);
H A DZendAccelerator.c913 persistent_script->script.filename != full_path_ptr && in do_validate_timestamps()
943 ps_handle.filename = ZSTR_VAL(persistent_script->script.filename); in do_validate_timestamps()
944 ps_handle.opened_path = persistent_script->script.filename; in do_validate_timestamps()
1257 ZSTR_VAL(new_persistent_script->script.filename), in store_script_in_file_cache()
1373 ZSTR_VAL(new_persistent_script->script.filename), in cache_script_in_shared_memory()
1590 new_persistent_script->script.main_op_array = *op_array; in opcache_compile_file()
1615 zend_string_hash_val(new_persistent_script->script.filename); in opcache_compile_file()
1653 if (persistent_script->script.filename) { in file_cache_compile_file()
1667 …izeof("phar://") - 1, ZSTR_VAL(persistent_script->script.filename), ZSTR_LEN(persistent_script->sc… in file_cache_compile_file()
1938 if (persistent_script->script.filename) { in persistent_compile_file()
[all …]
/PHP-7.1/sapi/cli/tests/
H A D021.phpt21 $script = "#!$php -n\n".
27 file_put_contents($filename, $script);
/PHP-7.1/ext/fileinfo/tests/
H A Dfinfo_file_regex.phpt11 * resources/test.awk: awk script, ASCII text
28 string(30) "awk or perl script, ASCII text"
/PHP-7.1/ext/standard/tests/serialize/
H A Dincomplete_class.phpt20 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
22 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
25 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
/PHP-7.1/win32/build/
H A DMakefile224 @if not exist $(BUILD_DIR_DEV)\script mkdir $(BUILD_DIR_DEV)\script >nul
226 @copy run-tests.php $(BUILD_DIR_DEV)\script\ /y >nul
227 @copy win32\build\confutils.js $(BUILD_DIR_DEV)\script\ /y >nul
228 @copy win32\build\configure.tail $(BUILD_DIR_DEV)\script\ /y >nul
229 @copy win32\build\config.w32.phpize.in $(BUILD_DIR_DEV)\script\ /y >nul
230 @copy win32\build\Makefile.phpize $(BUILD_DIR_DEV)\script\ /y >nul
234 @copy $(BUILD_DIR)\devel\config.phpize.js $(BUILD_DIR_DEV)\script\ /y >nul
235 @copy $(BUILD_DIR)\devel\phpize.js $(BUILD_DIR_DEV)\script\ /y >nul
236 @copy $(BUILD_DIR)\devel\ext_deps.js $(BUILD_DIR_DEV)\script\ /y >nul
/PHP-7.1/scripts/
H A Dphpize.in111 Make sure that the file exists and is executable and then rerun this script.
128 \$PHP_AUTOCONF environment variable. Then, rerun this script.
136 \$PHP_AUTOHEADER environment variable. Then, rerun this script.
/PHP-7.1/sapi/apache2handler/
H A DREADME8 reading a script from disk). The content goes then through
10 your script and hands the output to the next filter (which will
18 function, and tried to stop any method where a php script can run another php
19 script while it is being run.
/PHP-7.1/ext/session/tests/
H A Dsession_basic5.phpt123 <form action="script.php" method="post">
127 <form action="../script.php" method="post">r
131 <form action="/path/script.php" method="post">
135 <form action="../path/script.php" method="post">
139 <form method="post" action="http://php.net/script.php">
143 <form method="post" action="https://php.net/script.php">
147 <form method="post" action="//php.net/script.php">
204 <form action="//bad.com/script.php" method="post">
228 <form method="post" action="//bad.com/script.php">
413 <form action="//bad.com/script.php" method="post">
[all …]
/PHP-7.1/tests/lang/
H A Dinclude_variation1.phpt2 include() a file from the current script directory
H A Dinclude_variation3.phpt2 Including a file in the current script directory from eval'd code
H A Dinclude_variation2.phpt2 Including a file in the current script directory from an included function
/PHP-7.1/Zend/tests/
H A Dbug38211.phpt2 Bug #38211 (variable name and cookie name match breaks script execution)
/PHP-7.1/ext/intl/doc/
H A Dlocale_api.php176 public static function getDisplayScript($script, $in_locale = null) {} argument
359 function locale_get_display_script($script, $in_locale = null) {} argument
/PHP-7.1/sapi/phpdbg/tests/
H A Dnormal_exit.phpt2 A script with die() must end "normally"
/PHP-7.1/tests/basic/
H A Dbug54514.phpt2 Req #54514 (Get php binary path during script execution)

Completed in 59 milliseconds

123456789