Home
last modified time | relevance | path

Searched refs:script (Results 51 – 75 of 178) sorted by relevance

12345678

/PHP-5.5/ext/opcache/tests/
H A Dis_script_cached.phpt2 Test that script cached info is correct
H A Dbug69281.phpt2 Test that script cached info is correct with validate_timestamps disabled
/PHP-5.5/ext/zlib/tests/
H A Dgzopen_variation4.phpt86 // create a file in the script directory
88 gzwrite($h, "This is a file in script dir");
91 //should read the file in script dir
115 This is a file in script dir
159 This is a file in script dir
/PHP-5.5/ext/opcache/
H A Dzend_persist.c668 zend_persistent_script *zend_accel_script_persist(zend_persistent_script *script, char **key, unsig… argument
671 …zend_hash_persist(&script->function_table, (zend_persist_func_t) zend_persist_op_array, sizeof(zen…
672 zend_accel_persist_class_table(&script->class_table TSRMLS_CC);
673 zend_persist_op_array_ex(&script->main_op_array, script TSRMLS_CC);
675 zend_accel_store(script->full_path, script->full_path_len + 1);
676 zend_accel_store(script, sizeof(zend_persistent_script));
678 return script;
681 int zend_accel_script_persistable(zend_persistent_script *script) argument
H A Dzend_accelerator_module.c56 ZEND_ARG_INFO(0, script)
61 ZEND_ARG_INFO(0, script)
513 zend_persistent_script *script; in accelerator_get_scripts() local
519 script = (zend_persistent_script *)cache_entry->data; in accelerator_get_scripts()
523 …add_assoc_stringl(persistent_script_report, "full_path", script->full_path, script->full_path_len,… in accelerator_get_scripts()
524 add_assoc_long(persistent_script_report, "hits", script->dynamic_members.hits); in accelerator_get_scripts()
525 …add_assoc_long(persistent_script_report, "memory_consumption", script->dynamic_members.memory_cons… in accelerator_get_scripts()
526 ta = localtime(&script->dynamic_members.last_used); in accelerator_get_scripts()
531 …add_assoc_long(persistent_script_report, "last_used_timestamp", script->dynamic_members.last_used); in accelerator_get_scripts()
533 add_assoc_long(persistent_script_report, "timestamp", (long)script->timestamp); in accelerator_get_scripts()
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_003.phpt2 Bug #55726 (Changing the working directory makes router script inaccessible)
/PHP-5.5/Zend/tests/
H A Dns_068.phpt14 Fatal error: Namespace declaration statement has to be the very first statement in the script in %s…
H A Dns_083.phpt14 Fatal error: Namespace declaration statement has to be the very first statement in the script in %s…
H A Dbug36759.phpt2 Bug #36759 (Objects destructors are invoked in wrong order when script is finished)
/PHP-5.5/ext/phar/tests/
H A Dfrontcontroller24.phpt2 Phar front controller with custom 404 php script
/PHP-5.5/sapi/cgi/tests/
H A D011.phpt15 function test($script) {
16 file_put_contents($GLOBALS['f'], $script);
20 echo rtrim($script) . "\n";
/PHP-5.5/ext/bcmath/libbcmath/
H A Dconfigure.in1 dnl Process this file with autoconf to produce a configure script.
/PHP-5.5/ext/standard/tests/file/
H A Dfgetss.phpt11 "aaa<script>function foo() {}</script>qqq",
/PHP-5.5/ext/phar/tests/cache_list/
H A Dfrontcontroller24.phpt2 Phar front controller with custom 404 php script [cache_list]
/PHP-5.5/Zend/tests/multibyte/
H A Dmultibyte_encoding_005.phpt2 encoding conversion from script encoding into internal encoding
H A Dmultibyte_encoding_001.phpt18 $s = "�\"; // 0x95+0x5c in script, not somewhere else "
/PHP-5.5/ext/gd/tests/
H A Dbug28147.phpt11 // This script will generate a Seg Fault on Linux
/PHP-5.5/ext/session/tests/
H A Dskipif.inc2 // This script prints "skip" if condition does not meet.
/PHP-5.5/ext/standard/tests/streams/
H A Dproc_open_bug51800.phpt19 this is much more resource greedy and complexer to integrate into the user script. */
50 die("couldn't create helper script '$callee'");
/PHP-5.5/sapi/apache_hooks/
H A DREADME42 AddHandler php-script = set's up a special type handler
59 AddHandler php-script
190 These variables are also in the same scope as a script if your script is
/PHP-5.5/ext/date/tests/
H A Ddate_default_timezone_get_error.phpt6 * Description: Gets the default timezone used by all date/time functions in a script.
/PHP-5.5/ext/standard/tests/assert/
H A Dassert_error2.phpt13 function f1($script, $line, $message, $user_message)
/PHP-5.5/win32/
H A Dphp5dllts.rc1 //Microsoft Developer Studio generated resource script.
H A Dphp5ts.rc1 //Microsoft Developer Studio generated resource script.
H A Dphp5ts_cli.rc1 //Microsoft Developer Studio generated resource script.

Completed in 40 milliseconds

12345678