Home
last modified time | relevance | path

Searched refs:script (Results 76 – 100 of 201) sorted by relevance

123456789

/PHP-7.1/ext/xmlreader/tests/
H A Dbug70309.phpt26 1and a <superscript>super</superscript>script
27 and a <subscript>sub</subscript>script.
/PHP-7.1/ext/opcache/
H A Dzend_accelerator_module.c56 ZEND_ARG_INFO(0, script)
61 ZEND_ARG_INFO(0, script)
558 zend_persistent_script *script; local
564 script = (zend_persistent_script *)cache_entry->data;
567 …add_assoc_str(&persistent_script_report, "full_path", zend_string_dup(script->script.filename, 0));
568 add_assoc_long(&persistent_script_report, "hits", (zend_long)script->dynamic_members.hits);
569 …add_assoc_long(&persistent_script_report, "memory_consumption", script->dynamic_members.memory_con…
570 ta = localtime(&script->dynamic_members.last_used);
575 …add_assoc_long(&persistent_script_report, "last_used_timestamp", script->dynamic_members.last_used…
577 add_assoc_long(&persistent_script_report, "timestamp", (zend_long)script->timestamp);
/PHP-7.1/Zend/tests/
H A Dbug69092.phpt22 Fatal error: Encoding declaration pragma must be the very first statement in the script in %s on li…
H A Dbug36759.phpt2 Bug #36759 (Objects destructors are invoked in wrong order when script is finished)
H A Dbug73792.phpt2 Bug #73792 (invalid foreach loop hangs script)
H A Dbug69092.2.phpt18 Fatal error: Encoding declaration pragma must be the very first statement in the script in %s on li…
/PHP-7.1/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 "
H A Dmultibyte_encoding_006.phpt19 Fatal error: Could not convert the script from the detected encoding "UTF-32LE" to a compatible enc…
/PHP-7.1/ext/gd/tests/
H A Dbug28147.phpt11 // This script will generate a Seg Fault on Linux
/PHP-7.1/ext/session/tests/
H A Dskipif.inc2 // This script prints "skip" if condition does not meet.
/PHP-7.1/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-7.1/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-7.1/ext/opcache/Optimizer/
H A Dzend_optimizer.h88 int zend_optimize_script(zend_script *script, zend_long optimization_level, zend_long debug_level);
H A Dzend_optimizer_internal.h51 zend_script *script; member
110 zend_script *script, zend_op_array *op_array, zend_op *opline, zend_bool rt_constants);
/PHP-7.1/tests/classes/
H A Dctor_dtor.phpt30 //unset($t); delay to end of script
/PHP-7.1/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.1/ext/filter/tests/
H A D032.phpt8 'product_id' => 'libgd<script>',
H A Dbug7586.phpt8 'product_id' => 'libgd<script>',
/PHP-7.1/Zend/tests/type_declarations/
H A Dstrict_nested.phpt43 Fatal error: strict_types declaration must be the very first statement in the script in %s on line …
/PHP-7.1/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-funcundef.phpt4 The XSL script tries to call a php function that is not defined
/PHP-7.1/ext/standard/tests/serialize/
H A Dbug69152.phpt16 Fatal error: main(): The script tried to execute a method or access a property of an incomplete obj…
/PHP-7.1/ext/standard/tests/assert/
H A Dassert_error2.phpt13 function f1($script, $line, $message, $user_message)

Completed in 43 milliseconds

123456789