Home
last modified time | relevance | path

Searched refs:str (Results 751 – 769 of 769) sorted by relevance

1...<<31

/PHP-7.4/Zend/
H A Dzend_compile.h122 zend_string *str; member
H A Dzend_gc.c102 # define GC_TRACE(str) argument
H A Dzend_builtin_functions.c99 ZEND_ARG_INFO(0, str)
/PHP-7.4/ext/ffi/
H A Dffi_parser.c3557 int zend_ffi_parse_decl(const char *str, size_t len) { in zend_ffi_parse_decl() argument
3561 yy_buf = (unsigned char*)str; in zend_ffi_parse_decl()
3570 int zend_ffi_parse_type(const char *str, size_t len, zend_ffi_dcl *dcl) { in zend_ffi_parse_type() argument
3576 yy_pos = yy_text = yy_buf = (unsigned char*)str; in zend_ffi_parse_type()
/PHP-7.4/ext/session/
H A Dsession.c2412 zend_string *str = NULL; in PHP_FUNCTION() local
2414 if (zend_parse_parameters(ZEND_NUM_ARGS(), "S", &str) == FAILURE) { in PHP_FUNCTION()
2423 if (php_session_decode(str) == FAILURE) { in PHP_FUNCTION()
/PHP-7.4/ext/mbstring/tests/
H A Dmb_encode_mimeheader_indent.phpt11 …* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…
25 $str = base64_decode('zpHPhc+Ez4wgzrXOr869zrHOuSDOtc67zrvOt869zrnOus+MIM66zrXOr868zrXOvc6/LiAwMTIzN…
31 var_dump( mb_encode_mimeheader($str, $charset, "B", $linefeed, $i));
32 var_dump( mb_encode_mimeheader($str, $charset, "Q", $linefeed, $i));
/PHP-7.4/ext/exif/
H A Dexif.c267 static size_t php_strnlen(char* str, size_t maxlen) { in ZEND_GET_MODULE()
270 if (str && maxlen && *str) { in ZEND_GET_MODULE()
273 } while (--maxlen && *(++str)); in ZEND_GET_MODULE()
/PHP-7.4/ext/ldap/
H A Dldap.c2524 static size_t _ldap_str_equal_to_const(const char *str, size_t str_len, const char *cstr) in _ldap_str_equal_to_const() argument
2532 if (str[i] != cstr[i]) { in _ldap_str_equal_to_const()
2543 static size_t _ldap_strlen_max(const char *str, size_t max_len) in _ldap_strlen_max() argument
2548 if (str[i] == '\0') { in _ldap_strlen_max()
/PHP-7.4/ext/soap/
H A Dphp_sdl.c1791 static void sdl_serialize_string(const char *str, smart_str *out) in sdl_serialize_string() argument
1793 if (str) { in sdl_serialize_string()
1794 int i = strlen(str); in sdl_serialize_string()
1797 WSDL_CACHE_PUT_N(str, i, out); in sdl_serialize_string()
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c109 #define GET_VER_OPT_STRING(name, str) \ argument
111 if (try_convert_to_string(val)) str = Z_STRVAL_P(val); \
/PHP-7.4/main/
H A Dmain.c1247 PHPAPI void php_html_puts(const char *str, size_t size) in php_html_puts() argument
1249 zend_html_puts(str, size); in php_html_puts()
/PHP-7.4/ext/standard/tests/strings/
H A Dhtml_entity_decode_html5.phpt2133 foreach ($map as $str) {
2134 $de = html_entity_decode($str, ENT_QUOTES | ENT_HTML5, "UTF-8");
2135 echo "$str => $de ", bin2hex($de), "\n";
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c689 nonmagic(const char *str) in nonmagic() argument
694 for (p = str; *p; p++) in nonmagic()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c180 PCRE2_SPTR str; member
6186 OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, str)); in fast_forward_newline()
6191 OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(ARGUMENTS), SLJIT_OFFSETOF(jit_arguments, str)); in fast_forward_newline()
6224 OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, str)); in fast_forward_newline()
6227 OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(ARGUMENTS), SLJIT_OFFSETOF(jit_arguments, str)); in fast_forward_newline()
7962 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, str)); in compile_simple_assertion_matchingpath()
7965 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(ARGUMENTS), SLJIT_OFFSETOF(jit_arguments, str)); in compile_simple_assertion_matchingpath()
11685 …TMP2, 0, SLJIT_MEM1(HAS_VIRTUAL_REGISTERS ? TMP1 : ARGUMENTS), SLJIT_OFFSETOF(jit_arguments, str)); in compile_fail_accept_matchingpath()
13626 OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, str)); in jit_compile()
13828 OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, str)); in jit_compile()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c1932 cmd.str = read_from_stdin; in main()
/PHP-7.4/build/
H A Dltmain.sh5046 char * strendzap(char *str, const char *pat);
/PHP-7.4/
H A Dphp.ini-development1673 ; 2: Overload str*() functions
H A Dphp.ini-production1673 ; 2: Overload str*() functions
H A DNEWS2678 `!(zval_gc_flags((str)->gc)). (Nikita, Laruence)

Completed in 192 milliseconds

1...<<31