Home
last modified time | relevance | path

Searched refs:chars (Results 101 – 125 of 178) sorted by relevance

12345678

/PHP-7.4/ext/standard/tests/strings/
H A Dstrrev_variation3.phpt22 chars.
H A Dstrpos.phpt78 "12string", // mixed string with int and chars
84 "12.3string", // mixed string with float and chars
180 echo "\n-- complex strings containing other than 7-bit chars --\n";
182 echo "-- Positions of some chars in the string '$str' are as follows --\n";
350 -- complex strings containing other than 7-bit chars --
351 -- Positions of some chars in the string '�������' are as follows --
H A Dvsprintf_variation9.phpt11 * Test vsprintf() for char formats with an array of chars passed to the function
H A Dvprintf_variation9.phpt11 * Test vprintf() for char formats with an array of chars passed to the function
H A Dchunk_split_variation10.phpt29 '@#$%^', //Special chars
42 ') speci@! ch@r$ (' //string with special chars
H A Dstrtr_variation1.phpt13 * corresponding translation pair of chars for 'from', 'to' & 'replace_pairs' arguments
H A Dvfprintf_variation9.phpt11 * Test vfprintf() for char formats with an array of chars passed to the function
H A Dstrncasecmp_variation9.phpt41 /* heredoc string with quote chars & slash */
H A Dstrtoupper1-win32.phpt16 echo "*** Testing strtoupper() with all 256 chars ***\n";
62 *** Testing strtoupper() with all 256 chars ***
H A Dstripos_variation1.phpt42 //special chars
70 "456HEE", //numerics + chars
H A Dstrtolower-win32.phpt16 echo "*** Testing strtolower() with all 256 chars ***\n";
62 *** Testing strtolower() with all 256 chars ***
H A Dstrstr.phpt153 echo "\n-- complex strings containing other than 7-bit chars --\n";
155 echo "- Positions of some chars in the string '$str' are as follows -\n";
412 -- complex strings containing other than 7-bit chars --
413 - Positions of some chars in the string '�������' are as follows -
H A Ducwords_variation2.phpt45 // heredoc with quote chars & slash
H A Dstripos_variation2.phpt42 //special chars
71 '456HEE', //numerics + chars
H A Dstrripos_variation1.phpt42 //special chars
61 "456HEE", //numerics + chars
/PHP-7.4/ext/standard/tests/file/
H A Dis_dir_variation4.phpt10 /* Passing dir names with different notations, using slashes, wild-card chars */
H A Dis_file_variation4.phpt10 /* Passing file names with different notations, using slashes, wild-card chars */
H A Dparse_ini_file.phpt52 ;Non-alpha numeric chars without quotes
65 ;These chars have a special meaning when used in the value,
99 ;expected error, as the non-alphanumeric chars not enclosed in double quotes("")
H A Dfilegroup_variation3.phpt11 /* Passing file names with different notations, using slashes, wild-card chars */
H A Dfileowner_variation3.phpt12 /* Passing file names with different notations, using slashes, wild-card chars */
H A Dfileinode_variation3.phpt12 /* Passing file names with different notations, using slashes, wild-card chars */
H A Dfileperms_variation3.phpt11 /* Passing file names with different notations, using slashes, wild-card chars */
/PHP-7.4/ext/standard/
H A Durl.c90 static const char *binary_strcspn(const char *s, const char *e, const char *chars) { in binary_strcspn() argument
91 while (*chars) { in binary_strcspn()
92 const char *p = memchr(s, *chars, e - s); in binary_strcspn()
96 chars++; in binary_strcspn()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_neon_inc.h85 …T_FUNC FF_FUN(sljit_u8 *str_end, sljit_u8 *str_ptr, sljit_uw offs1, sljit_uw offs2, sljit_uw chars) in FF_FUN() argument
90 ic.x = chars; in FF_FUN()
/PHP-7.4/ext/standard/tests/general_functions/
H A Dparse_ini_string_001.phpt50 ;Non-alpha numeric chars without quotes
63 ;These chars have a special meaning when used in the value,
97 ;expected error, as the non-alphanumeric chars not enclosed in double quotes("")

Completed in 61 milliseconds

12345678