Home
last modified time | relevance | path

Searched refs:n (Results 9901 – 9925 of 10132) sorted by relevance

1...<<391392393394395396397398399400>>...406

/php-src/ext/standard/tests/file/
H A Dfgetcsv_variation6.phpt10 echo "*** Testing fgetcsv() : with length less than line size ***\n";
45 echo "Error: failed to create file $filename!\n";
51 fwrite($file_handle, $csv_field . "\n");
55 fwrite($file_handle, "This is line of text without csv fields\n");
56 fwrite($file_handle, "\n"); // blank line
68 echo "\n-- Testing fgetcsv() with file opened using $file_modes[$mode_counter] mode --\n";
91 echo "Done\n";
H A Dfile_get_contents_file_put_contents_variation1.phpt11 echo "*** Testing with variations in the arguments values ***\n";
/php-src/ext/intl/tests/
H A Dlocale_get_display_name3.phpt89 $res_str .= "locale='$locale'\n";
95 $res_str .= "\n";
97 $res_str .= "-----------------\n";
H A Dlocale_get_display_name4.phpt90 $res_str .= "locale='$locale'\n";
96 $res_str .= "\n";
98 $res_str .= "-----------------\n";
H A Dlocale_get_display_name5.phpt90 $res_str .= "locale='$locale'\n";
96 $res_str .= "\n";
98 $res_str .= "-----------------\n";
H A Dlocale_get_display_name6.phpt90 $res_str .= "locale='$locale'\n";
96 $res_str .= "\n";
98 $res_str .= "-----------------\n";
H A Dlocale_get_display_name7.phpt90 $res_str .= "locale='$locale'\n";
96 $res_str .= "\n";
98 $res_str .= "-----------------\n";
H A Dlocale_get_display_name8.phpt89 $res_str .= "locale='$locale'\n";
95 $res_str .= "\n";
97 $res_str .= "-----------------\n";
H A Dlocale_get_primary_language.phpt75 $res_str .= "\n";
/php-src/ext/gd/libgd/
H A Dgd.h507 void gdImagePolygon(gdImagePtr im, gdPointPtr p, int n, int c);
508 void gdImageOpenPolygon(gdImagePtr im, gdPointPtr p, int n, int c);
509 void gdImageFilledPolygon(gdImagePtr im, gdPointPtr p, int n, int c);
/php-src/Zend/tests/
H A Dcompare_001.phpt37 echo str_replace("\n", "", $buf);
45 echo "\n";
49 echo "Done\n";
H A Dcompare_003.phpt37 echo str_replace("\n", "", $buf);
45 echo "\n";
49 echo "Done\n";
H A Dcompare_004.phpt37 echo str_replace("\n", "", $buf);
45 echo "\n";
49 echo "Done\n";
H A Dcompare_005.phpt37 echo str_replace("\n", "", $buf);
45 echo "\n";
49 echo "Done\n";
H A Dcompare_006.phpt37 echo str_replace("\n", "", $buf);
45 echo "\n";
49 echo "Done\n";
/php-src/ext/standard/tests/general_functions/
H A Durl_rewriting_basic3.phpt63 echo "URL-Rewriting with transparent session id support without output_add_rewrite_var()\n";
71 echo "\nURL-Rewriting with transparent session id support and output_add_rewrite_var()\n";
80 echo "\nURL-Rewriting with transparent session id support without output_add_rewrite_var()\n";
/php-src/ext/zlib/tests/
H A Dgzfilegzreadfile.phpt36 echo "\n";
/php-src/ext/phar/tests/zip/
H A Dbzip2.phpt18 echo $e->getMessage() . "\n";
/php-src/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_doclit_008w.phpt39 echo "ok\n";
H A Dr4_groupH_complex_doclit_009w.phpt39 echo "ok\n";
H A Dr4_groupH_complex_rpcenc_007w.phpt34 echo "ok\n";
H A Dr4_groupH_complex_rpcenc_010w.phpt34 echo "ok\n";
/php-src/ext/simplexml/tests/
H A D000.phpt13 echo "===$what\n";
/php-src/ext/curl/
H A Dinterface.c77 static ZEND_ATTRIBUTE_UNUSED void php_curl_ssl_lock(int mode, int n, const char * file, int line) in php_curl_ssl_lock() argument
80 tsrm_mutex_lock(php_curl_openssl_tsl[n]); in php_curl_ssl_lock()
82 tsrm_mutex_unlock(php_curl_openssl_tsl[n]); in php_curl_ssl_lock()
236 static HashTable *curl_get_gc(zend_object *object, zval **table, int *n);
254 size_t n = 0; in PHP_INI_END() local
324 n = 0; in PHP_INI_END()
327 n += sprintf(str + n, "%s%s", *p, *(p + 1) != NULL ? ", " : ""); in PHP_INI_END()
469 static HashTable *curl_get_gc(zend_object *object, zval **table, int *n) in curl_get_gc() argument
518 zend_get_gc_buffer_use(gc_buffer, table, n); in curl_get_gc()
/php-src/tests/lang/operators/
H A Ddivide_basiclong_64bit.phpt27 echo "--- testing: $longVal / $otherVal ---\n";
38 echo "--- testing: $otherVal / $longVal ---\n";

Completed in 69 milliseconds

1...<<391392393394395396397398399400>>...406