Home
last modified time | relevance | path

Searched refs:prefix (Results 176 – 200 of 270) sorted by relevance

1234567891011

/PHP-7.4/ext/session/tests/
H A Drfc1867_disabled_2.phpt15 session.upload_progress.prefix=upload_progress_
H A Drfc1867_no_name.phpt15 session.upload_progress.prefix=upload_progress_
H A Drfc1867_sid_only_cookie_2.phpt14 session.upload_progress.prefix=upload_progress_
H A Drfc1867_cleanup.phpt15 session.upload_progress.prefix=upload_progress_
H A Drfc1867.phpt15 session.upload_progress.prefix=upload_progress_
H A Drfc1867_sid_cookie.phpt15 session.upload_progress.prefix=upload_progress_
H A Drfc1867_sid_get.phpt15 session.upload_progress.prefix=upload_progress_
H A Drfc1867_sid_get_2.phpt15 session.upload_progress.prefix=upload_progress_
H A Drfc1867_sid_only_cookie.phpt15 session.upload_progress.prefix=upload_progress_
H A Drfc1867_sid_post.phpt15 session.upload_progress.prefix=upload_progress_
H A Drfc1867_inter.phpt15 session.upload_progress.prefix=upload_progress_
/PHP-7.4/ext/standard/tests/array/
H A Dextract_variation3.phpt30 var_dump ( extract($sub_array, EXTR_PREFIX_ALL, "")); // "_" taken as default prefix
/PHP-7.4/ext/standard/tests/general_functions/
H A Dintval_binary_prefix.phpt2 Test intval() function with "0b" string prefix
/PHP-7.4/main/
H A Dbuild-defs.h.in30 #define PHP_PREFIX "@prefix@"
/PHP-7.4/ext/snmp/
H A Dconfig.m417 SNMP_PREFIX=`$SNMP_CONFIG --prefix`
/PHP-7.4/ext/phar/phar/
H A Dclicommand.inc112 static function getSubFuncs(CLICommand $cmdclass, $prefix, array $subs)
116 $l = strlen($prefix);
119 if (substr($m->name, 0, $l) == $prefix) {
122 $func = $prefix . $sub . '_' . $what;
/PHP-7.4/ext/dom/tests/
H A DtoString_exceptions.phpt38 try { $node3->prefix = $badStr; } catch (Exception $e) { echo "Exception\n"; }
H A Dcanonicalization.phpt41 test namespace prefix is also included. */
48 test namespace prefix is also included */
/PHP-7.4/ext/dom/
H A Ddocument.c1032 nsptr = dom_get_ns(root, (char *) nodep->ns->href, &errorcode, (char *) nodep->ns->prefix); in PHP_FUNCTION()
1055 char *localname = NULL, *prefix = NULL; in PHP_FUNCTION() local
1066 errorcode = dom_check_qname(name, &localname, &prefix, uri_len, name_len); in PHP_FUNCTION()
1074 nsptr = dom_get_ns(nodep, uri, &errorcode, prefix); in PHP_FUNCTION()
1084 if (prefix != NULL) { in PHP_FUNCTION()
1085 xmlFree(prefix); in PHP_FUNCTION()
1120 char *localname = NULL, *prefix = NULL; in PHP_FUNCTION() local
1133 errorcode = dom_check_qname(name, &localname, &prefix, uri_len, name_len); in PHP_FUNCTION()
1140 nsptr = dom_get_ns(root, uri, &errorcode, prefix); in PHP_FUNCTION()
1154 if (prefix != NULL) { in PHP_FUNCTION()
[all …]
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc1136 * @param string $prefix
1139 private function getPrefixedFile(string $extension, string $prefix = null)
1142 if (!is_null($prefix)) {
1143 $fileName = $prefix . '/' . basename($fileName);
1209 * @param string $prefix
1212 public function expectFile(string $extension, $prefix = null)
1214 $filePath = $this->getPrefixedFile($extension, $prefix);
1226 * @param string $prefix
1229 public function expectNoFile(string $extension, $prefix = null)
1231 $filePath = $this->getPrefixedFile($extension, $prefix);
/PHP-7.4/win32/build/
H A Dconfig.w32.phpize.in45 ARG_WITH('prefix', 'PHP installation prefix', PHP_PREFIX);
/PHP-7.4/ext/standard/tests/serialize/
H A Dmax_depth.phpt6 function create_nested_data($depth, $prefix, $suffix, $inner = 'i:0;') {
7 return str_repeat($prefix, $depth) . $inner . str_repeat($suffix, $depth);
/PHP-7.4/tests/strings/
H A D001.phpt181 $str = "prefix";
194 $str = "prefix";
/PHP-7.4/azure/
H A Dmsan_job.yml24 --prefix=/usr \
/PHP-7.4/ext/simplexml/tests/
H A D031.phpt41 /* Does not add prefix here although name is valid (but discouraged) - change behavior? */

Completed in 59 milliseconds

1234567891011