Home
last modified time | relevance | path

Searched refs:n (Results 3851 – 3875 of 9440) sorted by relevance

1...<<151152153154155156157158159160>>...378

/PHP-5.6/ext/standard/tests/strings/
H A Djoin_variation1.phpt15 echo "*** Testing join() : usage variations ***\n";
88 echo "\n--- Testing join() by supplying different values for 'glue' argument ---\n";
91 echo "-- Iteration $counter --\n";
99 echo "Done\n";
H A Dstr_split_variation4.phpt18 echo "*** Testing str_split() : single quoted strings for 'str' ***\n";
36 'to check with \\n and \\t' //ignoring \n and \t results
41 echo "-- Iteration ".($count+1)." --\n";
192 string(5) "n and"
H A Dstripos_variation2.phpt12 echo "*** Testing stripos() function: with single quoted strings ***\n";
13 $haystack = 'Hello,\t\n\0\n $&!#%\o,()*+-./:;<=>?@hello123456he \x234 \101 ';
25 '\n',
79 echo "-- Iteration $count --\n";
H A Dstrrpos_variation1.phpt12 echo "*** Testing strrpos() function: with double quoted strings ***\n";
13 $haystack = "Hello,\t\n\0\n $&!#%()*<=>?@hello123456he \x234 \101 ";
25 "\n",
68 echo "-- Iteration $count --\n";
H A Dstrrpos_variation2.phpt12 echo "*** Testing strrpos() function: with single quoted strings ***\n";
13 $haystack = 'Hello,\t\n\0\n $&!#%()*<=>?@hello123456he \x234 \101 ';
25 '\n',
69 echo "-- Iteration $count --\n";
H A Dstrtok_variation6.phpt14 echo "*** Testing strtok() : with invalid escape sequences in token ***\n";
36 echo "\n--- Iteration $counter ---\n";
42 echo "\n";
48 echo "Done\n";
/PHP-5.6/ext/standard/tests/file/
H A Drename_variation11-win32.phpt18 echo "*** Testing rename() with absolute and relative paths ***\n";
57 echo "\n-- Iteration $j --\n";
72 echo "\n*** Done ***\n";
H A Drename_variation12-win32.phpt19 echo "*** Testing rename() with absolute and relative paths ***\n";
54 echo "\n-- Iteration $j --\n";
69 echo "\n*** Done ***\n";
H A Dsymlink_link_linkinfo_is_link_variation8.phpt27 echo "\n*** Create hard link in different directory with same filename ***\n";
49 echo "\n*** Create soft link in different directory with same filename ***\n";
69 echo "Done\n";
/PHP-5.6/ext/imap/tests/
H A Dimap_fetch_overview_variation5.phpt20 echo "*** Testing imap_fetch_overview() : usage variations ***\n";
30 echo "\n-- \$msg_no is $msg_no --\n";
33 echo imap_last_error() . "\n";
36 echo "\n";
/PHP-5.6/ext/standard/tests/array/
H A Darray_intersect_assoc_variation6.phpt17 echo "*** Testing array_intersect_assoc() : assoc array with diff keys to \$arr2 argument ***\n";
47 '\v\fworld' => 2.2, 'pen\n' => 33),
49 "\v\fworld" => 2.2, "pen\n" => 33),
64 "pen\n" => 33, 133 => "int");
69 echo "-- Iteration $iterator --\n";
H A Darray_intersect_variation6.phpt16 echo "*** Testing array_intersect() : assoc array with diff keys to \$arr2 argument ***\n";
46 '\v\fworld' => 2.2, 'pen\n' => 33),
48 "\v\fworld" => 2.2, "pen\n" => 33),
61 $arr1 = array(1, "float", "f4", "hello", 2.2, 'color', "string", "pen\n", 11);
66 echo "-- Iterator $iterator --\n";
H A Darray_map_variation5.phpt14 echo "*** Testing array_map() : associative array with diff. values for 'arr1' argument ***\n";
56 array(111 => "\tHello", "red" => "col\tor", 2 => "\v\fworld", 3.3 => "pen\n"),
57 /*8*/ array(111 => '\tHello', "red" => 'col\tor', 2 => '\v\fworld', 3.3 => 'pen\n'),
72 echo "-- Iteration $iterator --\n";
142 string(5) "pen\n"
/PHP-5.6/ext/mbstring/oniguruma/enc/
H A Dutf8.c97 OnigCodePoint n; in mbc_to_code() local
105 n = c & ((1 << (6 - len)) - 1); in mbc_to_code()
108 n = (n << 6) | (c & ((1 << 6) - 1)); in mbc_to_code()
110 return n; in mbc_to_code()
/PHP-5.6/ext/standard/tests/general_functions/
H A Dis_callable_variation2.phpt20 echo "-- Iteration $counter --\n";
24 echo $callable_name, "\n";
27 echo $callable_name, "\n";
32 echo "\n*** Testing is_callable() on invalid function names ***\n";
/PHP-5.6/sapi/apache2handler/
H A Dphp_functions.c350 int n; in PHP_FUNCTION() local
355 for (n = 0; ap_loaded_modules[n]; ++n) { in PHP_FUNCTION()
356 char *s = (char *) ap_loaded_modules[n]->name; in PHP_FUNCTION()
371 int n, max_requests; in PHP_MINFO_FUNCTION() local
382 for (n = 0; ap_loaded_modules[n]; ++n) { in PHP_MINFO_FUNCTION()
383 char *s = (char *) ap_loaded_modules[n]->name; in PHP_MINFO_FUNCTION()
/PHP-5.6/Zend/
H A Dzend_stream.c158 size_t n; local
166 …for (n = 0; n < len && (c = zend_stream_getc(file_handle TSRMLS_CC)) != EOF && c != 4 && c != '\n'…
168 for (n = 0; n < len && (c = zend_stream_getc(file_handle TSRMLS_CC)) != EOF && c != '\n'; ++n) {
170 buf[n] = (char)c;
173 buf[n++] = (char)c;
176 return n;
/PHP-5.6/ext/date/tests/
H A DDateTime_extends_basic3.phpt8 echo "*** Testing new DateTime() : with user format() method ***\n";
19 echo $d->format() . "\n";
H A Dbug65184.phpt20 echo "\n";
22 echo strlen(strftime('%A')), "\n";
/PHP-5.6/ext/dom/tests/
H A Ddom_comment_variation.phpt21 echo "--- child $index ---\n";
23 echo get_class($current), "\n";
/PHP-5.6/ext/filter/tests/
H A D042.phpt9 echo $a . "\n";
15 echo $a . "\n";
/PHP-5.6/tests/classes/
H A Dproperty_override_protectedStatic_protected.phpt10 echo self::$p . "\n";
19 echo $this->p . "\n";
H A Dproperty_override_protectedStatic_public.phpt10 echo self::$p . "\n";
19 echo $this->p . "\n";
H A Dproperty_override_publicStatic_private.phpt10 echo self::$p . "\n";
19 echo $this->p . "\n";
H A Dproperty_override_public_protected.phpt10 echo $this->p . "\n";
19 echo $this->p . "\n";

Completed in 41 milliseconds

1...<<151152153154155156157158159160>>...378