Home
last modified time | relevance | path

Searched refs:output (Results 201 – 225 of 550) sorted by relevance

12345678910>>...22

/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_quote_gbk_double_escape.phpt24 …r 0xBF isn't handled in the switch case so we don't escape it and append 0xBF to the output buffer.
26 … * Note that 0x27 is the character ', so we have to escape! We write two bytes to the output:
28 * 3. The function finished, let's look at the output: 0xBF 0x5C 0x27.
/php-src/tests/output/
H A Dob_012.phpt2 output buffering - multiple
H A Dob_014.phpt2 output buffering - failure
H A Dob_015.phpt2 output buffering - failure
H A Dob_get_clean_basic_002.phpt6 * Function is implemented in main/output.c
/php-src/ext/standard/
H A Dcrypt_freesec.h15 char output[21]; member
/php-src/sapi/cli/tests/
H A Dbug70006.phpt2 Bug #70006 (cli - function with default arg = STDOUT crash output)
H A Dbug62294.phpt7 exec($php . ' -n ' . escapeshellarg(__DIR__ . '/bug62294.inc'), $output, $exit_status);
H A Dupload_2G.phpt58 $output = "";
87 $output .= fgets($fp);
89 echo $output;
H A Dbug65275.phpt7 exec($php . ' ' . escapeshellarg(__DIR__ . '/bug65275.inc'), $output, $exit_status);
/php-src/ext/openssl/tests/
H A Dopenssl_csr_new_with_attribs.phpt44 var_dump(openssl_csr_export($csr, $output));
45 var_dump($output);
H A DCertificateGenerator.inc77 $output = '';
78 openssl_x509_export($this->ca, $output);
80 return $output;
/php-src/ext/gd/tests/
H A Dgh10614.phpt16 $output = imagerotate($input, $angle, 0);
19 var_dump(dechex(imagecolorat($output, $i, $j)));
/php-src/ext/standard/tests/array/
H A Darray_walk_variation6.phpt19 echo "\n"; // new line to separate the output between each element
28 echo "\n"; // new line to separate the output between each element
37 echo "\n"; // new line to separate the output between each element
H A Darray_walk_basic1.phpt16 echo "\n"; // new line to separate the output between each element
25 echo "\n"; // new line to separate the output between each element
H A Darray_walk_recursive_basic1.phpt16 echo "\n"; // new line to separate the output between each element
25 echo "\n"; // new line to separate the output between each element
/php-src/ext/dom/tests/
H A DDOMDocument_getElementsByTagNameNS_match_any_namespace.phpt47 // Should not give any output
49 // Should not give any output, because the null namespace is the same as the empty namespace
51 // Should only output the include from the empty namespace
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_convert.c369 PCRE2_UCHAR *output; /* current output position */ member
388 if (out->output < out->output_end) in convert_glob_write()
389 *out->output++ = chr; in convert_glob_write()
404 PCRE2_UCHAR *output = out->output; in convert_glob_write_str() local
412 if (output < output_end) in convert_glob_write_str()
413 *output++ = *out_str++; in convert_glob_write_str()
417 out->output = output; in convert_glob_write_str()
826 out.output = use_buffer; in convert_glob()
1029 if (!dummyrun && out.output_size != (PCRE2_SIZE) (out.output - use_buffer)) in convert_glob()
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter.h38 xmlBufferPtr output; member
/php-src/Zend/tests/
H A Dgh10695_6.phpt2 GH-10695: Exceptions from output buffering handlers during shutdown are caught
H A Dbug69640.phpt2 Bug #69640 Unhandled Error thrown from userland do not produce any output
/php-src/build/
H A Dltmain.sh2060 case $output in
4883 $run $rm $output
4956 case $output in
4957 *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;;
5387 $echo >> $output "\
5456 $echo >> $output "\
5482 $echo >> $output "\
5500 $echo >> $output "\
5513 chmod +x $output
5668 case $output in
[all …]
/php-src/ext/hash/tests/
H A Dbug64745.phpt2 Bug #64745 (hash_pbkdf2() truncates data when using default length and hex output)
/php-src/ext/random/tests/02_engine/
H A Dpcgoneseq128xslrr64_serialize.phpt2 Random: Engine: PcgOneseq128XslRr64: The serialization output must be stable
/php-src/ext/standard/tests/strings/
H A Dsha1raw.phpt2 sha1() with RAW output

Completed in 37 milliseconds

12345678910>>...22