Home
last modified time | relevance | path

Searched refs:special (Results 76 – 100 of 127) sorted by relevance

123456

/PHP-5.5/ext/standard/tests/strings/
H A Dstrripos_variation1.phpt42 //special chars
H A Dhtmlspecialchars_decode_variation4.phpt6 * Description: Convert special HTML entities back to characters
H A Dchunk_split_variation11.phpt35 ")speci@! ch@r$(", //String with special chars
H A Dstrripos_variation2.phpt42 //special chars
H A Dhtmlspecialchars_basic.phpt6 * Description: Convert special characters to HTML entities
H A Dchunk_split_variation10.phpt42 ') speci@! ch@r$ (' //string with special chars
H A Dhtmlspecialchars_decode_variation2.phpt6 * Description: Convert special HTML entities back to characters
H A Dhtmlspecialchars.phpt6 Description: Convert special characters to HTML entities
H A Dchunk_split_variation12.phpt36 // heredoc with special characters
/PHP-5.5/ext/standard/tests/general_functions/
H A Dparse_ini_basic.phpt280 string(13) "special case\"
H A Dparse_ini_string_001.phpt63 ;These chars have a special meaning when used in the value,
/PHP-5.5/ext/standard/tests/array/
H A Darray_rand_variation4.phpt39 // array with special chars as keys
/PHP-5.5/ext/com_dotnet/
H A DREADME42 use it for working with the special variant decimal, currency and date time
/PHP-5.5/
H A DREADME.namespaces59 The special "empty" namespace (\ prefix) is useful as explicit global
69 A special constant __NAMESPACE__ contains the name of the current namespace.
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES136 11. Assignment $this is impossible. Starting PHP 5.0.0 $this has special
H A DREADME.TESTING234 of ini settings by default, the web server may require special configuration to
H A DREADME.STREAMS15 special case sockets and files every time you need to work with a "user-level"
343 /* in this special case, php_streams is asking if we have reached the
H A DREADME.TESTING9 on *why* the test failed on your special setup. Thank you :-)
/PHP-5.5/ext/standard/tests/file/
H A Dfilesize_variation4-win32.phpt23 …n, with data containing all the types like !@@##$%^&*():<>?|~+!;',.\][{}(special) chars, 12345(num…
H A Dfilesize_variation4.phpt24 …e filesize() fn, with data containing all the types like !@@##$%^&*():<>?|~+!;',.\][{}(special) cha
H A Dparse_ini_file.phpt65 ;These chars have a special meaning when used in the value,
/PHP-5.5/Zend/tests/
H A Dindexing_001.phpt2 Indexing - various special cases.
/PHP-5.5/sapi/apache_hooks/
H A DREADME42 AddHandler php-script = set's up a special type handler
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1680 - * If -s has been specified, treat character special files
1682 - * are block special files and go on to the next file.
1700 + * are block special files and go on to the next file.
1712 if (file_printf(ms, "%scharacter special (%d/%d/%d)",
1720 if (file_printf(ms, "%scharacter special (%ld/%ld)",
1729 if (file_printf(ms, "%scharacter special", COMMA) == -1)
1738 - * If -s has been specified, treat block special files
1740 - * are block special files and go on to the next file.
1752 - if (file_printf(ms, "%sblock special (%d/%d/%d)",
1757 - if (file_printf(ms, "%sblock special (%ld/%ld)",
[all …]
/PHP-5.5/ext/date/lib/
H A Dparse_date.re666 s->time->relative.special.type = relunit->multiplier;
667 s->time->relative.special.amount = amount;
1077 s->time->relative.special.type = TIMELIB_SPECIAL_DAY_OF_WEEK_IN_MONTH;
1080 s->time->relative.special.type = TIMELIB_SPECIAL_LAST_DAY_OF_WEEK_IN_MONTH;
1543 …if (s->time->relative.have_special_relative && s->time->relative.special.type == TIMELIB_SPECIAL_W…
1544 s->time->relative.special.amount = 0 - s->time->relative.special.amount;

Completed in 38 milliseconds

123456