Home
last modified time | relevance | path

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

12345678

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_match.c2518 if ((Fecode[2] == prop->script) == notmatch) in match()
2524 BOOL ok = (Fecode[2] == prop->script || in match()
2816 ok = (prop->script == Lpropvalue || in match()
3622 ok = (prop->script == Lpropvalue in match()
4213 ok = (prop->script == Lpropvalue || in match()
H A Dpcre2_script_run.c128 uint32_t script = ucd->script; in PRIV() local
133 if (script == ucp_Unknown) return FALSE; in PRIV()
139 if (UCD_SCRIPTX_PROP(ucd) != 0 || (script != ucp_Inherited && script != ucp_Common)) in PRIV()
151 if (script != ucp_Common && script != ucp_Inherited) MAPSET(map, script); in PRIV()
161 switch(script) in PRIV()
205 if (script != ucp_Han) /* Another Han does nothing */ in PRIV()
262 switch(script) in PRIV()
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/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize_simple.phpt40 $obj = new myclass('Called by script');
79 myclass::__construct('Called by script') - note that it must not be called when unserializing
/php-src/ext/pdo_odbc/tests/
H A Dlong_columns.phpt21 // -follow instructions on web page and install script
/php-src/ext/pgsql/tests/inc/
H A Dskipif.inc3 // This script prints "skip" unless:
/php-src/ext/phar/tests/cache_list/
H A Dfrontcontroller24.phpt2 Phar front controller with custom 404 php script [cache_list]
/php-src/ext/phar/tests/
H A Dfrontcontroller24.phpt2 Phar front controller with custom 404 php script
/php-src/ext/phar/tests/zip/
H A Dbug48791.phpt12 …oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:sc…
/php-src/ext/random/tests/01_functions/
H A Dlcg_value_basic.phpt6 echo "MATHS test script started\n";
24 echo "MATHS test script completed\n";
28 MATHS test script started
32 MATHS test script completed
/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
H A Dsession_basic3.phpt86 <form action="script.php" method="post">
186 <form action="script.php" method="post">
190 <form action="../script.php" method="post">
194 <form action="/path/script.php" method="post">
198 <form action="../path/script.php" method="post">
202 <form method="post" action="http://php.net/script.php">
206 <form method="post" action="https://php.net/script.php">
210 <form method="post" action="//php.net/script.php">
329 <form method="post" action="http://php.net/script.php">
333 <form method="post" action="https://php.net/script.php">
[all …]
H A Dsession_basic5.phpt117 <form action="script.php" method="post">
121 <form action="../script.php" method="post">r
125 <form action="/path/script.php" method="post">
129 <form action="../path/script.php" method="post">
133 <form method="post" action="http://php.net/script.php">
137 <form method="post" action="https://php.net/script.php">
141 <form method="post" action="//php.net/script.php">
198 <form action="//bad.com/script.php" method="post">
222 <form method="post" action="//bad.com/script.php">
407 <form action="//bad.com/script.php" method="post">
[all …]
/php-src/ext/standard/tests/array/
H A Darray_column_variant.phpt5 /* Array from Bug Request #64493 test script */
H A Dcount_variation3.phpt7 * This will stop the script before it reaches the end.
/php-src/ext/standard/tests/assert/
H A Dassert_error2.phpt13 function f1($script, $line, $message, $user_message)
/php-src/ext/standard/tests/file/
H A Dfile_get_contents_variation2.phpt32 fwrite($h, "File in script location");
48 File in script location
H A Dfopen_variation1.phpt2 fopen() with relative path on a file in the script directory
H A Dfopen_variation12.phpt32 echo "Not created in script dir\n";
35 echo "created in script dir\n";
43 Not created in script dir
H A Dfopen_variation5.phpt98 // create a file in the script directory
100 fwrite($h, "in script dir");
103 //should read the file in script dir
124 in script dir
131 in script dir
138 in script dir
H A Dfopen_variation8.phpt97 // create a file in the script directory
99 fwrite($h, "in script dir");
102 //should read the file in script dir
123 in script dir
130 in script dir
137 in script dir
H A Dftruncate_bug76422.phpt40 // then the--CLEAN-- script can't be run (if we don't delete the file),
H A Dreadfile_variation7.phpt31 fwrite($h, "File in script location");
41 File in script location
/php-src/ext/standard/tests/general_functions/
H A Dbug69646.phpt24 $script = __DIR__ . DIRECTORY_SEPARATOR . "arginfo.php";
25 file_put_contents($script, $helper_script);
27 $cmd = getenv('TEST_PHP_EXECUTABLE_ESCAPED') . " " . escapeshellarg($script) . " " . escapeshellar…
31 unlink($script);

Completed in 40 milliseconds

12345678