Home
last modified time | relevance | path

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

1...<<31

/PHP-5.5/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-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c163 const pcre_uchar *str; member
3896 OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, str)); in fast_forward_newline()
3926 OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, str)); in fast_forward_newline()
5310 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, str)); in compile_char1_matchingpath()
8184 OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, str)); in compile_fail_accept_matchingpath()
10031 OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, str)); in PRIV()
10212 OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, str)); in PRIV()
10433 arguments.str = subject + start_offset; in PRIV()
10526 arguments.str = subject_ptr + start_offset; in pcre_jit_exec()
/PHP-5.5/Zend/
H A Dzend_builtin_functions.c107 ZEND_ARG_INFO(0, str)
H A DZEND_CHANGES974 $str = (string) $obj; // call __toString()
/PHP-5.5/ext/zip/
H A Dphp_zip.c329 if (za->error.str) { in php_zip_add_file()
/PHP-5.5/ext/phar/
H A Dphar_object.c1431 char *str = "[stream]"; in phar_build() local
1481 opened = (char *) estrndup(str, sizeof("[stream]") - 1); in phar_build()
/PHP-5.5/
H A Dltmain.sh5046 char * strendzap(char *str, const char *pat);
H A Dphp.ini-development1739 ; 2: Overload str*() functions
H A Dphp.ini-production1739 ; 2: Overload str*() functions
H A DNEWS1894 . Fixed bug #61038 (unpack("a5", "str\0\0") does not work as expected).
3225 . Simplified string offset reading. Given $str="abc" then $str[1][0] is now
7209 - Fixed integer overflow in str[c]spn(). (Stas)
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY1889 2002/11/29: [bug] infinite loop on NULL-pointer str search (regex_search()).
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c14790 StrAccum str; /* The string being accumulated */ member
96656 StrAccum str;
96667 n = str.nChar;
119269 StrAccum str; /* EQP output string */
119289 sqlite3XPrintf(&str, 0, " AS %s", pItem->zAlias);
119312 sqlite3StrAccumAppend(&str, " USING ", 7);
119313 sqlite3XPrintf(&str, 0, zFmt, pIdx->zName);
119314 explainIndexRange(&str, pLoop, pItem->pTab);
119329 sqlite3StrAccumAppendAll(&str, zRange);
119341 sqlite3StrAccumAppend(&str, " (~1 row)", 9);
[all …]
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt9998 RE_Options(PCRE_CASELESS|PCRE_MULTILINE)).PartialMatch(str);
10004 .PartialMatch(str);
10076 You can replace the first match of "pattern" in "str" with "rewrite".

Completed in 450 milliseconds

1...<<31