Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dcharacterdata.c107 xmlChar *substring; in PHP_METHOD() local
144 if (substring) { in PHP_METHOD()
146 xmlFree(substring); in PHP_METHOD()
258 xmlChar *substring, *second; in dom_character_data_delete_data() local
288 substring = NULL; in dom_character_data_delete_data()
296 substring = xmlStrcat(substring, second); in dom_character_data_delete_data()
301 xmlFree(substring); in dom_character_data_delete_data()
358 substring = NULL; in dom_character_data_replace_data()
369 substring = xmlStrcat(substring, BAD_CAST arg); in dom_character_data_replace_data()
370 substring = xmlStrcat(substring, second); in dom_character_data_replace_data()
[all …]
/php-src/ext/intl/tests/
H A Dgrapheme.phpt977 substring of "abc" from "3" - grapheme_substr = ==
978 substring of "aa%CC%8Abco%CC%88" from "5" - grapheme_substr = ==
981 substring of "aa%CC%8Abco%CC%88O" from "5" - grapheme_substr = O == O
982 substring of "aa%CC%8Abco%CC%88" from "5" - grapheme_substr = ==
986 substring of "Abc" from "-5" - grapheme_substr = Abc == Abc
987 substring of "a%CC%8Abc" from "3" - grapheme_substr = ==
988 substring of "abc" from "4" - grapheme_substr = ==
989 substring of "abC" from "2" - grapheme_substr = C == C
990 substring of "abc" from "1" - grapheme_substr = bc == bc
991 substring of "Abc" from "1" - grapheme_substr with length 1 = b == b
[all …]
H A Dgrapheme2.phpt965 substring of "abc" from "3" - grapheme_substr = ==
966 substring of "aa%CC%8Abco%CC%88" from "5" - grapheme_substr = ==
969 substring of "aa%CC%8Abco%CC%88O" from "5" - grapheme_substr = O == O
970 substring of "aa%CC%8Abco%CC%88" from "5" - grapheme_substr = ==
974 substring of "Abc" from "-5" - grapheme_substr = Abc == Abc
975 substring of "a%CC%8Abc" from "3" - grapheme_substr = ==
976 substring of "abc" from "4" - grapheme_substr = ==
977 substring of "abC" from "2" - grapheme_substr = C == C
978 substring of "abc" from "1" - grapheme_substr = bc == bc
979 substring of "Abc" from "1" - grapheme_substr with length 1 = b == b
[all …]
/php-src/ext/standard/tests/strings/
H A Dexplode1.phpt23 /* loop prints an array of strings, each of which is a substring of $string
/php-src/ext/mbstring/tests/
H A Dmb_substr.phpt137 * the number of characters to extract is more than 128, miscalculated where to end the substring
/php-src/win32/build/
H A Dconfutils.js582 absolute_path = absolute_path.substring(PHP_PHP_BUILD.length).split('\\');
1260 …ldflags += " /PGD:$(PGOPGD_DIR)\\" + makefiletarget.substring(0, makefiletarget.indexOf(".")) + ".…
1449 var libname = dllname.substring(0, dllname.length-4) + ".lib";
1469 ldflags = " /PGD:$(PGOPGD_DIR)\\" + dllname.substring(0, dllname.indexOf(".")) + ".pgd";
/php-src/
H A Dphp.ini-development1385 ; HTTP_REFERER has to contain this substring for the session to be
H A Dphp.ini-production1387 ; HTTP_REFERER has to contain this substring for the session to be

Completed in 34 milliseconds