Home
last modified time | relevance | path

Searched refs:pointer (Results 126 – 150 of 325) sorted by relevance

12345678910>>...13

/PHP-8.3/ext/standard/tests/file/
H A D007_variation21.phpt8 checking for the file pointer position,
25 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation5.phpt8 checking for the file pointer position,
25 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A Dfgets_variation1.phpt28 // rewind the file pointer to beginning of the file
35 var_dump( ftell($file_handle) ); // ensure that file pointer position is not changed
36 var_dump( feof($file_handle) ); // check if end of file pointer is set
H A Dfgetcsv_variation21.phpt36 // else rewind the file pointer to beginning of the file
41 // rewind the file pointer to bof
52 // check the file pointer position and if eof
H A D007_variation13-win32.phpt13 checking for the file pointer position,
30 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation13.phpt13 checking for the file pointer position,
30 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A Dfscanf_variation55.phpt2 Test fscanf() function: usage variations - tracking file pointer while reading
14 tracking the file pointer movement along with reading
19 echo "*** Test fscanf(): tracking file pointer along with reading data from file ***\n";
69 // current file pointer position
71 // rewind the file so that for every foreach iteration the file pointer starts from bof
73 // current file pointer position after rewind operation
93 *** Test fscanf(): tracking file pointer along with reading data from file ***
/PHP-8.3/ext/exif/tests/
H A Dbug60150.phpt14 Warning: exif_read_data(bug60150.jpg): Process tag(x9003=DateTimeOriginal): Illegal pointer offset(…
H A Dbug68799.phpt2 Bug #68799 (Free called on uninitialized pointer)
/PHP-8.3/Zend/tests/
H A Dbug70121.phpt2 Bug #70121 (unserialize() could lead to unexpected methods execution / NULL pointer deref)
/PHP-8.3/ext/zend_test/tests/
H A Dobserver_bug81430_1.phpt2 Bug #81430 (Attribute instantiation frame accessing invalid frame pointer)
H A Dgh11078.phpt2 GH-11078 (PHP Fatal error triggers pointer being freed was not allocated and malloc: double free fo…
/PHP-8.3/ext/session/tests/
H A Dgh13856.phpt2 GH-13856 (Member access within null pointer of type 'ps_files' in ext/session/mod_files.c)
/PHP-8.3/Zend/asm/
H A Dmake_arm64_aapcs_macho_gas.S75 ret lr ; return pointer to context-data (x0)
H A Djump_ppc32_sysv_elf_gas.S78 # Don't change R2, the thread-local storage pointer.
H A Dmake_arm_aapcs_macho_gas.S65 bx lr @ return pointer to context-data
H A Dmake_ppc32_sysv_elf_gas.S88 # set hidden pointer for returning transfer_t
110 blr # return pointer to context-data
H A Dmake_arm_aapcs_elf_gas.S71 bx lr @ return pointer to context-data
/PHP-8.3/ext/standard/tests/serialize/
H A Dbug68545.phpt2 Bug #68545 NULL pointer dereference in unserialize.c:var_push_dtor
/PHP-8.3/ext/phar/tests/
H A Dgh13836.phpt2 GH-13836 (Renaming a file in a Phar to an already existing filename causes a NULL pointer dereferen…
H A Dbug69720.phpt2 Phar - bug #69720 - Null pointer dereference in phar_get_fp_offset()
/PHP-8.3/sapi/phpdbg/tests/
H A Dgh13681.phpt2 phpdbg_watch null pointer access
/PHP-8.3/ext/pcre/tests/
H A D005.phpt10 /p2/var/php_gcov/PHP_4_4/ext/ming/ming.c:323: warning: assignment from incompatible pointer type
12 …t/ming/ming.c:2597: warning: passing arg 2 of `SWFTextField_setFont' from incompatible pointer type
35 …svmsg/sysvmsg.c:318: warning: passing arg 2 of `php_var_unserialize' from incompatible pointer type
37 /p2/var/php_gcov/PHP_4_4/ext/yp/yp.c:372: warning: assignment discards qualifiers from pointer targ…
85 /p2/var/php_gcov/PHP_4_4/ext/ming/ming.c:323: warning: assignment from incompatible pointer type
94 [8] => assignment from incompatible pointer type
100 …t/ming/ming.c:2597: warning: passing arg 2 of `SWFTextField_setFont' from incompatible pointer type
109 [8] => passing arg 2 of `SWFTextField_setFont' from incompatible pointer type
296 [8] => passing arg 2 of `php_var_unserialize' from incompatible pointer type
302 /p2/var/php_gcov/PHP_4_4/ext/yp/yp.c:372: warning: assignment discards qualifiers from pointer targ…
[all …]
/PHP-8.3/ext/snmp/tests/
H A Dbug64124.phpt21 # Should be checked with IPv6 since IPv4 processing code do not alter pointer position
/PHP-8.3/ext/standard/tests/array/
H A D005.phpt46 /*Checking for internal array pointer beint reset when shift is called */
48 echo"\n*** Checking for internal array pointer being reset when shift is called ***\n";
308 *** Checking for internal array pointer being reset when shift is called ***

Completed in 28 milliseconds

12345678910>>...13