Home
last modified time | relevance | path

Searched refs:script (Results 1 – 25 of 190) sorted by last modified time

12345678

/PHP-7.3/
H A DNEWS388 . Fixed bug #79412 (Opcache chokes and uses 100% CPU on specific script).
2351 . Fixed bug #74979 (Interactive shell opening instead of script execution
2356 script). (SammyK)
H A Dconfigure.ac2 dnl ## Process this file with autoconf to produce a configure script.
1625 echo "| WARNING: Your $APXS script is most likely broken."
1638 | script was not able to detect a simple feature on your platform. |
H A Dphp.ini-production228 ; Using this ini directive may cause problems unless you know what script
357 ; unless "declare(encoding=...)" directive appears at the top of the script.
377 ; Maximum execution time of each script, in seconds
399 ; Maximum amount of memory a script may consume (128MB)
656 ; that were passed when the script was invoked. These arrays are extremely
669 ; first used (Just In Time) instead of when the script starts. If these
821 ; script support running both as stand-alone script and via PHP CGI<. PHP in CGI
1085 ; the full path of the script, line number, To address and headers.
1355 ; You can use the script in the ext/session dir for that purpose.
1455 ; For example, the following script is the equivalent of setting
[all …]
H A Dphp.ini-development228 ; Using this ini directive may cause problems unless you know what script
357 ; unless "declare(encoding=...)" directive appears at the top of the script.
377 ; Maximum execution time of each script, in seconds
399 ; Maximum amount of memory a script may consume (128MB)
654 ; that were passed when the script was invoked. These arrays are extremely
667 ; first used (Just In Time) instead of when the script starts. If these
819 ; script support running both as stand-alone script and via PHP CGI<. PHP in CGI
1083 ; the full path of the script, line number, To address and headers.
1353 ; You can use the script in the ext/session dir for that purpose.
1453 ; For example, the following script is the equivalent of setting
[all …]
H A Dbuildconf.bat7 IF NOT EXIST %PHP_BUILDCONF_PATH% (echo Error generating configure script, configure script was not…
/PHP-7.3/build/
H A Dlibtool.m4205 # Use C for the default configuration in the libtool script
405 # Add some code to the start of the generated configure script which
1932 AC_MSG_WARN([output file \`$ofile' does not look like a libtool script])
4010 # If TAGNAME is not passed, then create an initial libtool script
4027 # variables and quote the copies for generation of the libtool script.
4141 # configuration script generated by Autoconf, you may include it under
4154 # The names of the tagged configurations supported by this script.
4379 # Same as above, but a single script fragment to be evaled but not shown.
4500 # libtool script then.
5532 … $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdi…
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_optimizer.c967 if (script && (ce = zend_hash_find_ptr(&script->class_table, class_name))) { in get_class_entry_from_op1()
996 if (script && (func = zend_hash_find_ptr(&script->function_table, function_name)) != NULL) { in zend_optimizer_get_called_func()
1014 if (script && (func = zend_hash_find_ptr(&script->function_table, Z_STR_P(function_name)))) { in zend_optimizer_get_called_func()
1030 script, op_array, opline, rt_constants); in zend_optimizer_get_called_func()
1058 script, op_array, opline, rt_constants); in zend_optimizer_get_called_func()
1438 &ctx->script->function_table, in zend_adjust_fcall_stack_size()
1479 ctx.script = script; in zend_optimize_script()
1490 ZEND_HASH_FOREACH_PTR(&script->class_table, ce) { in zend_optimize_script()
1590 ZEND_HASH_FOREACH_PTR(&script->class_table, ce) { in zend_optimize_script()
1614 ZEND_HASH_FOREACH_PTR(&script->class_table, ce) { in zend_optimize_script()
[all …]
H A Dzend_inference.c2247 zend_class_entry *ce = script ? zend_hash_find_ptr(&script->class_table, lcname) : NULL; in get_class_entry()
2269 *pce = get_class_entry(script, lcname); in zend_fetch_arg_info()
2299 const zend_script *script, in zend_update_type_info() argument
2940 tmp = zend_fetch_arg_info(script, arg_info, &ce); in zend_update_type_info()
2990 …if (script && (ce = zend_hash_find_ptr(&script->class_table, Z_STR_P(CRT_CONSTANT_EX(op_array, opl… in zend_update_type_info()
3020 ce = get_class_entry(script, Z_STR_P(zv+1)); in zend_update_type_info()
3440 tmp = zend_fetch_arg_info(script, ret_info, &ce); in zend_update_type_info()
3852 const zend_script *script, in zend_init_func_return_info() argument
3859 ret->type = zend_fetch_arg_info(script, ret_info, &ret->ce); in zend_init_func_return_info()
3872 const zend_script *script, in zend_func_return_info() argument
[all …]
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
58 if (func(call_graph, &script->main_op_array) != SUCCESS) { in zend_foreach_op_array()
62 ZEND_HASH_FOREACH_PTR(&script->function_table, op_array) { in zend_foreach_op_array()
68 ZEND_HASH_FOREACH_PTR(&script->class_table, ce) { in zend_foreach_op_array()
81 int zend_analyze_calls(zend_arena **arena, zend_script *script, uint32_t build_flags, zend_op_array… in zend_analyze_calls() argument
100 script, op_array, opline, (build_flags & ZEND_RT_CONSTANTS) != 0); in zend_analyze_calls()
251 int zend_build_call_graph(zend_arena **arena, zend_script *script, uint32_t build_flags, zend_call_… in zend_build_call_graph() argument
256 if (zend_foreach_op_array(call_graph, script, zend_op_array_calc) != SUCCESS) { in zend_build_call_graph()
262 if (zend_foreach_op_array(call_graph, script, zend_op_array_collect) != SUCCESS) { in zend_build_call_graph()
266 …zend_analyze_calls(arena, script, build_flags, call_graph->op_arrays[i], call_graph->func_infos + … in zend_build_call_graph()
H A Ddfa_pass.c92 if (zend_build_ssa(&ctx->arena, ctx->script, op_array, build_flags, ssa) != SUCCESS) { in zend_dfa_analyze_op_array()
113 …if (zend_ssa_inference(&ctx->arena, op_array, ctx->script, ssa, ctx->optimization_level) != SUCCES… in zend_dfa_analyze_op_array()
117 if (zend_ssa_escape_analysis(ctx->script, op_array, ssa) != SUCCESS) { in zend_dfa_analyze_op_array()
289 uint32_t *opline_num = &ctx->script->first_early_binding_opline; in zend_ssa_remove_nops()
291 ZEND_ASSERT(op_array == &ctx->script->main_op_array); in zend_ssa_remove_nops()
H A Dzend_ssa.h146 int zend_build_ssa(zend_arena **arena, const zend_script *script, const zend_op_array *op_array, ui…
/PHP-7.3/ext/opcache/
H A DZendAccelerator.c1062 persistent_script->script.filename != full_path_ptr && in do_validate_timestamps()
1092 ps_handle.opened_path = persistent_script->script.filename; in do_validate_timestamps()
1413 ZSTR_VAL(new_persistent_script->script.filename), in store_script_in_file_cache()
1578 ZSTR_VAL(new_persistent_script->script.filename), in cache_script_in_shared_memory()
1804 new_persistent_script->script.first_early_binding_opline = in opcache_compile_file()
1808 new_persistent_script->script.main_op_array = *op_array; in opcache_compile_file()
1833 zend_string_hash_val(new_persistent_script->script.filename); in opcache_compile_file()
1871 if (persistent_script->script.filename) { in file_cache_compile_file()
1885 …izeof("phar://") - 1, ZSTR_VAL(persistent_script->script.filename), ZSTR_LEN(persistent_script->sc… in file_cache_compile_file()
2201 if (persistent_script->script.filename) { in persistent_compile_file()
[all …]
H A Dzend_file_cache.c112 (((char*)(ptr) >= (char*)script->mem && (char*)(ptr) < (char*)script->mem + script->size) || \
726 info->script_offset = (char*)script - (char*)script->mem;
729 memcpy(buf, script->mem, script->size);
892 write(fd, buf, script->size) != script->size ||
1339 UNSERIALIZE_STR(script->script.filename);
1341 zend_file_cache_unserialize_hash(&script->script.class_table,
1343 zend_file_cache_unserialize_hash(&script->script.function_table,
1345 zend_file_cache_unserialize_op_array(&script->script.main_op_array, script, buf);
1469 return script;
1528 …_accel_hash_update(&ZCSG(hash), ZSTR_VAL(script->script.filename), ZSTR_LEN(script->script.filenam…
[all …]
H A Dzend_accelerator_module.c56 ZEND_ARG_INFO(0, script)
61 ZEND_ARG_INFO(0, script)
557 zend_persistent_script *script; local
563 script = (zend_persistent_script *)cache_entry->data;
566 …add_assoc_str(&persistent_script_report, "full_path", zend_string_dup(script->script.filename, 0));
567 add_assoc_long(&persistent_script_report, "hits", (zend_long)script->dynamic_members.hits);
568 …add_assoc_long(&persistent_script_report, "memory_consumption", script->dynamic_members.memory_con…
569 ta = localtime(&script->dynamic_members.last_used);
574 …add_assoc_long(&persistent_script_report, "last_used_timestamp", script->dynamic_members.last_used…
576 add_assoc_long(&persistent_script_report, "timestamp", (zend_long)script->timestamp);
/PHP-7.3/Zend/
H A Dzend_language_scanner.c306 static const zend_encoding *zend_multibyte_detect_utf_encoding(const unsigned char *script, size_t … in zend_multibyte_detect_utf_encoding() argument
313 p = script; in zend_multibyte_detect_utf_encoding()
314 assert(p >= script); in zend_multibyte_detect_utf_encoding()
315 while ((size_t)(p-script) < script_size) { in zend_multibyte_detect_utf_encoding()
316 p = memchr(p, 0, script_size-(p-script)-2); in zend_multibyte_detect_utf_encoding()
330 p = script; in zend_multibyte_detect_utf_encoding()
331 assert(p >= script); in zend_multibyte_detect_utf_encoding()
332 while ((size_t)(p-script) < script_size) { in zend_multibyte_detect_utf_encoding()
H A Dzend_language_scanner.l303 static const zend_encoding *zend_multibyte_detect_utf_encoding(const unsigned char *script, size_t … in zend_multibyte_detect_utf_encoding() argument
310 p = script; in zend_multibyte_detect_utf_encoding()
311 assert(p >= script); in zend_multibyte_detect_utf_encoding()
312 while ((size_t)(p-script) < script_size) { in zend_multibyte_detect_utf_encoding()
313 p = memchr(p, 0, script_size-(p-script)-2); in zend_multibyte_detect_utf_encoding()
327 p = script; in zend_multibyte_detect_utf_encoding()
328 assert(p >= script); in zend_multibyte_detect_utf_encoding()
329 while ((size_t)(p-script) < script_size) { in zend_multibyte_detect_utf_encoding()
/PHP-7.3/ext/opcache/tests/
H A Dbug79412.phpt2 Bug #79412 (Opcache chokes and uses 100% CPU on specific script)
/PHP-7.3/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
H A Dphpize.js.in19 // This generates a configure script for win32 build
26 re = /\\script/i;
209 // Write the head of the configure script
220 C.Write(file_get_contents(PHP_DIR + "//script//ext_deps.js"));
221 if (FSO.FileExists(PHP_DIR + "/script/ext_pickle.js")) {
222 C.Write(file_get_contents(PHP_DIR + "//script//ext_pickle.js"));
225 C.Write(file_get_contents(PHP_DIR + "/script/confutils.js"));
226 C.Write(file_get_contents(PHP_DIR + "/script/config.phpize.js"));
229 modules = file_get_contents(PHP_DIR + "/script/config.w32.phpize.in");
260 C.Write(file_get_contents(PHP_DIR + "\\script\\configure.tail"));
[all …]
H A DMakefile240 @if not exist $(BUILD_DIR_DEV)\script mkdir $(BUILD_DIR_DEV)\script >nul
242 @copy run-tests.php $(BUILD_DIR_DEV)\script\ /y >nul
243 @copy win32\build\confutils.js $(BUILD_DIR_DEV)\script\ /y >nul
244 @copy win32\build\configure.tail $(BUILD_DIR_DEV)\script\ /y >nul
245 @copy win32\build\config.w32.phpize.in $(BUILD_DIR_DEV)\script\ /y >nul
246 @copy win32\build\Makefile.phpize $(BUILD_DIR_DEV)\script\ /y >nul
250 @copy $(BUILD_DIR)\devel\config.phpize.js $(BUILD_DIR_DEV)\script\ /y >nul
251 @copy $(BUILD_DIR)\devel\phpize.js $(BUILD_DIR_DEV)\script\ /y >nul
252 @copy $(BUILD_DIR)\devel\ext_deps.js $(BUILD_DIR_DEV)\script\ /y >nul
/PHP-7.3/win32/
H A Dphp7dllts.rc1 //Microsoft Developer Studio generated resource script.
H A Dphp7ts.rc1 //Microsoft Developer Studio generated resource script.
H A Dphp7ts_cli.rc1 //Microsoft Developer Studio generated resource script.
/PHP-7.3/tests/classes/
H A Dbug63462.phpt2 Test script to verify that magic methods should be called only once when accessing an unset propert…
/PHP-7.3/sapi/phpdbg/
H A Dxml.md141 - isrunning: command requires no running script
394 - runs the script (set via exec command)
395 - &lt;stop type="end" />: script execution ended normally

Completed in 109 milliseconds

12345678