Home
last modified time | relevance | path

Searched refs:end (Results 251 – 275 of 631) sorted by relevance

1...<<11121314151617181920>>...26

/PHP-5.5/ext/standard/tests/file/
H A Dfwrite_variation2.phpt15 written or the end of string reached, whichever comes first.
70 /* write at the end of the file */
84 } // end of inner foreach loop
85 } // end of outer foreach loop
H A D007_variation4.phpt36 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
39 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end
H A Dfgetcsv_variation22.phpt2 Test fgetcsv() : usage variations - with default enclosure, file pointer pointing at end of file
11 Testing fgetcsv() to read a file whose file pointer is pointing to end of file
15 echo "*** Testing fgetcsv() : with default enclosure, file pointer pointing at end of file ***\n";
72 // now file pointer should point to end of the file, try reading again
82 } //end of mode loop
83 } // end of foreach
88 *** Testing fgetcsv() : with default enclosure, file pointer pointing at end of file ***
H A Dfgetcsv_variation29.phpt2 Test fgetcsv() : usage variations - with only file handle as argument, file pointer pointing at end
11 Testing fgetcsv() to read a file whose file pointer is pointing to end of file
15 echo "*** Testing fgetcsv() : with file handle as only argument and file pointer pointing at end of…
73 // now file pointer should point to end of the file, try reading again
83 } //end of mode loop
84 } // end of foreach
89 *** Testing fgetcsv() : with file handle as only argument and file pointer pointing at end of file …
H A Dfgetcsv_variation30.phpt2 Test fgetcsv() : usage variations - with file handle and length, file pointer pointing at end of fi…
11 Testing fgetcsv() to read a file whose file pointer is pointing to end of file
15 echo "*** Testing fgetcsv() : with file handle and length arguments, file pointer pointing at end o…
72 // now file pointer should point to end of the file, try reading again
82 } //end of mode loop
83 } // end of foreach
88 *** Testing fgetcsv() : with file handle and length arguments, file pointer pointing at end of file…
H A Dfgetcsv_variation31.phpt2 Test fgetcsv() : usage variations - with length and enclosure, file pointer pointing at end of file
11 Testing fgetcsv() to read a file whose file pointer is pointing to end of file
15 echo "*** Testing fgetcsv() : with enclosure argument, file pointer pointing at end of file ***\n";
73 // now file pointer should point to end of the file, try reading again
84 } //end of mode loop
85 } // end of foreach
90 *** Testing fgetcsv() : with enclosure argument, file pointer pointing at end of file ***
/PHP-5.5/ext/spl/internal/
H A Dspldoublylinkedlist.inc48 /** @return the element popped from the end of the DLL.
70 /** Pushes an element to the end of the DLL.
92 return end($this->_llist);
95 /** @return the element at the end of the DLL.
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c554 goto end; in mysqlnd_stmt_execute_store_params()
588 goto end; in mysqlnd_stmt_execute_store_params()
637 goto end; in mysqlnd_stmt_execute_store_params()
699 goto end; in mysqlnd_stmt_execute_store_params()
713 goto end; in mysqlnd_stmt_execute_store_params()
755 goto end; in mysqlnd_stmt_execute_store_params()
775 goto end; in mysqlnd_stmt_execute_store_params()
846 end: in mysqlnd_stmt_execute_store_params()
/PHP-5.5/ext/date/lib/
H A Dtimelib.c291 char *begin = *ptr, *end; in timelib_parse_tz_cor() local
297 end = *ptr; in timelib_parse_tz_cor()
298 switch (end - begin) { in timelib_parse_tz_cor()
H A Dparse_date.re444 char *begin, *end, *str;
459 end = *ptr;
487 char *begin, *end, *str;
502 end = *ptr;
537 char *begin = *ptr, *end;
544 end = *ptr;
570 char *begin = *ptr, *end;
577 end = *ptr;
617 char *begin = *ptr, *end;
624 end = *ptr;
[all …]
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c1334 end = 0; in mbfl_substr()
1352 end = start; in mbfl_substr()
1354 end = n; in mbfl_substr()
1372 if (end > len) { in mbfl_substr()
1373 end = len; in mbfl_substr()
1375 if (end < 0) { in mbfl_substr()
1376 end = 0; in mbfl_substr()
1379 start = end; in mbfl_substr()
1383 n = end - start; in mbfl_substr()
1550 end = p; in mbfl_strcut()
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_push_error1.phpt6 * Description: Pushes elements onto the end of the array
H A Darray_push_variation3.phpt6 * Description: Pushes elements onto the end of the array
/PHP-5.5/ext/sybase_ct/tests/
H A Dbug27843.phpt26 end
H A Dbug28354.phpt26 end
/PHP-5.5/Zend/tests/
H A Dbug35655.phpt2 Bug #35655 (whitespace following end of heredoc is lost)
H A Dnowdoc_013.phpt2 Test whitespace following end of nowdoc
/PHP-5.5/ext/oci8/tests/
H A Dbind_sqltchr_2.phpt17 end;"
/PHP-5.5/ext/shmop/
H A DREADME5 While developing a search deamon we needed a php based front end
24 …(the n flag is mostly useful for security perpouses, so that you don't end up opening a faked segm…
/PHP-5.5/ext/tokenizer/tests/
H A Dtoken_get_all_variation9.phpt40 # end of program
428 string(17) "# end of program
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c3070 switch(*end) in get_chr_property_list()
3079 end++; in get_chr_property_list()
3085 end++; in get_chr_property_list()
3096 return end; in get_chr_property_list()
3687 if (end != NULL && compare_opcodes(end, utf, cd, list, end, &rec_limit)) in auto_possessify()
3744 if (compare_opcodes(end, utf, cd, list, end, &rec_limit)) in auto_possessify()
4205 pcre_uint32 classbits_end = (end <= 0xff ? end : 0xff); in add_to_class()
4240 else if (od > end && oc <= end + 1) in add_to_class()
4243 if (end > classbits_end) classbits_end = (end <= 0xff ? end : 0xff); in add_to_class()
4268 if (end > 0xff) end = 0xff; in add_to_class()
[all …]
/PHP-5.5/ext/interbase/tests/
H A D006.phpt31 end");
232 echo "end of test\n";
300 end of test
/PHP-5.5/ext/opcache/Optimizer/
H A Dpass1_5.c12 zend_op *end = opline + op_array->last; variable
14 while (opline < end) {
288 while (op < end) {
/PHP-5.5/ext/standard/
H A Dmath.c907 char *ptr, *end; in _php_math_longtobase() local
916 end = ptr = buf + sizeof(buf) - 1; in _php_math_longtobase()
924 return estrndup(ptr, end - ptr); in _php_math_longtobase()
943 char *ptr, *end; in _php_math_zvaltobase() local
952 end = ptr = buf + sizeof(buf) - 1; in _php_math_zvaltobase()
960 return estrndup(ptr, end - ptr); in _php_math_zvaltobase()
/PHP-5.5/ext/standard/tests/strings/
H A Dchop_error.phpt6 * Description: Strip whitespace (or other characters) from the end of a string

Completed in 179 milliseconds

1...<<11121314151617181920>>...26