Home
last modified time | relevance | path

Searched refs:special (Results 51 – 75 of 124) sorted by relevance

12345

/PHP-7.4/ext/date/lib/
H A Dtm2unixtime.c276 count = time->relative.special.amount; in do_adjust_special_weekday()
325 switch (time->relative.special.type) { in do_adjust_special()
332 memset(&(time->relative.special), 0, sizeof(time->relative.special)); in do_adjust_special()
338 switch (time->relative.special.type) { in do_adjust_special_early()
H A Dtimelib.c334 switch (d->relative.special.type) { in timelib_dump_date()
336 printf(" / %lld weekday", d->relative.special.amount); in timelib_dump_date()
/PHP-7.4/ext/odbc/
H A Dconfig.w324 …e passed ODBC version. A hex number is expected, default 0x0350. Use the special value of 0 to pre…
/PHP-7.4/ext/date/tests/
H A DDateTime_fix_createFromFormat.phpt2 Test fix for DateTime when date have textual day with dot or other special char at end
/PHP-7.4/
H A D.gitattributes17 # special characters, such as ASCII control characters. Git recognizes these as
/PHP-7.4/ext/soap/tests/
H A Dbug69668.phpt2 Bug #69668 (SOAP: special XML characters in namespace URIs not encoded)
/PHP-7.4/ext/simplexml/tests/
H A Dbug79971_1.phpt2 Bug #79971 (special character is breaking the path in xml function)
/PHP-7.4/tests/lang/
H A DforeachLoop.005.phpt2 Foreach loop tests - modifying the array during the loop: special case. Behaviour is good since php…
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg_variation6.phpt2 Test mb_ereg() function : usage variations - match special characters
16 * Test how mb_ereg() matches special characters for $pattern
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dbug64506.phpt2 PHP can not read or write file correctly if file name have special char like š
/PHP-7.4/build/
H A Dax_func_which_gethostbyname_r.m451 # As a special exception, the respective Autoconf Macro's copyright owner
59 # This special exception to the GPL applies to versions of the Autoconf
61 # modified version of the Autoconf Macro, you may extend this special
/PHP-7.4/ext/standard/tests/strings/
H A Dhtmlspecialchars_decode_variation6.phpt6 * Description: Convert special HTML entities back to characters
H A Dchop_variation5.phpt24 …var_dump ( chop("chop test$#@", "#@$") ); /* with some special characters as s…
H A Dstrrev_variation3.phpt21 $#%^*&*_("_")!#@@!$#$^^&*(special)
H A Dhtmlspecialchars_decode_basic.phpt6 * Description: Convert special HTML entities back to characters
H A Dstrrchr_basic.phpt24 //needle as special char
H A Dchunk_split_variation7.phpt28 "This contains @ # $ % ^ & chars", //string with special characters
H A Dhtmlspecialchars_decode_variation3.phpt6 * Description: Convert special HTML entities back to characters
H A Dltrim.phpt38 …var_dump ( ltrim("@$#ltrim test", "#@$") ); /* with some special characters as…
H A Drtrim.phpt25 …var_dump ( rtrim("rtrim test$#@", "#@$") ); /* with some special characters as…
H A Dchunk_split_variation4.phpt35 // heredoc with special characters
H A Dchunk_split_variation6.phpt28 'This contains @ # $ % ^ & chars', //special characters
/PHP-7.4/docs/
H A Dunix-build-system.md70 source directory and compiles all three files with the special include directive
83 If you have a complex extension, you might to need add special Make rules. You
117 contexts. With the help of macros you can define special flags for each
/PHP-7.4/ext/standard/tests/array/
H A D001.phpt10 ** Test alpha, numeric (decimal, hex, octal) and special data
/PHP-7.4/ext/standard/tests/general_functions/
H A Dis_callable_basic1.phpt46 /* function name with string and special character */

Completed in 148 milliseconds

12345