Home
last modified time | relevance | path

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

12345678

/PHP-8.0/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
H A Dbug38211.phpt2 Bug #38211 (variable name and cookie name match breaks script execution)
H A Dbug71841.phpt40 The script tried to modify a property on an incomplete object. Please ensure that the class definit…
41 The script tried to modify a property on an incomplete object. Please ensure that the class definit…
42 The script tried to modify a property on an incomplete object. Please ensure that the class definit…
/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_call_graph.c47 int zend_analyze_calls(zend_arena **arena, zend_script *script, uint32_t build_flags, zend_op_array… in zend_analyze_calls() argument
67 script, op_array, opline, &is_prototype); in zend_analyze_calls()
222 int zend_build_call_graph(zend_arena **arena, zend_script *script, zend_call_graph *call_graph) /* … in zend_build_call_graph() argument
225 zend_foreach_op_array(script, zend_op_array_calc, call_graph); in zend_build_call_graph()
230 zend_foreach_op_array(script, zend_op_array_collect, call_graph); in zend_build_call_graph()
236 void zend_analyze_call_graph(zend_arena **arena, zend_script *script, zend_call_graph *call_graph) … in zend_analyze_call_graph() argument
241 zend_analyze_calls(arena, script, 0, call_graph->op_arrays[i], call_graph->func_infos + i); in zend_analyze_call_graph()
H A Descape_analysis.c151 static inline zend_class_entry *get_class_entry(const zend_script *script, zend_string *lcname) /* … in get_class_entry() argument
153 zend_class_entry *ce = script ? zend_hash_find_ptr(&script->class_table, lcname) : NULL; in get_class_entry()
167 …_def(zend_op_array *op_array, zend_ssa *ssa, int def, int var, const zend_script *script) /* {{{ */ in is_allocation_def() argument
179 zend_class_entry *ce = get_class_entry(script, Z_STR_P(CRT_CONSTANT(opline->op1)+1)); in is_allocation_def()
231 …_def(zend_op_array *op_array, zend_ssa *ssa, int def, int var, const zend_script *script) /* {{{ */ in is_local_def() argument
246 zend_class_entry *ce = get_class_entry(script, Z_STR_P(CRT_CONSTANT(opline->op1)+1)); in is_local_def()
385 int zend_ssa_escape_analysis(const zend_script *script, zend_op_array *op_array, zend_ssa *ssa) /* … in zend_ssa_escape_analysis() argument
403 && is_allocation_def(op_array, ssa, ssa_vars[i].definition, i, script)) { in zend_ssa_escape_analysis()
436 if (!is_local_def(op_array, ssa, ssa_vars[i].definition, i, script)) { in zend_ssa_escape_analysis()
442 && is_allocation_def(op_array, ssa, ssa_vars[i].definition, i, script)) { in zend_ssa_escape_analysis()
H A Dzend_optimizer_internal.h46 zend_script *script; member
112 zend_script *script, zend_op_array *op_array, zend_op *opline, zend_bool *is_prototype);
118 int zend_ssa_escape_analysis(const zend_script *script, zend_op_array *op_array, zend_ssa *ssa);
121 void zend_foreach_op_array(zend_script *script, zend_op_array_func_t func, void *context);
/PHP-8.0/ext/opcache/tests/
H A Dzzz_basic_logging.phpt4 This test runs a simple PHP script and ensures the Opcache
23 %s Message Cached script '%sbasic_logging%s'
/PHP-8.0/win32/build/
H A Dphpize.js.in17 // This generates a configure script for win32 build
24 re = /\\script/i;
207 // Write the head of the configure script
224 C.Write(file_get_contents(PHP_DIR + "//script//ext_deps.js"));
225 if (FSO.FileExists(PHP_DIR + "/script/ext_pickle.js")) {
226 C.Write(file_get_contents(PHP_DIR + "//script//ext_pickle.js"));
229 C.Write(file_get_contents(PHP_DIR + "/script/confutils.js"));
230 C.Write(file_get_contents(PHP_DIR + "/script/config.phpize.js"));
233 modules = file_get_contents(PHP_DIR + "/script/config.w32.phpize.in");
264 C.Write(file_get_contents(PHP_DIR + "\\script\\configure.tail"));
[all …]
H A DMakefile237 @if not exist $(BUILD_DIR_DEV)\script mkdir $(BUILD_DIR_DEV)\script >nul
239 @copy run-tests.php $(BUILD_DIR_DEV)\script\ /y >nul
241 @copy win32\build\confutils.js $(BUILD_DIR_DEV)\script\ /y >nul
242 @copy win32\build\configure.tail $(BUILD_DIR_DEV)\script\ /y >nul
243 @copy win32\build\config.w32.phpize.in $(BUILD_DIR_DEV)\script\ /y >nul
244 @copy win32\build\Makefile.phpize $(BUILD_DIR_DEV)\script\ /y >nul
248 @copy $(BUILD_DIR)\devel\config.phpize.js $(BUILD_DIR_DEV)\script\ /y >nul
249 @copy $(BUILD_DIR)\devel\phpize.js $(BUILD_DIR_DEV)\script\ /y >nul
250 @copy $(BUILD_DIR)\devel\ext_deps.js $(BUILD_DIR_DEV)\script\ /y >nul
/PHP-8.0/sapi/cli/tests/
H A D021.phpt21 $script = "#!$php -n\n".
27 file_put_contents($filename, $script);
H A Dbug77561.phpt2 Bug #77561: Shebang line not stripped for non-primary script
/PHP-8.0/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
104 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
91 file content:This is a file in script dir
H A Dgzopen_variation4.phpt88 // create a file in the script directory
90 gzwrite($h, "This is a file in script dir");
93 //should read the file in script dir
117 This is a file in script dir
136 This is a file in script dir
/PHP-8.0/ext/standard/tests/serialize/
H A Dincomplete_class.phpt23 The script tried to modify a property on an incomplete object. Please ensure that the class definit…
25 Warning: main(): The script tried to access a property on an incomplete object. Please ensure that …
28 Warning: main(): The script tried to access a property on an incomplete object. Please ensure that …
/PHP-8.0/ext/standard/tests/file/
H A Dreadfile_variation7.phpt31 fwrite($h, "File in script location");
41 File in script location
H A Dfile_get_contents_variation2.phpt33 fwrite($h, "File in script location");
43 File in script location
/PHP-8.0/
H A Dbuildconf29 PHP on *nix systems (configure and main/php_config.h.in). The configure script
31 releases downloaded from PHP.net already include the configure script so
33 from the Git repository, buildconf is used for generating a new configure script
/PHP-8.0/ext/opcache/
H A Dzend_file_cache.h22 int zend_file_cache_script_store(zend_persistent_script *script, int in_shm);
/PHP-8.0/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-8.0/scripts/
H A Dphpize.in112 Make sure that the file exists and is executable and then rerun this script.
129 \$PHP_AUTOCONF environment variable. Then, rerun this script.
137 \$PHP_AUTOHEADER environment variable. Then, rerun this script.
/PHP-8.0/tests/basic/
H A Dbug54514.phpt2 Req #54514 (Get php binary path during script execution)
/PHP-8.0/sapi/phpdbg/tests/
H A Dnormal_exit.phpt2 A script with die() must end "normally"

Completed in 43 milliseconds

12345678