Home
last modified time | relevance | path

Searched defs:prefix (Results 26 – 49 of 49) sorted by relevance

12

/PHP-8.2/sapi/fpm/fpm/
H A Dzlog.h10 #define zlog_msg(flags, prefix, msg) zlog_msg_ex(__func__, __LINE__, flags, prefix, msg) argument
H A Dfpm_conf.h56 char *prefix; member
H A Dzlog.c268 const char *prefix, const char *msg) /* {{{ */ in zlog_msg_ex()
H A Dfpm_conf.c767 char *prefix = NULL; in fpm_evaluate_full_path() local
/PHP-8.2/ext/session/
H A Dsession.stub.php33 function session_create_id(string $prefix = ""): string|false {}
H A Dsession.c2368 zend_string *prefix = NULL, *new_id; in PHP_FUNCTION() local
/PHP-8.2/ext/dom/lexbor/lexbor/dom/interfaces/
H A Ddocument.h57 lexbor_hash_t *prefix; member
H A Dnode.c142 const lxb_ns_prefix_data_t *prefix; in lxb_dom_node_interface_copy() local
/PHP-8.2/ext/dom/
H A Dphp_dom.stub.php355 public string $prefix; variable in DOMNode
404 public function lookupNamespaceURI(?string $prefix): ?string {}
442 public string $prefix; variable in DOMNameSpaceNode
931 public function registerNamespace(string $prefix, string $namespace): bool {}
H A Dxpath.c203 unsigned char *prefix, *ns_uri; in PHP_METHOD() local
H A Ddocument.c829 char *localname = NULL, *prefix = NULL; in PHP_METHOD() local
888 char *localname = NULL, *prefix = NULL; in PHP_METHOD() local
/PHP-8.2/ext/xml/
H A Dxml.c958 void _xml_startNamespaceDeclHandler(void *userData,const XML_Char *prefix, const XML_Char *uri) in _xml_startNamespaceDeclHandler()
980 void _xml_endNamespaceDeclHandler(void *userData, const XML_Char *prefix) in _xml_endNamespaceDeclHandler()
/PHP-8.2/ext/spl/
H A Dspl_iterators.c95 zend_string *prefix[6]; member
1099 zend_string *prefix; in PHP_METHOD() local
1217 zend_string *prefix = spl_recursive_tree_iterator_get_prefix(object); in PHP_METHOD() local
1256 zend_string *prefix = spl_recursive_tree_iterator_get_prefix(object); in PHP_METHOD() local
/PHP-8.2/ext/soap/
H A Dphp_encoding.c300 smart_str prefix = {0}; in soap_check_zval_ref() local
3407 xmlChar* prefix; in encode_add_ns() local
3412 smart_str prefix = {0}; in encode_add_ns() local
/PHP-8.2/Zend/
H A Dzend_vm_gen.php167 $prefix = array( variable
H A Dzend_exceptions.c973 zend_string *prefix = zend_vstrpprintf(0, format, va); in zend_exception_uncaught_error() local
H A Dzend_ast.c2559 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.c8180 zend_string *prefix = ZSTR_KNOWN(ZEND_STR_CLASS); in zend_generate_anon_class_name() local
/PHP-8.2/ext/dom/lexbor/lexbor/html/
H A Dtree.c617 lexbor_hash_t *attrs, *prefix; in lxb_html_tree_adjust_foreign_attributes() local
/PHP-8.2/ext/fileinfo/libmagic/
H A Dcdf.c1348 cdf_dump_sat(const char *prefix, const cdf_sat_t *sat, size_t size) in cdf_dump_sat()
/PHP-8.2/ext/standard/
H A Dfile.c691 char *dir, *prefix; in PHP_FUNCTION() local
H A Dbasic_functions.stub.php1664 function extract(array &$array, int $flags = EXTR_OVERWRITE, string $prefix = ""): int {}
/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c1219 #define ENCODE_PREFIX(prefix) \ argument
/PHP-8.2/ext/ffi/
H A Dffi.c1731 static zend_string *zend_ffi_get_class_name(zend_string *prefix, const zend_ffi_type *type) /* {{{ … in zend_ffi_get_class_name()

Completed in 172 milliseconds

12