Home
last modified time | relevance | path

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

/PHP-7.3/ext/dom/
H A Dcharacterdata.c155 xmlChar *substring; in PHP_FUNCTION() local
187 if (substring) { in PHP_FUNCTION()
188 RETVAL_STRING((char *) substring); in PHP_FUNCTION()
189 xmlFree(substring); in PHP_FUNCTION()
314 substring = NULL; in PHP_FUNCTION()
322 substring = xmlStrcat(substring, second); in PHP_FUNCTION()
328 xmlFree(substring); in PHP_FUNCTION()
371 substring = NULL; in PHP_FUNCTION()
382 substring = xmlStrcat(substring, (xmlChar *) arg); in PHP_FUNCTION()
383 substring = xmlStrcat(substring, second); in PHP_FUNCTION()
[all …]
/PHP-7.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-7.3/ext/intl/tests/
H A Dgrapheme.phpt960 substring of "abc" from "3" - grapheme_substr = false == false
964 substring of "aa%CC%8Abco%CC%88O" from "5" - grapheme_substr = O == O
969 substring of "Abc" from "-5" - grapheme_substr = false == false
970 substring of "a%CC%8Abc" from "3" - grapheme_substr = false == false
971 substring of "abc" from "4" - grapheme_substr = false == false
972 substring of "abC" from "2" - grapheme_substr = C == C
973 substring of "abc" from "1" - grapheme_substr = bc == bc
974 substring of "Abc" from "1" - grapheme_substr with length 1 = b == b
975 substring of "abc" from "0" - grapheme_substr with length 2 = ab == ab
977 substring of "ababc" from "1" - grapheme_substr with length 2 = ba == ba
[all …]
H A Dgrapheme2.phpt960 substring of "abc" from "3" - grapheme_substr = false == false
964 substring of "aa%CC%8Abco%CC%88O" from "5" - grapheme_substr = O == O
969 substring of "Abc" from "-5" - grapheme_substr = false == false
970 substring of "a%CC%8Abc" from "3" - grapheme_substr = false == false
971 substring of "abc" from "4" - grapheme_substr = false == false
972 substring of "abC" from "2" - grapheme_substr = C == C
973 substring of "abc" from "1" - grapheme_substr = bc == bc
974 substring of "Abc" from "1" - grapheme_substr with length 1 = b == b
975 substring of "abc" from "0" - grapheme_substr with length 2 = ab == ab
977 substring of "ababc" from "1" - grapheme_substr with length 2 = ba == ba
[all …]
/PHP-7.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-7.3/win32/build/
H A Dconfutils.js597 absolute_path = absolute_path.substring(PHP_PHP_BUILD.length).split('\\');
1273 …ldflags += " /PGD:$(PGOPGD_DIR)\\" + makefiletarget.substring(0, makefiletarget.indexOf(".")) + ".…
1462 var libname = dllname.substring(0, dllname.length-4) + ".lib";
1480 ldflags = " /PGD:$(PGOPGD_DIR)\\" + dllname.substring(0, dllname.indexOf(".")) + ".pgd";
/PHP-7.3/
H A Dphp.ini-development1458 ; HTTP_REFERER has to contain this substring for the session to be
H A Dphp.ini-production1460 ; HTTP_REFERER has to contain this substring for the session to be

Completed in 59 milliseconds