Home
last modified time | relevance | path

Searched refs:substring (Results 1 – 20 of 20) sorted by relevance

/PHP-5.5/ext/dom/
H A Dcharacterdata.c177 xmlChar *substring; in PHP_FUNCTION() local
209 if (substring) { in PHP_FUNCTION()
210 RETVAL_STRING(substring, 1); in PHP_FUNCTION()
211 xmlFree(substring); in PHP_FUNCTION()
335 substring = NULL; in PHP_FUNCTION()
343 substring = xmlStrcat(substring, second); in PHP_FUNCTION()
349 xmlFree(substring); in PHP_FUNCTION()
391 substring = NULL; in PHP_FUNCTION()
402 substring = xmlStrcat(substring, arg); in PHP_FUNCTION()
403 substring = xmlStrcat(substring, second); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/mbstring/tests/
H A Dmb_substr_count_variation2.phpt11 * Description: Count the number of substring occurrences
136 Warning: mb_substr_count(): Empty substring in %s on line %d
141 Warning: mb_substr_count(): Empty substring in %s on line %d
149 Warning: mb_substr_count(): Empty substring in %s on line %d
157 Warning: mb_substr_count(): Empty substring in %s on line %d
162 Warning: mb_substr_count(): Empty substring in %s on line %d
167 Warning: mb_substr_count(): Empty substring in %s on line %d
184 Warning: mb_substr_count(): Empty substring in %s on line %d
189 Warning: mb_substr_count(): Empty substring in %s on line %d
H A Dmb_substr_count_basic.phpt11 * Description: Count the number of substring occurrences
H A Dmb_substr_count_error2.phpt11 * Description: Count the number of substring occurrences
H A Dmb_substr_count_variation4.phpt11 * Description: Count the number of substring occurrences
H A Dmb_substr_count_error1.phpt11 * Description: Count the number of substring occurrences
H A Dmb_substr_count_variation1.phpt11 * Description: Count the number of substring occurrences
H A Dmb_substr_count_variation3.phpt11 * Description: Count the number of substring occurrences
/PHP-5.5/ext/intl/tests/
H A Dgrapheme.phpt940 substring of "abc" from "3" - grapheme_substr = false == false
944 substring of "aa%CC%8Abco%CC%88O" from "5" - grapheme_substr = O == O
949 substring of "Abc" from "-5" - grapheme_substr = false == false
950 substring of "a%CC%8Abc" from "3" - grapheme_substr = false == false
951 substring of "abc" from "4" - grapheme_substr = false == false
952 substring of "abC" from "2" - grapheme_substr = C == C
953 substring of "abc" from "1" - grapheme_substr = bc == bc
954 substring of "Abc" from "1" - grapheme_substr with length 1 = b == b
955 substring of "abc" from "0" - grapheme_substr with length 2 = ab == ab
957 substring of "ababc" from "1" - grapheme_substr with length 2 = ba == ba
[all …]
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_get.c557 pcre_uchar *substring; in pcre_get_substring() local
562 substring = (pcre_uchar *)(PUBL(malloc))(IN_UCHARS(yield + 1)); in pcre_get_substring()
563 if (substring == NULL) return PCRE_ERROR_NOMEMORY; in pcre_get_substring()
564 memcpy(substring, subject + ovector[stringnumber], IN_UCHARS(yield)); in pcre_get_substring()
565 substring[yield] = 0; in pcre_get_substring()
567 *stringptr = (const char *)substring; in pcre_get_substring()
569 *stringptr = (PCRE_SPTR16)substring; in pcre_get_substring()
571 *stringptr = (PCRE_SPTR32)substring; in pcre_get_substring()
H A DChangeLog1443 captured substring, but while checking the failing first alternative,
1444 substring 1 is temporarily captured. If the output vector supplied to
1672 subject after a captured substring, to make it easier to tell which of a
2440 6. When --colo(u)r was used in pcregrep, only the first matching substring in
3046 10. Fixed a bug in the documentation for get/copy named substring when
3711 13. Added the ability to use a named substring as a condition, using the
4558 more than* the number of the hightest numbered captured substring.
5596 9. As in 5.005, unlimited repeated groups that could match an empty substring
5598 runtime if any iteration does actually match an empty substring.
/PHP-5.5/win32/build/
H A Dcvsclean.js34 dirname.substring(dirname_len - 4) == ".svn")) {
H A Dsvnclean.js34 dirname.substring(dirname_len - 4) == ".svn")) {
H A Dconfutils.js1117 …ldflags += " /PGD:$(PGOPGD_DIR)\\" + makefiletarget.substring(0, makefiletarget.indexOf(".")) + ".…
1298 var libname = dllname.substring(0, dllname.length-4) + ".lib";
1316 ldflags = " /PGD:$(PGOPGD_DIR)\\" + dllname.substring(0, dllname.indexOf(".")) + ".pgd";
/PHP-5.5/ext/standard/tests/strings/
H A Dexplode1.phpt9 Description: Returns an array of strings, each of which is a substring of string
30 /* loop prints an array of strings, each of which is a substring of $string
/PHP-5.5/ext/ereg/regex/
H A Dtests9 # expected to fail. If there is a fourth field, it is the substring that
32 # For REG_STARTEND, the start/end offsets are those of the substring
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1074 three integers per substring, whereas the POSIX interface provides only
3096 ovector, /* vector of integers for substring information */
3523 strings, each substring using a pair of integers. The remaining third
3579 offsets of the substring matched by the whole pattern, is (n+1)*3.
3916 There is no substring whose number is stringnumber.
3985 First, instead of a substring number, a substring name is given. Sec-
4123 ovector, /* vector of integers for substring information */
5554 matches "foobar", the first substring is still set to "foo".
6163 convenience function for extracting a captured substring by name.
6380 matches "aba" the value of the second captured substring is "b".
[all …]
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput21000 copy substring 5 failed -7
1062 get substring 4 failed -7
1075 get substring 4 failed -7
4455 copy substring three failed -7
6156 copy substring Z failed -7
6199 copy substring A failed -7
6245 get substring Z failed -7
6277 get substring A failed -7
/PHP-5.5/
H A Dphp.ini-development1479 ; HTTP_REFERER has to contain this substring for the session to be
H A Dphp.ini-production1479 ; HTTP_REFERER has to contain this substring for the session to be

Completed in 135 milliseconds