Home
last modified time | relevance | path

Searched refs:output (Results 501 – 525 of 559) sorted by relevance

1...<<212223

/PHP-8.1/ext/openssl/tests/
H A Dopenssl_error_string_basic.phpt55 // common output file
H A Dopenssl_error_string_basic_openssl3.phpt55 // common output file
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_types.phpt62 … printf("[%03d + 4] %s - input = %s/%s, output = %s/%s (alternative type: %s)\n", $offset,
/PHP-8.1/ext/oci8/tests/
H A Dimp_res_field.phpt11 die("skip expected output only valid when using Oracle Database 12c or greater");
H A Drefcur_prefetch_2.phpt10 die("skip expected output only valid when using Oracle 10g or greater database server");
H A Drefcur_prefetch_1.phpt10 die("skip expected output only valid when using Oracle 10g or greater database server");
H A Dbind_char_1.phpt11 die("skip expected output only valid when using Oracle 12c database");
H A Dbind_char_1_11gR1.phpt11 die("skip expected output only valid when using pre-Oracle 12c database");
H A Dimp_res_1.phpt11 die("skip expected output only valid when using Oracle Database 12c or greater");
H A Dedition_2.phpt18 die("skip expected output only valid when using Oracle 11gR2 or greater database server");
/PHP-8.1/build/
H A Dax_func_which_gethostbyname_r.m453 # scripts that are the output of Autoconf when processing the Macro. You
/PHP-8.1/ext/pdo_oci/tests/
H A Dbug60994.phpt13 if (!strpos(strtolower(getenv('PDOTEST_DSN')), 'charset=al32utf8')) die('skip expected output valid…
/PHP-8.1/ext/standard/tests/strings/
H A Dimplode1.phpt14 /* loop to output string with ', ' as $glue, using implode() */
/PHP-8.1/ext/intl/tests/
H A Dut_common.inc22 echo "OO API output:\n";
26 echo "procedural API output:\n";
/PHP-8.1/ext/mbstring/
H A Dmbstring.c2357 char *output = NULL; in php_mb_convert_encoding_ex() local
2383 output = (char *)ret->val; in php_mb_convert_encoding_ex()
2388 return output; in php_mb_convert_encoding_ex()
2425 HashTable *output, *chash; in php_mb_convert_encoding_recursive() local
2442 output = zend_new_array(zend_hash_num_elements(input)); in php_mb_convert_encoding_recursive()
2500 zend_hash_add(output, key, &entry_tmp); in php_mb_convert_encoding_recursive()
2503 zend_hash_index_add(output, idx, &entry_tmp); in php_mb_convert_encoding_recursive()
2508 return output; in php_mb_convert_encoding_recursive()
/PHP-8.1/ext/soap/
H A Dphp_packet_soap.c264 hdrs = fnb->output.headers; in parse_packet_soap()
/PHP-8.1/ext/standard/tests/file/
H A Dfwrite_basic-win32-mb.phpt61 var_dump(md5(file_get_contents($filename))); // hash the output
H A Dfwrite_basic-win32.phpt61 var_dump(md5(file_get_contents($filename))); // hash the output
H A Dfwrite_basic.phpt61 var_dump(md5(file_get_contents($filename))); // hash the output
H A Dfwrite_variation1-win32-mb.phpt64 var_dump(md5(file_get_contents($filename))); // hash the output
H A Dfwrite_variation1.phpt57 var_dump(md5(file_get_contents($filename))); // hash the output
/PHP-8.1/sapi/fpm/tests/
H A Dresponse.inc245 * Debug response output
/PHP-8.1/ext/mbstring/tests/
H A Diso2022jp_kddi_encoding.phpt189 * to the output. Then the second byte will do something else. It is easier to write the
/PHP-8.1/ext/imap/
H A Dconfig.m488 Check whether openssl is on your PKG_CONFIG_PATH and the output in config.log)
/PHP-8.1/main/
H A Doutput.c34 PHPAPI ZEND_DECLARE_MODULE_GLOBALS(output)
139 ZEND_INIT_MODULE_GLOBALS(output, php_output_init_globals, NULL); in php_output_startup()

Completed in 45 milliseconds

1...<<212223