Home
last modified time | relevance | path

Searched refs:w (Results 451 – 475 of 1026) sorted by relevance

1...<<11121314151617181920>>...42

/PHP-7.2/ext/pgsql/tests/
H A D80_bug36625.phpt22 pg_trace($tracefile, 'w', $dbh);
/PHP-7.2/ext/standard/tests/array/
H A Darray_count_values_variation.phpt25 $fp = fopen("array_count_file", "w+");
/PHP-7.2/ext/intl/tests/
H A Duconverter_func_subst.phpt2 Basic UConverter::convert() w/ Subsitution
/PHP-7.2/ext/standard/tests/file/
H A Dfilesize_basic.phpt21 $file_handle = fopen($file_name, "w");
H A Dfile_variation7.phpt7 $fd = fopen($filepath, "w+");
H A Dunlink_variation4.phpt18 $fp = fopen($filename, "w");
H A Dphp_fd_wrapper_04.phpt13 fopen("php://fd/12", "w");
H A Dflock_error.phpt14 $fp = fopen($file, "w");
38 $fp = fopen($file, "w");
H A Dfscanf_variation51.phpt19 $file_handle = fopen($filename, "w");
34 $modes = array("w", "wb", "wt",
/PHP-7.2/ext/standard/tests/streams/
H A Dbug64166_2.phpt7 $fd = fopen('php://temp', 'w+');
H A Dbug72853.phpt14 1 => array('pipe', 'w'), // stdout
/PHP-7.2/ext/curl/tests/
H A Dbug48203-win32.phpt13 $fp = fopen(dirname(__FILE__) . '/bug48203.tmp', 'w');
H A Dcurl_file_deleted_before_curl_close.phpt19 $handle = fopen($temp_file, 'w');
H A Dbug45161.phpt21 $fp = fopen('/dev/null', 'w');
/PHP-7.2/ext/standard/html_tables/
H A Dhtml_table_gen.php485 foreach ($v as $l => $w) {
486 echo "\t{ {", sprintf("\"%-21s", $w.'",'), "\t", sprintf("0x%05s", $l), ",\t",
487 sprintf("% 2d", strlen($w)), '} },', "\n";
/PHP-7.2/ext/zlib/tests/
H A Dgzopen_variation8.phpt26 $h = fopen($file, 'w');
H A Dgzwrite_error.phpt12 $h = gzopen($filename, 'w');
/PHP-7.2/Zend/tests/
H A Dbug21478.phpt22 $fp = fopen(dirname(__FILE__)."/test.txt","w");
/PHP-7.2/ext/spl/tests/
H A Dfileobject_005.phpt14 $fo = new SplFileObject('tests'.DIRECTORY_SEPARATOR.'fileobject_005.txt', 'w+', true);
/PHP-7.2/ext/standard/tests/strings/
H A Dfprintf_variation_008.phpt6 if (!($fp = fopen($data_file, 'w'))) {
H A Dfprintf_variation_008_64bit.phpt6 if (!($fp = fopen($data_file, 'w'))) {
/PHP-7.2/ext/sockets/tests/
H A Dsocket_set_option_error_socket_option.phpt12 $fp = fopen($filename, 'w');
/PHP-7.2/ext/tidy/tests/
H A D004.phpt27 Info: Document content looks like HTML%w%d%S
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt92 if (!preg_match("@^\s*[/\w\\\\d\.\-]+\.[ch]@ismU", $trace))
121 if (preg_match("@^[|\s]*>[\w]+@ism", $line, $matches)) {
132 if (preg_match("@^[|\s]*>([\w:]+)@ism", $line, $matches)) {
141 if (preg_match("@^[|\s]*>([\w:]+)@ism", $line, $matches)) {
177 if (preg_match("@^[|\s]*>([\w:]+)@ism", $line, $matches)) {
/PHP-7.2/main/
H A Dreentrancy.c429 char *w = s - 1; in php_strtok_r() local
430 *w = '\0'; in php_strtok_r()

Completed in 50 milliseconds

1...<<11121314151617181920>>...42