Home
last modified time | relevance | path

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

/PHP-5.3/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.3/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.3/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.3/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 DChangeLog507 captured substring, but while checking the failing first alternative,
508 substring 1 is temporarily captured. If the output vector supplied to
736 subject after a captured substring, to make it easier to tell which of a
1504 6. When --colo(u)r was used in pcregrep, only the first matching substring in
2109 10. Fixed a bug in the documentation for get/copy named substring when
2774 13. Added the ability to use a named substring as a condition, using the
3621 more than* the number of the hightest numbered captured substring.
4659 9. As in 5.005, unlimited repeated groups that could match an empty substring
4661 runtime if any iteration does actually match an empty substring.
/PHP-5.3/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.js1240 var libname = dllname.substring(0, dllname.length-4) + ".lib";
/PHP-5.3/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.3/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.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt1040 three integers per substring, whereas the POSIX interface provides only
2961 ovector, /* vector of integers for substring information */
3360 strings, each substring using a pair of integers. The remaining third
3414 offsets of the substring matched by the whole pattern, is (n+1)*3.
3750 There is no substring whose number is stringnumber.
3819 First, instead of a substring number, a substring name is given. Sec-
3957 ovector, /* vector of integers for substring information */
5226 matches "foobar", the first substring is still set to "foo".
5781 a captured substring by name.
5988 matches "aba" the value of the second captured substring is "b".
[all …]
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestoutput21009 copy substring 5 failed -7
1071 get substring 4 failed -7
1084 get substring 4 failed -7
4425 copy substring three failed -7
6111 copy substring Z failed -7
6143 copy substring A failed -7
6189 get substring Z failed -7
6221 get substring A failed -7
/PHP-5.3/
H A Dphp.ini-development1599 ; HTTP_REFERER has to contain this substring for the session to be
H A Dphp.ini-production1599 ; HTTP_REFERER has to contain this substring for the session to be

Completed in 91 milliseconds