Home
last modified time | relevance | path

Searched refs:append (Results 1 – 25 of 85) sorted by last modified time

1234

/PHP-5.5/tests/output/
H A Dob_start_basic_004.phpt38 ----( chunk_size: -1, output append size: 1 )----
41 ----( chunk_size: 0, output append size: 1 )----
44 ----( chunk_size: 1, output append size: 1 )----
55 ----( chunk_size: 2, output append size: 1 )----
62 ----( chunk_size: 3, output append size: 1 )----
67 ----( chunk_size: 4, output append size: 1 )----
72 ----( chunk_size: 5, output append size: 1 )----
76 ----( chunk_size: 6, output append size: 1 )----
80 ----( chunk_size: 7, output append size: 1 )----
84 ----( chunk_size: 8, output append size: 1 )----
[all …]
/PHP-5.5/scripts/dev/generate-phpt/src/
H A DgtCodeSnippet.php39 public static function append($name, $array) { function in gtCodeSnippet
/PHP-5.5/scripts/dev/generate-phpt/src/testcase/
H A DgtTestCase.php162 $this->testCase = gtCodeSnippet::append('skipifwin', $this->testCase);
165 $this->testCase = gtCodeSnippet::append('skipifnotwin', $this->testCase);
169 $this->testCase = gtCodeSnippet::append('skipif64b', $this->testCase);
173 $this->testCase = gtCodeSnippet::append('skipifnot64b', $this->testCase);
H A DgtVariationTestCase.php39 $this->testCase = gtCodeSnippet::append($this->variationData, $this->testCase);
H A DgtVariationTestCaseFunction.php51 $this->testCase = gtCodeSnippet::append('loopStart', $this->testCase);
60 $this->testCase = gtCodeSnippet::append('loopClose', $this->testCase);
H A DgtVariationTestCaseMethod.php54 $this->testCase = gtCodeSnippet::append('loopStart', $this->testCase);
62 $this->testCase = gtCodeSnippet::append('loopClose', $this->testCase);
/PHP-5.5/scripts/dev/generate-phpt/tests/
H A DgtCodeSnippetTest.php11 $array = gtCodeSnippet::append('loopClose', $array);
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar319 public static function append($name, $array) {
1513 $this->testCase = gtCodeSnippet::append('skipifwin', $this->testCase);
1516 $this->testCase = gtCodeSnippet::append('skipifnotwin', $this->testCase);
1520 $this->testCase = gtCodeSnippet::append('skipif64b', $this->testCase);
1524 $this->testCase = gtCodeSnippet::append('skipifnot64b', $this->testCase);
1748 $this->testCase = gtCodeSnippet::append('loopStart', $this->testCase);
1757 $this->testCase = gtCodeSnippet::append('loopClose', $this->testCase);
1988 $this->testCase = gtCodeSnippet::append($this->variationData, $this->testCase);
2057 $this->testCase = gtCodeSnippet::append('loopStart', $this->testCase);
2065 $this->testCase = gtCodeSnippet::append('loopClose', $this->testCase);
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in520 ; overwrite previously defined php.ini values, but will append the new value
/PHP-5.5/
H A Dphp.ini-development564 ; http://php.net/error-append-string
667 ; http://php.net/auto-append-file
H A Dphp.ini-production564 ; http://php.net/error-append-string
667 ; http://php.net/auto-append-file
/PHP-5.5/ext/standard/
H A Duser_filters.c447 static void php_stream_bucket_attach(int append, INTERNAL_FUNCTION_PARAMETERS) in php_stream_bucket_attach() argument
477 if (append) { in php_stream_bucket_attach()
/PHP-5.5/ext/standard/tests/file/
H A Duserstreams.phpt309 /* One final test to see if the position is respected when opened for append */
H A Dsymlink_link_linkinfo_is_link_variation3.phpt66 // append link with data
67 $fp = fopen($linkname, "a"); // open in append mode
71 // now check temp file for data; it should append "Hello World"
H A Dsymlink_link_linkinfo_is_link_variation4.phpt54 // append link with data
55 $fp = fopen($linkname, "a"); // open in append mode
59 // now check temp file for data; it should append "Hello World"
H A Dfwrite_variation3-win32.phpt56 // append the data to the file, starting from current position of the file pointer
H A Dfwrite_variation3.phpt57 // append the data to the file, starting from current position of the file pointer
H A Dfseek_ftell_rewind_variation3.phpt19 1. All read and append modes
H A Dfseek_ftell_rewind_variation5.phpt19 1. All read and append modes
H A Dfseek_ftell_rewind_variation7.phpt19 1. All read and append modes
H A Dfseek_ftell_rewind_basic1.phpt18 /* Testing fseek(),ftell(),rewind() functions on all read and append modes */
H A Dfseek_ftell_rewind_variation1.phpt19 1. All read and append modes
H A Dfile_put_contents_variation1.phpt2 Test file_put_contents() function : variation - test append flag
H A Dfgetcsv_variation12.phpt2 Test fgetcsv() : usage variations - two chars as enclosure & delimiter (various read and append mod…
/PHP-5.5/ext/standard/tests/filters/
H A Dfilter_errors_user.phpt51 echo "test append / read / remove\n";
62 echo "test append all / read / remove all\n";
76 echo "test append all / read / close\n";
132 test append / read / remove
154 test append all / read / remove all
172 test append all / read / close

Completed in 41 milliseconds

1234