Home
last modified time | relevance | path

Searched refs:position (Results 26 – 50 of 357) sorted by relevance

12345678910>>...15

/PHP-7.0/ext/standard/tests/file/
H A D007_variation18.phpt19 checking for the file pointer position,
33 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
35 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
37 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
H A D007_variation10.phpt19 checking for the file pointer position,
33 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
35 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
37 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
H A D007_variation2.phpt19 checking for the file pointer position,
33 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
35 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
37 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
H A D007_variation15.phpt19 checking for the file pointer position,
31 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
33 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation23.phpt19 checking for the file pointer position,
31 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
33 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation8.phpt19 checking for the file pointer position,
31 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
33 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation7.phpt19 checking for the file pointer position,
31 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
33 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation16.phpt19 checking for the file pointer position,
31 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
33 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation24.phpt19 checking for the file pointer position,
31 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
33 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation11-win32.phpt24 checking for the file pointer position,
39 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
41 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation19.phpt19 checking for the file pointer position,
34 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
36 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
39 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation3.phpt19 checking for the file pointer position,
34 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
36 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
39 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation4.phpt19 checking for the file pointer position,
34 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
36 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
39 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_frame.c186 HashPosition position; in phpdbg_dump_backtrace() local
216 zend_hash_internal_pointer_reset_ex(Z_ARRVAL(zbacktrace), &position); in phpdbg_dump_backtrace()
217 tmp = zend_hash_get_current_data_ex(Z_ARRVAL(zbacktrace), &position); in phpdbg_dump_backtrace()
218 while ((tmp = zend_hash_get_current_data_ex(Z_ARRVAL(zbacktrace), &position))) { in phpdbg_dump_backtrace()
234 zend_hash_move_forward_ex(Z_ARRVAL(zbacktrace), &position); in phpdbg_dump_backtrace()
/PHP-7.0/ext/standard/tests/array/
H A Dreset_variation3.phpt11 * Reference two arrays to each other then call reset() to test position of
19 echo "\n-- Initial position of internal pointer --\n";
45 -- Initial position of internal pointer --
H A Darray_push_variation5.phpt2 Test array_push() function : usage variations - position of internal array pointer
11 * Check the position of the internal array pointer after calling array_push()
H A Darray_key_exists_variation7.phpt2 Test array_key_exists() function : usage variations - position of internal array pointer
12 * Check the position of the internal array pointer after calling array_key_exists()
H A Darray_slice_variation10.phpt2 Test array_slice() function : usage variations - position of internal array pointer
11 * Check position of internal array pointer after calling array_slice()
H A Dend_variation3.phpt18 echo "\n-- Initial position of internal pointer --\n";
35 -- Initial position of internal pointer --
H A Dkey_variation3.phpt18 echo "\n-- Initial position of internal pointer --\n";
37 -- Initial position of internal pointer --
H A Dnatcasesort_variation10.phpt2 Test natcasesort() function : usage variations - position of internal array pointer
11 * Check position of internal array pointer after calling natcasesort()
/PHP-7.0/ext/spl/tests/
H A Darray_014.phpt46 Seek position -1 is out of range
47 Seek position 12 is out of range
/PHP-7.0/ext/standard/tests/strings/
H A Dget_meta_tags.phpt12 <meta name="geo.position" content="49.33;-86.59">
22 <meta name="geo.position" content="49.33;-86.59">
28 <meta name="geo.position" content="49.33;-86.591">
/PHP-7.0/ext/pdo_oci/tests/
H A Dpdo_oci_attr_server.phpt25 echo "Found 'Oracle' at position $pos as expected\n";
39 Found 'Oracle' at position 0 as expected
/PHP-7.0/ext/pdo/tests/
H A Dbug_69356.phpt20 … their name, type (paramtype) as an integer, their key name or position, and the position in the q…
32 … their name, type (paramtype) as an integer, their key name or position, and the position in the q…

Completed in 26 milliseconds

12345678910>>...15