Home
last modified time | relevance | path

Searched refs:script (Results 101 – 125 of 176) sorted by relevance

12345678

/php-src/ext/filter/tests/
H A D032.phpt8 'product_id' => 'libgd<script>',
/php-src/ext/fileinfo/tests/
H A Dfinfo_file_regex.phpt10 * resources/test.awk: awk script, ASCII text
H A Dfinfo_file_basic.phpt26 string(22) "PHP script, ASCII text"
/php-src/sapi/fpm/tests/
H A Dbug69625-no-script-filename.phpt33 ->expectError('Primary script unknown');
/php-src/ext/standard/tests/serialize/
H A Dserialization_objects_006.phpt15 Warning: main(): The script tried to access a property on an incomplete object. Please ensure that …
/php-src/ext/standard/tests/array/
H A Dcount_variation3.phpt7 * This will stop the script before it reaches the end.
/php-src/ext/zlib/tests/
H A Dgzopen_variation7.phpt2 … gzopen() by calling it twice on the same file and not closing one of them at the end of the script
/php-src/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-src/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-funcundef.phpt4 The XSL script tries to call a php function that is not defined
H A Dxsltprocessor_registerPHPFunctions-funcnostring.phpt4 The XSL script tries to call a php function that is not a string which
/php-src/sapi/cli/tests/
H A Dgh13113.phpt2 GH-13113: Missing syntax error in CLI-server router script
H A D007.phpt18 /* some test script */
H A Dbug61546.phpt2 Bug #61546 (functions related to current script failed when chdir() in cli sapi)
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_xclass.c163 if ((data[1] == prop->script) == isprop) return !negated; in PRIV()
167 ok = (data[1] == prop->script || in PRIV()
/php-src/Zend/Optimizer/
H A Dzend_optimizer.h96 ZEND_API void zend_optimize_script(zend_script *script, zend_long optimization_level, zend_long deb…
H A Dzend_inference.c2409 return zend_convert_type(script, arg_info->type, pce); in zend_fetch_arg_info_type()
2507 return zend_convert_type(script, prop_info->type, pce); in zend_fetch_prop_type()
2532 const zend_script *script, in _zend_update_type_info() argument
2757 t1 = zend_fetch_prop_type(script, prop_info, NULL); in _zend_update_type_info()
2768 t1 = zend_fetch_prop_type(script, prop_info, NULL); in _zend_update_type_info()
3045 tmp = zend_fetch_prop_type(script, in _zend_update_type_info()
3340 …if (script && (ce = zend_hash_find_ptr(&script->class_table, Z_STR_P(CRT_CONSTANT(opline->op1)))) … in _zend_update_type_info()
3830 tmp = zend_fetch_prop_type(script, in _zend_update_type_info()
4120 const zend_script *script, in zend_update_type_info() argument
4515 const zend_function *func, const zend_script *script, in zend_get_return_info_from_signature_only() argument
[all …]
/php-src/ext/reflection/tests/
H A DReflectionClass_FileInfo_basic.phpt8 //Get the file name of the PHP script in which C is defined
/php-src/ext/session/tests/
H A D014.phpt2 a script should not be able to modify session.use_trans_sid
/php-src/ext/gettext/tests/
H A Dbug66267.phpt2 #66265: gettext doesn't switch locales within the same script
/php-src/ext/standard/tests/assert/
H A Dassert_error2.phpt13 function f1($script, $line, $message, $user_message)
/php-src/scripts/dev/
H A Dmakedist28 repository. The snapshot archive includes also generated configure script,
40 script needs a consistent tagging of releases. Each release
/php-src/ext/opcache/jit/
H A Dzend_jit.c987 if (zend_ssa_inference(&CG(arena), op_array, script, ssa, in zend_jit_op_array_analyze2()
2774 if (zend_jit_op_array_analyze1(op_array, script, &ssa) != SUCCESS) { in zend_real_jit_func()
2779 zend_jit_collect_calls(op_array, script); in zend_real_jit_func()
3076 return zend_real_jit_func(op_array, script, NULL); in zend_jit_op_array()
3083 ZEND_EXT_API int zend_jit_script(zend_script *script) in zend_jit_script() argument
3097 zend_build_call_graph(&CG(arena), script, &call_graph); in zend_jit_script()
3099 zend_analyze_call_graph(&CG(arena), script, &call_graph); in zend_jit_script()
3170 ZEND_HASH_MAP_FOREACH_PTR(&script->class_table, ce) { in zend_jit_script()
3646 zend_jit_restart_preloaded_op_array(&script->script.main_op_array); in zend_jit_restart_preloaded_script()
3648 ZEND_HASH_MAP_FOREACH_PTR(&script->script.function_table, op_array) { in zend_jit_restart_preloaded_script()
[all …]
/php-src/ext/curl/tests/
H A Dcurl_multi_segfault.phpt17 // FTP this script to a server
/php-src/ext/pgsql/tests/inc/
H A Dskipif.inc3 // This script prints "skip" unless:
/php-src/sapi/cgi/tests/
H A D003.phpt23 /* some test script */

Completed in 148 milliseconds

12345678