Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 25 of 270) sorted by last modified time

1234567891011

/PHP-7.4/
H A DNEWS1457 . Fixed bug #78334 (fpm log prefix message includes wrong stdout/stderr
1834 . Fixed bug #78334 (fpm log prefix message includes wrong stdout/stderr
2641 . Fixed bug #75251 (Missing program prefix and suffix). (petk)
H A Dconfigure.ac1030 o foobar package install prefix is /usr/local/foobar/
1208 test "$prefix" = "NONE" && prefix=/usr/local
1209 test "$exec_prefix" = "NONE" && exec_prefix='${prefix}'
1219 '${prefix}/share')
1267 datarootdir=$prefix/share
1270 datarootdir=$prefix/php
1359 PHP_SUBST(prefix)
H A Drun-tests.php1876 foreach (array('FILE', 'EXPECT', 'EXPECTF', 'EXPECTREGEX') as $prefix) {
1877 $key = $prefix . '_EXTERNAL';
1884 … $section_text[$prefix] = file_get_contents($section_text[$key], FILE_BINARY);
/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/azure/macos/
H A Djob.yml23 --prefix=/usr/local \
/PHP-7.4/azure/i386/
H A Djob.yml19 --prefix=/usr \
/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 …]
H A Dfile.c819 char *dir, *prefix; in PHP_FUNCTION() local
827 Z_PARAM_PATH(prefix, prefix_len) in PHP_FUNCTION()
830 p = php_basename(prefix, prefix_len, NULL, 0); in PHP_FUNCTION()
/PHP-7.4/ext/dom/
H A Ddomimplementation.c167 char *prefix = NULL, *localname = NULL; in PHP_METHOD() local
189 errorcode = dom_check_qname(name, &localname, &prefix, 1, name_len); in PHP_METHOD()
191 && ((nsptr = xmlNewNs(NULL, (xmlChar *) uri, (xmlChar *) prefix)) == NULL) in PHP_METHOD()
197 if (prefix != NULL) { in PHP_METHOD()
198 xmlFree(prefix); in PHP_METHOD()
H A Delement.c185 xmlFree(prefix); in PHP_METHOD()
199 xmlFree(prefix); in PHP_METHOD()
280 if (prefix && xmlStrEqual(prefix, (xmlChar *)"xmlns")) { in dom_get_dom1_attribute()
288 xmlFree(prefix); in dom_get_dom1_attribute()
293 xmlFree(prefix); in dom_get_dom1_attribute()
713 snprintf((char *) prefix, sizeof(prefix), "default"); in _dom_new_reconNs()
715 snprintf((char *) prefix, sizeof(prefix), "%.20s", (char *)ns->prefix); in _dom_new_reconNs()
721 snprintf((char *) prefix, sizeof(prefix), "default%d", counter++); in _dom_new_reconNs()
723 snprintf((char *) prefix, sizeof(prefix), "%.20s%d", in _dom_new_reconNs()
854 xmlFree(prefix); in PHP_FUNCTION()
[all …]
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/sapi/fpm/fpm/
H A Dzlog.c268 const char *prefix, const char *msg) /* {{{ */ in zlog_msg_ex() argument
271 size_t prefix_len = strlen(prefix); in zlog_msg_ex()
276 zlog_stream_str(&stream, prefix, prefix_len); in zlog_msg_ex()
/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/ext/date/lib/
H A Dparse_date.re1991 // No prefix required by default.
2056 * 1. No prefix has been specified yet in the format, so expect 1:1
2058 * 2. Sequential prefix characters indicating that the second
2059 * prefix is escaped. (e.g. "%%" is expecting literal "%")
2078 /* Fall through case is that the prefix has been found and the next
/PHP-7.4/ext/xml/
H A Dxml.c1078 void _xml_startNamespaceDeclHandler(void *userData,const XML_Char *prefix, const XML_Char *uri) in _xml_startNamespaceDeclHandler() argument
1086 _xml_xmlchar_zval(prefix, 0, parser->target_encoding, &args[1]); in _xml_startNamespaceDeclHandler()
1095 void _xml_endNamespaceDeclHandler(void *userData, const XML_Char *prefix) in _xml_endNamespaceDeclHandler() argument
1103 _xml_xmlchar_zval(prefix, 0, parser->target_encoding, &args[1]); in _xml_endNamespaceDeclHandler()
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/build/
H A Dpkg.m4171 installed software in a non-standard prefix.
H A Dphp.m41994 AC_MSG_ERROR([Please specify the install prefix of iconv with --with-iconv=<DIR>])
H A Dlibtool.m4230 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
1477 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
1482 # MinGW DLLs use traditional 'lib' prefix
1498 # pw32 DLLs use 'pw' prefix rather than 'lib'
4271 # Do we need the lib prefix for modules?
4304 # Format of library name prefix.
4612 # Try without a prefix undercore, then with it.
/PHP-7.4/ext/xmlreader/
H A Dphp_xmlreader.c1195 ZEND_ARG_INFO(0, prefix)
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c118 if (node->ns && !xmlStrcmp(prefix ? node->ns->prefix : node->ns->href, name)) { in match_ns()
1394 char *prefix, *ns_uri; in SXE_METHOD() local
1508 #define SXE_NS_PREFIX(ns) (ns->prefix ? (char*)ns->prefix : "")
1513 zend_string *key = zend_string_init(prefix, strlen(prefix), 0); in sxe_add_namespace_name()
1763 if (prefix != NULL) { in SXE_METHOD()
1764 xmlFree(prefix); in SXE_METHOD()
1809 xmlFree(prefix); in SXE_METHOD()
1820 if (prefix != NULL) { in SXE_METHOD()
1821 xmlFree(prefix); in SXE_METHOD()
1837 if (prefix != NULL) { in SXE_METHOD()
[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/ext/session/
H A Dsession.c2273 zend_string *prefix = NULL, *new_id; in PHP_FUNCTION() local
2276 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|S", &prefix) == FAILURE) { in PHP_FUNCTION()
2280 if (prefix && ZSTR_LEN(prefix)) { in PHP_FUNCTION()
2281 if (php_session_valid_key(ZSTR_VAL(prefix)) == FAILURE) { in PHP_FUNCTION()
2286 smart_str_append(&id, prefix); in PHP_FUNCTION()
2692 ZEND_ARG_INFO(0, prefix)
/PHP-7.4/ext/phar/
H A Dtar.c292 …if (((!old && hdr->prefix[0] == 0) || old) && strnlen(hdr->name, 100) == sizeof(".phar/signature.b… in phar_parse_tarfile()
427 } else if (!last_was_longlink && !old && hdr->prefix[0] != 0) { in phar_parse_tarfile()
432 name[i] = hdr->prefix[i]; in phar_parse_tarfile()
758 memcpy(header.prefix, entry->filename, boundary - entry->filename); in phar_tar_writeheaders_int()

Completed in 193 milliseconds

1234567891011