Home
last modified time | relevance | path

Searched refs:r (Results 1576 – 1600 of 1645) sorted by relevance

1...<<616263646566

/php-src/ext/standard/tests/file/
H A Dfscanf_variation24.phpt57 $file_handle = fopen($filename, "r");
H A Dfscanf_variation33.phpt64 $file_handle = fopen($filename, "r");
H A Dfscanf_variation39.phpt59 $file_handle = fopen($filename, "r");
H A Dfscanf_variation14.phpt85 $file_handle = fopen($filename, "r");
/php-src/ext/standard/tests/general_functions/
H A Dis_int.phpt44 $fp = fopen (__FILE__, "r");
H A Dis_int_64bit.phpt46 $fp = fopen (__FILE__, "r");
/php-src/ext/standard/tests/array/
H A Darray_intersect_ukey_variation1.phpt25 $fp = fopen(__FILE__, "r");
H A Darray_merge_recursive_variation1.phpt30 $fp = fopen(__FILE__, "r");
H A Darray_diff_ukey_variation1.phpt24 $fp = fopen(__FILE__, "r");
H A Darray_intersect_key_variation1.phpt16 $fp = fopen(__FILE__, "r");
H A Darray_intersect_uassoc_variation1.phpt24 $fp = fopen(__FILE__, "r");
/php-src/Zend/tests/type_declarations/
H A Dscalar_strict_basic.phpt24 fopen("data:text/plain,foobar", "r")
H A Dscalar_basic.phpt45 fopen("data:text/plain,foobar", "r")
H A Dscalar_return_basic_64bit.phpt47 fopen("data:text/plain,foobar", "r")
H A Dscalar_return_basic.phpt47 fopen("data:text/plain,foobar", "r")
/php-src/ext/soap/tests/bugs/
H A Dbug37083.phpt49 $search->ranges[]=$r=new stdClass();
50 $r->field='maxDateTime';
51 $r->min='2003-04-01';
/php-src/build/
H A Dphp_cxx_compile_stdcxx.m4729 range r {};
731 for (auto i : r)
/php-src/ext/standard/
H A Durl_scanner_ex.re189 #define YYMARKER r
549 [ \v\r\t\n]+ { passthru(STD_ARGS); goto state_next_arg; }
574 (any\[ \r\t\n>'"])+ { handle_val(STD_ARGS, 0, ' '); goto state_next_arg_begin; }
/php-src/ext/sockets/
H A Dsockets.c2186 int r; local
2195 r = sockatmark(php_sock->bsd_socket);
2196 if (r < 0) {
2199 } else if (r == 0) {
/php-src/ext/hash/tests/
H A Dcrc32.phpt89 echo hash('crc32c', "\x00\x01\x02\x03\x04\x05\x06\x07\x08\t\n\v\f\r\x0e\x0f\x10\x11\x12\x13\x14\x15…
/php-src/ext/mbstring/tests/
H A Dencoding_tests.inc32 $fp = fopen($path, 'r+');
/php-src/ext/standard/tests/math/
H A Dbase_convert_basic.phpt339 .........value= 27 res = r
344 .........value= 27 res = r
/php-src/ext/zend_test/
H A Dtest.c1406 int r = (int) ZEND_ATOL(copy); in ZEND_GET_MODULE() local
1408 return r; in ZEND_GET_MODULE()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c2286 int r; in get_ucp() local
2288 r = PRIV(strcmp_c8)(name, PRIV(utt_names) + PRIV(utt)[i].name_offset); in get_ucp()
2293 if (r == 0) in get_ucp()
2316 if (r > 0) bot = i + 1; else top = i; in get_ucp()
9469 parsed_recurse_check *r; in get_branchlength() local
9708 for (r = recurses; r != NULL; r = r->prev) if (r->groupptr == gptr) break; in get_branchlength()
9709 if (r != NULL) goto ISNOTFIXED; /* Mutual recursion */ in get_branchlength()
/php-src/Zend/
H A Dzend_operators.c3022 unsigned char *r; in zend_str_tolower_dup_ex() local
3027 r = (unsigned char*)p + (res - source); in zend_str_tolower_dup_ex()
3028 zend_str_tolower_impl((char *)r, (const char*)p, end - p); in zend_str_tolower_dup_ex()
3046 unsigned char *r; in zend_str_toupper_dup_ex() local
3051 r = (unsigned char*)p + (res - source); in zend_str_toupper_dup_ex()
3052 zend_str_toupper_impl((char *)r, (const char*)p, end - p); in zend_str_toupper_dup_ex()

Completed in 71 milliseconds

1...<<616263646566