Home
last modified time | relevance | path

Searched refs:prefix (Results 126 – 150 of 270) sorted by last modified time

1234567891011

/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dbug71509.phpt21 $prefix = create_data("bug71509", "$item.txt");
22 $testfile_zip = $prefix . DIRECTORY_SEPARATOR . "$item.txt";
23 $outputfile_zip = $prefix . DIRECTORY_SEPARATOR . "$item.zip";
/PHP-7.4/azure/
H A Dconfigure.yml9 --prefix=/usr \
/PHP-7.4/ext/session/tests/
H A Dbug79221.phpt15 session.upload_progress.prefix=upload_progress_
/PHP-7.4/ext/dom/tests/
H A Dbug69846.phpt68 ["prefix"]=>
111 ["prefix"]=>
158 ["prefix"]=>
/PHP-7.4/ext/dom/
H A Dnode.c82 ZEND_ARG_INFO(0, prefix)
172 (curns->prefix == NULL || xmlStrEqual(nsptr->prefix, curns->prefix))) { in dom_reconcile_ns()
215 if (ns != NULL && ns->prefix) { in dom_node_node_name_read()
216 qname = xmlStrdup(ns->prefix); in dom_node_node_name_read()
681 str = (char *) ns->prefix; in dom_node_prefix_read()
704 char *prefix; in dom_node_prefix_write() local
728 prefix = ZSTR_VAL(str); in dom_node_prefix_write()
729 if (nsnode && nodep->ns != NULL && !xmlStrEqual(nodep->ns->prefix, (xmlChar *)prefix)) { in dom_node_prefix_write()
1629 char *prefix; in PHP_FUNCTION() local
1771 zend_string *prefix; in dom_canonicalization() local
[all …]
/PHP-7.4/ext/xsl/
H A Dxsltprocessor.c269 curns->prefix = xmlStrdup((xmlChar *)node->children); in xsl_ext_function_php()
/PHP-7.4/ext/xmlwriter/
H A Dphp_xmlwriter.c198 ZEND_ARG_INFO(0, prefix)
204 ZEND_ARG_INFO(0, prefix)
211 ZEND_ARG_INFO(0, prefix)
218 ZEND_ARG_INFO(0, prefix)
246 ZEND_ARG_INFO(0, prefix)
252 ZEND_ARG_INFO(0, prefix)
270 ZEND_ARG_INFO(0, prefix)
277 ZEND_ARG_INFO(0, prefix)
820 char *name, *prefix, *uri; in PHP_FUNCTION() local
906 char *name, *prefix, *uri, *content; in PHP_FUNCTION() local
[all …]
/PHP-7.4/Zend/
H A Dzend_vm_gen.php167 $prefix = array( variable
655 global $prefix, $helpers;
695 return $name.($spec?"_SPEC":"").$prefix[$op1].$prefix[$op2].$extra;
699 global $prefix, $opnames, $opcodes;
746 return $name.($spec?"_SPEC":"").$prefix[$op1].$prefix[$op2].$extra;
1094 global $definition_file, $prefix, $opnames, $gen_order;
1124 …$spec_name = $name.($spec?"_SPEC":"").$prefix[$op1].$prefix[$op2].($spec?extra_spec_name($extra_sp…
1201 global $definition_file, $prefix;
1215 …$spec_name = $name.($spec?"_SPEC":"").$prefix[$op1].$prefix[$op2].($spec?extra_spec_name($extra_sp…
1439 … $spec_name = $dsc["op"]."_SPEC".$prefix[$op1].$prefix[$op2].extra_spec_name($extra_spec);
[all …]
H A Dzend_ast.c2096 ZEND_API ZEND_COLD zend_string *zend_ast_export(const char *prefix, zend_ast *ast, const char *suff… in zend_ast_export() argument
2100 smart_str_appends(&str, prefix); in zend_ast_export()
/PHP-7.4/ext/snmp/
H A Dconfig.m417 SNMP_PREFIX=`$SNMP_CONFIG --prefix`
/PHP-7.4/ext/imap/
H A Dconfig.m492 [Include IMAP support. DIR is the c-client install prefix])])
/PHP-7.4/
H A DUPGRADING.INTERNALS263 - configure --help now also outputs --program-suffix and --program-prefix
/PHP-7.4/tests/strings/
H A D001.phpt181 $str = "prefix";
194 $str = "prefix";
/PHP-7.4/sapi/fpm/
H A Dconfig.m4604 php_fpm_prefix=`eval echo $prefix`
/PHP-7.4/main/
H A Dbuild-defs.h.in30 #define PHP_PREFIX "@prefix@"
/PHP-7.4/ext/xmlreader/tests/
H A D010.phpt8 <prefix:books xmlns:prefix="uri" isbn="" prefix:isbn="12isbn">book1</prefix:books>';
25 prefix:books 12isbn
/PHP-7.4/ext/standard/
H A Duniqid.c46 char *prefix = ""; in PHP_FUNCTION() local
55 Z_PARAM_STRING(prefix, prefix_len) in PHP_FUNCTION()
78 uniqid = strpprintf(0, "%s%08x%05x%.8F", prefix, sec, usec, php_combined_lcg() * 10); in PHP_FUNCTION()
80 uniqid = strpprintf(0, "%s%08x%05x", prefix, sec, usec); in PHP_FUNCTION()
/PHP-7.4/ext/standard/tests/general_functions/
H A Duniqid_basic.phpt5 /* Prototype : string uniqid ([ string $prefix= "" [, bool $more_entropy= false ]] )
11 echo "\nuniqid() without a prefix\n";
17 echo "uniqid() with a prefix\n";
19 // Use a fixed prefix so we can ensure length of o/p id is fixed
20 $prefix = array (
29 for ($i = 0; $i < count($prefix); $i++) {
30 var_dump(uniqid($prefix[$i]));
31 var_dump(uniqid($prefix[$i], true));
32 var_dump(uniqid($prefix[$i], false));
41 uniqid() without a prefix
[all …]
H A Dgettype_settype_variation1.phpt104 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation2.phpt108 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation3.phpt104 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation4.phpt111 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation5.phpt104 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation6.phpt104 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation7.phpt104 "-0x80001", // invalid numerics as its prefix with sign or have decimal points

Completed in 64 milliseconds

1234567891011