Home
last modified time | relevance | path

Searched refs:prefix (Results 151 – 175 of 270) sorted by relevance

1234567891011

/PHP-7.4/ext/hash/sha3/generic32lc/
H A DKeccakSponge.inc19 #define Sponge JOIN(prefix, _Sponge)
20 #define SpongeInstance JOIN(prefix, _SpongeInstance)
21 #define SpongeInitialize JOIN(prefix, _SpongeInitialize)
22 #define SpongeAbsorb JOIN(prefix, _SpongeAbsorb)
23 #define SpongeAbsorbLastFewBits JOIN(prefix, _SpongeAbsorbLastFewBits)
24 #define SpongeSqueeze JOIN(prefix, _SpongeSqueeze)
/PHP-7.4/ext/hash/sha3/generic64lc/
H A DKeccakSponge.inc19 #define Sponge JOIN(prefix, _Sponge)
20 #define SpongeInstance JOIN(prefix, _SpongeInstance)
21 #define SpongeInitialize JOIN(prefix, _SpongeInitialize)
22 #define SpongeAbsorb JOIN(prefix, _SpongeAbsorb)
23 #define SpongeAbsorbLastFewBits JOIN(prefix, _SpongeAbsorbLastFewBits)
24 #define SpongeSqueeze JOIN(prefix, _SpongeSqueeze)
/PHP-7.4/ext/simplexml/tests/
H A Dbug43221.phpt16 Warning: SimpleXMLElement::addAttribute(): Attribute requires prefix for namespace in %sbug43221.ph…
H A Dprofile13.phpt2 SimpleXML [profile]: Accessing by namespace prefix
/PHP-7.4/ext/spl/tests/
H A DSplObjectStorage_unserialize_invalid_parameter2.phpt12 'x:rubbish', // rubbish after the 'x:' prefix
/PHP-7.4/ext/pdo/
H A DMakefile.frag1 phpincludedir=$(prefix)/include/php
/PHP-7.4/ext/session/tests/
H A Dbug79221.phpt15 session.upload_progress.prefix=upload_progress_
H A Drfc1867_disabled.phpt15 session.upload_progress.prefix=upload_progress_
/PHP-7.4/ext/dom/
H A Dphp_dom.h110 int dom_check_qname(char *qname, char **localname, char **prefix, int uri_len, int name_len);
111 xmlNsPtr dom_get_ns(xmlNodePtr node, char *uri, int *errorcode, char *prefix);
H A Dphp_dom.c1443 doc->oldNs->prefix = xmlStrdup((const xmlChar *)"xml"); in dom_set_old_ns()
1469 *localname = (char *)xmlSplitQName2((xmlChar *)qname, (xmlChar **) prefix); in dom_check_qname()
1472 if (*prefix == NULL && uri_len == 0) { in dom_check_qname()
1483 if (*prefix != NULL && uri_len == 0) { in dom_check_qname()
1502 xmlNsPtr dom_get_ns(xmlNodePtr nodep, char *uri, int *errorcode, char *prefix) { in dom_get_ns() argument
1507 if (! ((prefix && !strcmp (prefix, "xml") && strcmp(uri, (char *)XML_XML_NAMESPACE)) || in dom_get_ns()
1508 (prefix && !strcmp (prefix, "xmlns") && strcmp(uri, (char *)DOM_XMLNS_NAMESPACE)) || in dom_get_ns()
1509 (prefix && !strcmp(uri, (char *)DOM_XMLNS_NAMESPACE) && strcmp (prefix, "xmlns")))) { in dom_get_ns()
1510 nsptr = xmlNewNs(nodep, (xmlChar *)uri, (xmlChar *)prefix); in dom_get_ns()
1532 if (cur->prefix == NULL && cur->href != NULL) { in dom_get_nsdecl()
[all …]
/PHP-7.4/ext/xml/
H A Dcompat.c90 _start_element_handler_ns(void *user, const xmlChar *name, const xmlChar *prefix, const xmlChar *UR… in _start_element_handler_ns() argument
110 if (prefix) { in _start_element_handler_ns()
111 qualified_name = xmlStrncatNew((xmlChar *)"<", prefix, xmlStrlen(prefix)); in _start_element_handler_ns()
225 _end_element_handler_ns(void *user, const xmlChar *name, const xmlChar * prefix, const xmlChar *URI) in _end_element_handler_ns() argument
235 if (prefix) { in _end_element_handler_ns()
236 end_element_len = spprintf(&end_element, 0, "</%s:%s>", (char *) prefix, (char *)name); in _end_element_handler_ns()
/PHP-7.4/ext/dom/tests/
H A Ddomobject_debug_handler.phpt54 [prefix] =>
/PHP-7.4/ext/mbstring/ucgendat/
H A Ducgendat.php480 $prefix = "_uccase_" . $name;
485 $result .= "static const unsigned {$prefix}_g_size = " . count($gTable) . ";\n";
486 $result .= "static const short {$prefix}_g[] = {";
489 $result .= "static const unsigned {$prefix}_table_size = " . count($table) . ";\n";
490 $result .= "static const unsigned {$prefix}_table[] = {";
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_conf.h56 char *prefix; member
/PHP-7.4/ext/standard/tests/array/
H A Dextract_variation5.phpt29 var_dump ( extract($sub_array, EXTR_PREFIX_ALL, "")); // "_" taken as default prefix
H A Dextract_variation2.phpt30 var_dump ( extract($sub_array, EXTR_PREFIX_ALL, "")); // "_" taken as default prefix
H A Dextract_variation4.phpt30 var_dump ( extract($sub_array, EXTR_PREFIX_ALL, "")); // "_" taken as default prefix
/PHP-7.4/ext/standard/tests/file/
H A Dtempnam_variation1-win32-mb.phpt10 /* Prototype: string tempnam ( string $dir, string $prefix );
14 /* Creating number of unique files by passing a file name as prefix */
H A Dtempnam_variation1-win32.phpt10 /* Prototype: string tempnam ( string $dir, string $prefix );
14 /* Creating number of unique files by passing a file name as prefix */
H A Dtempnam_variation1.phpt10 /* Prototype: string tempnam ( string $dir, string $prefix );
14 /* Creating number of unique files by passing a file name as prefix */
/PHP-7.4/ext/standard/
H A Darray.c1734 memcpy(Z_STRVAL_P(result), Z_STRVAL_P(prefix), Z_STRLEN_P(prefix));
1737 Z_STRVAL_P(result)[Z_STRLEN_P(prefix)] = '_';
2054 prefix:
2084 goto prefix;
2123 prefix:
2153 goto prefix;
2456 zval *var_array_param, *prefix = NULL; local
2466 Z_PARAM_ZVAL(prefix)
2485 if (prefix) {
2486 if (!try_convert_to_string(prefix)) {
[all …]
/PHP-7.4/ext/soap/
H A Dphp_encoding.c294 smart_str prefix = {0}; in soap_check_zval_ref() local
311 smart_str_0(&prefix); in soap_check_zval_ref()
312 id = ZSTR_VAL(prefix.s); in soap_check_zval_ref()
317 smart_str_0(&prefix); in soap_check_zval_ref()
328 smart_str_0(&prefix); in soap_check_zval_ref()
334 smart_str_0(&prefix); in soap_check_zval_ref()
340 smart_str_free(&prefix); in soap_check_zval_ref()
3377 xmlChar* prefix; in encode_add_ns() local
3382 smart_str prefix = {0}; in encode_add_ns() local
3389 smart_str_0(&prefix); in encode_add_ns()
[all …]
/PHP-7.4/azure/
H A Dconfigure.yml9 --prefix=/usr \
/PHP-7.4/travis/
H A Dcompile.sh32 --prefix="$HOME"/php-install \
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in6 ; Per pool prefix
15 ; When not set, the global prefix (or @php_fpm_prefix@) applies instead.
16 ; Note: This directive can also be relative to the global prefix.
18 ;prefix = /path/to/pools/$pool
362 ; Note: you can prefix with '$prefix' to chroot to the pool prefix or one
363 ; of its subdirectories. If the pool prefix is not set, the global prefix
383 ; Decorate worker output with prefix and suffix containing information about
430 ; Note: path INI options can be relative and will be expanded with the prefix
431 ; (pool, global or @prefix@)

Completed in 68 milliseconds

1234567891011