Home
last modified time | relevance | path

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

/PHP-8.1/ext/dom/
H A Dcharacterdata.c118 xmlChar *substring; in PHP_METHOD() local
151 if (substring) { in PHP_METHOD()
152 RETVAL_STRING((char *) substring); in PHP_METHOD()
153 xmlFree(substring); in PHP_METHOD()
266 substring = NULL; in PHP_METHOD()
274 substring = xmlStrcat(substring, second); in PHP_METHOD()
280 xmlFree(substring); in PHP_METHOD()
323 substring = NULL; in PHP_METHOD()
334 substring = xmlStrcat(substring, (xmlChar *) arg); in PHP_METHOD()
335 substring = xmlStrcat(substring, second); in PHP_METHOD()
[all …]
/PHP-8.1/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-8.1/ext/standard/tests/strings/
H A Dexplode1.phpt23 /* loop prints an array of strings, each of which is a substring of $string
/PHP-8.1/win32/build/
H A Dconfutils.js582 absolute_path = absolute_path.substring(PHP_PHP_BUILD.length).split('\\');
1264 …ldflags += " /PGD:$(PGOPGD_DIR)\\" + makefiletarget.substring(0, makefiletarget.indexOf(".")) + ".…
1453 var libname = dllname.substring(0, dllname.length-4) + ".lib";
1477 ldflags = " /PGD:$(PGOPGD_DIR)\\" + dllname.substring(0, dllname.indexOf(".")) + ".pgd";
/PHP-8.1/
H A Dphp.ini-development1456 ; HTTP_REFERER has to contain this substring for the session to be
H A Dphp.ini-production1458 ; HTTP_REFERER has to contain this substring for the session to be

Completed in 35 milliseconds