Home
last modified time | relevance | path

Searched defs:prefix (Results 1 – 25 of 42) sorted by path

12

/PHP-8.1/Zend/
H A Dzend_ast.c2390 ZEND_API ZEND_COLD zend_string *zend_ast_export(const char *prefix, zend_ast *ast, const char *suff… in zend_ast_export()
H A Dzend_compile.c7678 zend_string *prefix = ZSTR_KNOWN(ZEND_STR_CLASS); in zend_generate_anon_class_name() local
H A Dzend_exceptions.c974 zend_string *prefix = zend_vstrpprintf(0, format, va); in zend_exception_uncaught_error() local
H A Dzend_vm_gen.php167 $prefix = array( variable
/PHP-8.1/ext/dom/
H A Ddocument.c872 char *localname = NULL, *prefix = NULL; in PHP_METHOD() local
936 char *localname = NULL, *prefix = NULL; in PHP_METHOD() local
H A Ddomimplementation.c127 char *prefix = NULL, *localname = NULL; in PHP_METHOD() local
H A Delement.c39 char *localname = NULL, *prefix = NULL; in PHP_METHOD() local
162 xmlChar *prefix = xmlStrndup(name, len); in dom_get_dom1_attribute() local
563 xmlChar prefix[50]; in _dom_new_reconNs() local
610 char *localname = NULL, *prefix = NULL; in PHP_METHOD() local
H A Dnode.c610 char *prefix; in dom_node_prefix_write() local
1529 char *prefix; in PHP_METHOD() local
1636 zend_string *prefix; in dom_canonicalization() local
H A Dphp_dom.c1557 int dom_check_qname(char *qname, char **localname, char **prefix, int uri_len, int name_len) { in dom_check_qname()
1595 xmlNsPtr dom_get_ns(xmlNodePtr nodep, char *uri, int *errorcode, char *prefix) { in dom_get_ns()
H A Dphp_dom.stub.php96 public string $prefix; variable in DOMNode
147 public function lookupNamespaceURI(?string $prefix): ?string {}
174 public string $prefix; variable in DOMNameSpaceNode
694 public function registerNamespace(string $prefix, string $namespace): bool {}
H A Dxpath.c296 unsigned char *prefix, *ns_uri; in PHP_METHOD() local
/PHP-8.1/ext/ffi/
H A Dffi.c1668 static zend_string *zend_ffi_get_class_name(zend_string *prefix, const zend_ffi_type *type) /* {{{ … in zend_ffi_get_class_name()
/PHP-8.1/ext/fileinfo/libmagic/
H A Dcdf.c1339 cdf_dump_sat(const char *prefix, const cdf_sat_t *sat, size_t size) in cdf_dump_sat()
/PHP-8.1/ext/hash/sha3/generic32lc/
H A DKeccakSponge.c25 #define prefix KeccakWidth200 macro
43 #define prefix KeccakWidth400 macro
61 #define prefix KeccakWidth800 macro
79 #define prefix KeccakWidth1600 macro
97 #define prefix KeccakWidth1600_12rounds macro
H A DKeccakSponge.h133 #define KCP_DeclareSpongeStructure(prefix, size, alignment) \ argument
141 #define KCP_DeclareSpongeFunctions(prefix) \ argument
/PHP-8.1/ext/hash/sha3/generic64lc/
H A DKeccakSponge.c25 #define prefix KeccakWidth200 macro
43 #define prefix KeccakWidth400 macro
61 #define prefix KeccakWidth800 macro
79 #define prefix KeccakWidth1600 macro
97 #define prefix KeccakWidth1600_12rounds macro
H A DKeccakSponge.h133 #define KCP_DeclareSpongeStructure(prefix, size, alignment) \ argument
141 #define KCP_DeclareSpongeFunctions(prefix) \ argument
/PHP-8.1/ext/opcache/jit/libudis86/
H A Ddecode.h179 uint32_t prefix; member
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c1082 #define ENCODE_PREFIX(prefix) \ argument
/PHP-8.1/ext/phar/
H A Dtar.h89 char prefix[155]; /* prefix for file name; member
/PHP-8.1/ext/session/
H A Dsession.c2296 zend_string *prefix = NULL, *new_id; in PHP_FUNCTION() local
H A Dsession.stub.php17 function session_create_id(string $prefix = ""): string|false {}
/PHP-8.1/ext/simplexml/
H A Dsimplexml.c90 static inline int match_ns(php_sxe_object *sxe, xmlNodePtr node, xmlChar *name, int prefix) /* {{{ … in match_ns()
1353 char *prefix, *ns_uri; in PHP_METHOD() local
1463 char *prefix = SXE_NS_PREFIX(ns); in sxe_add_namespace_name() local
1672 xmlChar *localname, *prefix = NULL; in PHP_METHOD() local
1737 xmlChar *localname, *prefix = NULL; in PHP_METHOD() local
2404 xmlChar *prefix = sxe->iter.nsprefix; in php_sxe_iterator_fetch() local
H A Dsimplexml.stub.php18 public function registerXPathNamespace(string $prefix, string $namespace): bool {}
/PHP-8.1/ext/soap/
H A Dphp_encoding.c292 smart_str prefix = {0}; in soap_check_zval_ref() local
3374 xmlChar* prefix; in encode_add_ns() local
3379 smart_str prefix = {0}; in encode_add_ns() local

Completed in 181 milliseconds

12