Home
last modified time | relevance | path

Searched refs:n (Results 3801 – 3825 of 9440) sorted by relevance

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

/PHP-5.6/tests/classes/
H A Dclass_abstract.phpt10 echo "base\n";
23 echo "Done\n"; // shouldn't be displayed
H A Dobject_reference_001.phpt12 $this->name = "I'm Foo!\n";
19 $bar->name = "I'm Bar!\n";
/PHP-5.6/ext/standard/tests/file/
H A Dumask_error.phpt15 echo "*** Testing umask() : error conditions ***\n";
19 echo "Done\n";
H A D006_variation2.phpt33 echo "*** Testing fileperms() & chmod() : usage variations ***\n";
41 echo "\n*** Testing fileperms(), chmod() with miscellaneous permissions ***\n";
70 echo "-- Iteration $count --\n";
73 echo "\n";
78 echo "\n";
82 echo "*** Done ***\n";
H A Dcopy_variation16-win32.phpt18 echo "*** Testing copy() function: copying data file across directories ***\n";
30 fwrite($file_handle, str_repeat(b"Hello world, this is 2007 year ...\n", 100));
48 echo "\n--- Now applying copy() on source file to create copies ---";
51 echo "\n-- Iteration $count --\n";
65 echo "\n";
81 echo "*** Done ***\n";
H A Dcopy_variation16.phpt18 echo "*** Testing copy() function: copying data file across directories ***\n";
30 fwrite($file_handle, str_repeat("Hello world, this is 2007 year ...\n", 100));
48 echo "\n--- Now applying copy() on source file to create copies ---";
51 echo "\n-- Iteration $count --\n";
64 echo "\n";
80 echo "*** Done ***\n";
H A Dfgetss_basic1.phpt15 echo "*** Testing fgetss() : Basic operations ***\n";
32 echo "\n-- Testing fgetss() with file opened using $file_modes[$mode_counter] mode --\n";
40 echo "Error: failed to open file $filename!\n";
46 echo "-- fgetss() with default length, file pointer at 0 --\n";
53 echo "-- fgets() with length = 30, file pointer at 0 --\n";
65 echo "Done\n";
H A Dfileowner_error.phpt10 echo "*** Testing fileowner(): error conditions ***\n";
22 echo "\n*** Done ***\n";
/PHP-5.6/main/streams/
H A Dtransports.c63 int n = 0, failed = 0; in _php_stream_xport_create() local
96 n++; in _php_stream_xport_create()
99 if ((*p == ':') && (n > 1) && !strncmp("://", p, 3)) { in _php_stream_xport_create()
102 namelen -= n + 3; in _php_stream_xport_create()
105 n = 3; in _php_stream_xport_create()
109 char *tmp = estrndup(protocol, n); in _php_stream_xport_create()
110 if (FAILURE == zend_hash_find(&xport_hash, (char*)tmp, n + 1, (void**)&factory)) { in _php_stream_xport_create()
113 if (n >= sizeof(wrapper_name)) in _php_stream_xport_create()
114 n = sizeof(wrapper_name) - 1; in _php_stream_xport_create()
115 PHP_STRLCPY(wrapper_name, protocol, sizeof(wrapper_name), n); in _php_stream_xport_create()
[all …]
/PHP-5.6/win32/build/
H A Dphpize.js.in87 var c, i, ok, n;
93 + c.replace(new RegExp('(["\\\\])', "g"), '\\$1') + "'));\r\n";
98 item = new Module_Item(n, c, dir_line, deps, contents);
99 MODULES.Add(n, item);
105 n = FSO.GetFileName(fc.item());
106 if (n == '.svn' || n == 'tests' || n == '.git') {
113 + c.replace(new RegExp('(["\\\\])', "g"), '\\$1') + "'));\r\n";
118 item = new Module_Item(n, c, dir_line, deps, contents);
119 MODULES.Add(n, item);
/PHP-5.6/ext/pdo_mysql/tests/
H A Dpdo_mysql_types_zerofill.phpt28 printf("[%03d + 1] INSERT failed, %s\n", $offset, var_export($stmt->errorInfo(), true));
42 …printf("[%03d + 2] Fetched result seems wrong, dumping result: %s\n", $offset, var_export($row, tr…
47 printf("[%03d + 3] Expecting %s got %s\n", $offset, $row['id']);
54 printf("[%03d + 5] Value seems wrong, accepting pattern %s got %s, check manually\n",
69 printf("[%03d + 4] %s - input = %s/%s, output = %s/%s\n", $offset,
82 …printf("%s - STRINGIGY = %s, NATIVE = %s\n", $sql_type, var_export($row_string['label'], true), va…
119 echo "done!\n";
/PHP-5.6/ext/pdo_oci/tests/
H A Dbug57702.phpt49 echo "First Query\n";
63 echo "\nSecond Query\n";
72 echo "\nThird Query\n";
84 print "done\n";
88 echo "\nFourth Query\n";
105 echo "\nFifth Query\n";
131 print "done\n";
/PHP-5.6/ext/standard/tests/serialize/
H A Dserialization_objects_012.phpt16 echo "\n\nArray containing same object twice:\n";
33 echo "\n\nArray containing object and reference to that object:\n";
49 echo "\n\nObject containing same object twice:";
67 echo "\n\nObject containing object and reference to that object:\n";
/PHP-5.6/ext/date/tests/
H A Dgmdate_variation3.phpt11 echo "*** Testing gmdate() : usage variation ***\n";
30 echo "\n--$key--\n";
H A Dgmstrftime_variation10.phpt17 echo "*** Testing gmstrftime() : usage variation ***\n";
33 echo "\n--$key--\n";
H A Dgmstrftime_variation9.phpt17 echo "*** Testing gmstrftime() : usage variation ***\n";
33 echo "\n--$key--\n";
H A Didate_variation5.phpt11 echo "*** Testing idate() : usage variation ***\n";
31 echo "\n--$key--\n";
H A Dstrftime_variation10.phpt17 echo "*** Testing strftime() : usage variation ***\n";
33 echo "\n--$key--\n";
H A Dstrftime_variation9.phpt17 echo "*** Testing strftime() : usage variation ***\n";
33 echo "\n--$key--\n";
/PHP-5.6/ext/mysql/tests/
H A Dmysql_fetch_lengths.phpt16 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
19 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
23 printf("[003] [%d] %s\n", mysql_errno($link), mysql_error($link));
/PHP-5.6/ext/standard/tests/array/
H A Darray_merge_recursive_basic2.phpt10 echo "*** Testing array_merge_recursive() : associative arrays ***\n";
18 echo "-- With default argument --\n";
22 echo "-- With more arguments --\n";
H A Darray_merge_recursive_variation7.phpt15 …o "*** Testing array_merge_recursive() : array with reference variables for \$arr1 argument ***\n";
35 echo "-- With default argument --\n";
38 echo "-- With more arguments --\n";
H A Dextract_variation3.phpt16 echo "\n-- Iteration $counter --\n";
34 echo "Done\n";
/PHP-5.6/ext/intl/tests/
H A Dregression_sort_and_cow.phpt32 $res_str .= dump( $test_array ) . "\n";
33 $res_str .= dump( $copy1 ) . "\n";
34 $res_str .= dump( $copy2 ) . "\n";
H A Dregression_sortwsk_and_cow.phpt33 $res_str .= dump( $test_array ) . "\n";
34 $res_str .= dump( $copy1 ) . "\n";
35 $res_str .= dump( $copy2 ) . "\n";

Completed in 31 milliseconds

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