Home
last modified time | relevance | path

Searched refs:r (Results 1776 – 1800 of 1819) sorted by relevance

1...<<717273

/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog1131 a partial match for the string "\r".
1283 command "pattern=`printf 'xxx\r\njkl'`" was run. The pattern is now taken
1587 documentation that \R is equivalent to (?>\r\n|\n|...etc), and makes the
3134 "\r\nA" because change 7.0/46 below moves the current point on by two
3139 of whether there can be an explicit match for \r or \n anywhere in the
3335 ^$ would give a match between the \r and \n of a subject such as "A\r\nB".
3339 and then tried again after \r\n.
3349 "abc\r\n\r\n", it found an unwanted second match after the second \r. This
3871 (l) Added the --colo(u)r option.
4302 it now also looks for '\r' so that it will work unmodified on Windows.
[all …]
/PHP-5.5/build/
H A Dlibtool.m4268 $rm -r conftest*
487 if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
488 echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
490 # This shell has a builtin print -r that does the trick.
491 echo='print -r'
696 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
792 $rm -r conftest*
1142 $rm -r conftest 2>/dev/null
2351 [lt_cv_ld_reload_flag='-r'])
2361 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
[all …]
/PHP-5.5/ext/standard/
H A Dconfig.m4125 salt[3]='r'; salt[4]='a'; salt[5]='s';
H A Dvar_unserializer.re516 "r:" iv ";" {
/PHP-5.5/ext/standard/tests/general_functions/
H A Dgettype_settype_basic.phpt30 $fp = fopen(__FILE__, "r");
H A Dprint_r.phpt234 $file_handle = fopen(__FILE__, "r");
H A Dprint_r_64bit.phpt235 $file_handle = fopen(__FILE__, "r");
H A Dvar_dump.phpt229 $file_handle = fopen(__FILE__, "r");
H A Dvar_dump_64bit.phpt229 $file_handle = fopen(__FILE__, "r");
/PHP-5.5/Zend/
H A DZend.dsp107 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/ext/date/
H A Dphp_date.c3977 int r = 0; in date_interval_initialize() local
3981 timelib_strtointerval(format, format_length, &b, &e, &p, &r, &errors); in date_interval_initialize()
4356 int r = 0; in date_period_initialize() local
4360 timelib_strtointerval(format, format_length, &b, &e, &p, &r, &errors); in date_period_initialize()
4369 *recurrences = r; in date_period_initialize()
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput14366 f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f
H A Dtestoutput17233 f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f \xff
H A Dtestoutput101411 \x{1234}\n\r\x{3456}xyz
1419 \x{1234}\n\r\x{3456}xyz
1427 \x{1234}\n\r\x{3456}xyz
/PHP-5.5/ext/odbc/
H A Dconfig.m416 ac_solid_uname_r=`uname -r 2>/dev/null`
/PHP-5.5/ext/standard/tests/array/
H A Dasort_variation1.phpt26 $fp = fopen(__FILE__, "r");
H A Dksort_variation1.phpt25 $fp = fopen(__FILE__, "r");
H A Dkrsort_variation1.phpt26 $fp = fopen(__FILE__, "r");
H A Dsort_variation1.phpt26 $fp = fopen(__FILE__, "r");
H A Darsort_variation1.phpt26 $fp = fopen(__FILE__, "r");
H A Drsort_variation1.phpt34 $fp = fopen(__FILE__, "r");
/PHP-5.5/
H A DUPGRADING123 removed (defined as spaces, tabs, \r, \n and NULL).
H A DREADME.STREAMS328 stream = php_stream_alloc(&my_ops, state, 0, persistent, "r");
/PHP-5.5/ext/gd/
H A Dgd.dsp100 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c81 # define php_select(m, r, w, e, t) select(m, r, w, e, t) argument

Completed in 110 milliseconds

1...<<717273