Home
last modified time | relevance | path

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

12345678

/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_optimizer.h92 int zend_optimize_script(zend_script *script, zend_long optimization_level, zend_long debug_level);
H A Dzend_inference.h254 int zend_ssa_inference(zend_arena **raena, const zend_op_array *op_array, const zend_script *script
264 int zend_infer_types_ex(const zend_op_array *op_array, const zend_script *script, zend_ssa *ssa, z…
267 const zend_script *script,
270 const zend_script *script,
/PHP-7.4/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.4/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-7.4/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…
H A Dserialization_objects_006.phpt26 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
/PHP-7.4/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-7.4/azure/macos/
H A Dtest.yml6 - script: |
/PHP-7.4/azure/i386/
H A Dtest.yml6 - script: |
/PHP-7.4/ext/standard/tests/array/
H A Dcount_variation3.phpt12 * This will stop the script before it reaches the end.
/PHP-7.4/ext/standard/tests/assert/
H A Dassert_error2.phpt13 function f1($script, $line, $message, $user_message)
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_FileInfo_basic.phpt8 //Get the file name of the PHP script in which C is defined
/PHP-7.4/sapi/cli/tests/
H A D007.phpt18 /* some test script */
/PHP-7.4/azure/
H A Dtest.yml6 - script: |
H A Dapt.yml5 - script: |
H A Dconfigure.yml5 - script: |
/PHP-7.4/ext/session/tests/
H A D014.phpt2 a script should not be able to modify session.use_trans_sid
/PHP-7.4/ext/pgsql/tests/
H A Dskipif.inc2 // This script prints "skip" unless:
/PHP-7.4/ext/fileinfo/tests/
H A Dfinfo_file_basic.phpt29 string(%d) "PHP script, ASCII text%A"
/PHP-7.4/scripts/dev/
H A Dmakedist19 repository. The snapshot archive includes also generated configure script,
31 script needs a consistent tagging of releases. Each release
/PHP-7.4/ext/gettext/tests/
H A Dbug66267.phpt2 #66265: gettext doesn't switch locales within the same script
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize_simple.phpt39 $obj = new myclass('Called by script');
73 myclass::__construct('Called by script') - note that it must not be called when unserializing
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_wait.c146 zval *script; in phpdbg_webdata_decompress() local
147 …if ((script = zend_hash_str_find(Z_ARRVAL_P(srv), ZEND_STRL("SCRIPT_FILENAME"))) && Z_TYPE_P(scrip… in phpdbg_webdata_decompress()
149 param.str = Z_STRVAL_P(script); in phpdbg_webdata_decompress()
/PHP-7.4/ext/standard/tests/streams/
H A Dproc_open_bug51800_right.phpt34 die("couldn't create helper script '$callee'");

Completed in 28 milliseconds

12345678