Home
last modified time | relevance | path

Searched refs:end (Results 376 – 400 of 631) sorted by relevance

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

/PHP-5.5/ext/standard/tests/file/
H A Dfread_variation3-win32.phpt14 Reading stops when up to length bytes have been read, EOF (end of file) is
95 // try fread when file pointer at end
97 //reading file when file pointer at end
107 } // end of inner foreach loop
108 }// end of outer foreach loop
H A Dfread_variation3.phpt14 Reading stops when up to length bytes have been read, EOF (end of file) is
95 // try fread when file pointer at end
97 //reading file when file pointer at end
107 } // end of inner foreach loop
108 }// end of outer foreach loop
H A Dfread_variation4-win32.phpt14 Reading stops when up to length bytes have been read, EOF (end of file) is
93 // try fread when file pointer at end
95 //reading file when file pointer at end
105 } // end of inner foreach loop
106 }// end of outer foreach loop
H A Dfread_variation4.phpt14 Reading stops when up to length bytes have been read, EOF (end of file) is
93 // try fread when file pointer at end
95 //reading file when file pointer at end
105 } // end of inner foreach loop
106 }// end of outer foreach loop
H A D007_variation14.phpt36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end
H A D007_variation21.phpt36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end
H A D007_variation22.phpt36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end
H A D007_variation5.phpt36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end
H A D007_variation6.phpt36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end
H A Dfgetc_variation1.phpt32 // seek to end of the file and try fgetc()
H A D007_variation13-win32.phpt41 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end
H A D007_variation13.phpt41 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end
H A D007_variation15.phpt33 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
H A D007_variation23.phpt33 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
H A D007_variation7.phpt33 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
/PHP-5.5/main/streams/
H A Dplain_wrapper.c1392 char *pathbuf, *ptr, *end; in _php_stream_fopen_with_path() local
1495 end = strchr(ptr, DEFAULT_DIR_SEPARATOR); in _php_stream_fopen_with_path()
1496 if (end != NULL) { in _php_stream_fopen_with_path()
1497 *end = '\0'; in _php_stream_fopen_with_path()
1498 end++; in _php_stream_fopen_with_path()
1517 ptr = end; in _php_stream_fopen_with_path()
/PHP-5.5/ext/intl/tests/
H A Ddateformat_localtime.phpt83 }//end of for $fmt_array
/PHP-5.5/ext/standard/tests/strings/
H A Drtrim_variation1.phpt7 * Description: Strip whitespace (or other characters) from the end of a string.
H A Dtrim_variation1.phpt7 * Description: Strip whitespace (or other characters) from the beginning and end of a string.
H A Drtrim_variation2.phpt7 * Description: Strip whitespace (or other characters) from the end of a string.
H A Dtrim_variation2.phpt7 * Description: Strip whitespace (or other characters) from the beginning and end of a string.
/PHP-5.5/ext/pcre/pcrelib/
H A DHACKING170 OP_END end of pattern
191 OP_EODN match end of data or newline at end: \Z
192 OP_EOD match end of data: \z
193 OP_DOLL $ (end of data, or before final newline)
194 OP_DOLLM $ multiline mode (end of data or before newline)
326 bits are counted from the least significant end of each unit. In caseless mode,
343 XCL_END marks the end of the list
451 have POS on the end, e.g. OP_BRAPOS instead of OP_BRA and OP_SCPBRPOS instead
452 of OP_SCBRA. The end of such a group is marked by OP_KETRPOS. If the minimum
/PHP-5.5/ext/pdo/
H A DREADME49 When the database handle is closed or destroyed (or at request end for
/PHP-5.5/ext/oci8/tests/
H A Ddrcp_scope2.phpt2 DRCP: oci_new_connect() and oci_connect with scope end when oci8.old_oci_close_semantics OFF
H A Ddrcp_scope1.phpt2 DRCP: oci_new_connect() and oci_connect() with scope end when oci8.old_oci_close_semantics ON

Completed in 49 milliseconds

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