Searched defs:where (Results 1 – 11 of 11) sorted by relevance
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_config.c | 78 pcre2_config(uint32_t what, void *where) in pcre2_config()
|
H A D | pcre2_pattern_info.c | 65 pcre2_pattern_info(const pcre2_code *code, uint32_t what, void *where) in pcre2_pattern_info()
|
/php-src/ext/com_dotnet/ |
H A D | com_dotnet.c | 163 char *where = ""; in dotnet_init() local 229 char *where = ""; in PHP_METHOD() local
|
/php-src/ext/fileinfo/libmagic/ |
H A D | is_tar.c | 157 from_oct(const char *where, size_t digs) in from_oct()
|
/php-src/ext/dom/ |
H A D | element.c | 1578 static xmlNodePtr dom_insert_adjacent(const zend_string *where, xmlNodePtr thisp, dom_object *this_… in dom_insert_adjacent() 1624 …m_element_insert_adjacent_element(INTERNAL_FUNCTION_PARAMETERS, const zend_string *where, zval *el… in dom_element_insert_adjacent_element() 1645 zend_string *where; in PHP_METHOD() local 1664 const zend_string *where = Z_STR_P(zend_enum_fetch_case_name(Z_OBJ_P(where_zv))); in PHP_METHOD() local 1672 static void dom_element_insert_adjacent_text(INTERNAL_FUNCTION_PARAMETERS, const zend_string *where… in dom_element_insert_adjacent_text() 1694 zend_string *where, *data; in PHP_METHOD() local 1713 const zend_string *where = Z_STR_P(zend_enum_fetch_case_name(Z_OBJ_P(where_zv))); in PHP_METHOD() local 1737 const zend_string *where = Z_STR_P(zend_enum_fetch_case_name(Z_OBJ_P(where_zv))); in PHP_METHOD() local
|
H A D | php_dom.stub.php | 849 public function insertAdjacentElement(string $where, DOMElement $element): ?DOMElement {} 851 public function insertAdjacentText(string $where, string $data): void {} 1633 … public function insertAdjacentElement(AdjacentPosition $where, Element $element): ?Element {} 1634 public function insertAdjacentText(AdjacentPosition $where, string $data): void {} 1635 public function insertAdjacentHTML(AdjacentPosition $where, string $string): void {}
|
/php-src/ext/dba/libcdb/ |
H A D | cdb_make.c | 144 uint32 where; in cdb_make_finish() local
|
/php-src/ext/dom/lexbor/lexbor/core/ |
H A D | str.c | 422 lexbor_str_data_ncasecmp_contain(const lxb_char_t *where, size_t where_size, in lexbor_str_data_ncasecmp_contain() 510 lexbor_str_data_ncmp_contain(const lxb_char_t *where, size_t where_size, in lexbor_str_data_ncmp_contain()
|
/php-src/ext/openssl/ |
H A D | xp_ssl.c | 1176 static void php_openssl_info_callback(const SSL *ssl, int where, int ret) /* {{{ */ in php_openssl_info_callback()
|
/php-src/ext/session/ |
H A D | session.c | 3100 static bool early_find_sid_in(zval *dest, int where, php_session_rfc1867_progress *progress) /* {{{… in early_find_sid_in()
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 3224 TLSDescriptor **where; in zend_jit_setup() local
|
Completed in 78 milliseconds