Home
last modified time | relevance | path

Searched refs:pointer (Results 101 – 125 of 369) sorted by relevance

12345678910>>...15

/PHP-5.5/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-5.5/ext/standard/tests/array/
H A Dcurrent_basic.phpt6 * Description: Return the element currently pointed to by the internal array pointer
H A Dprev_error2.phpt6 * Description: Move array argument's internal pointer to the previous element and return it
H A Dnext_basic.phpt6 * Description: Move array argument's internal pointer to the next element and return it
H A D005.phpt63 /*Checking for internal array pointer beint reset when shift is called */
65 echo"\n*** Checking for internal array pointer being reset when shift is called ***\n";
280 *** Checking for internal array pointer being reset when shift is called ***
/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation29.phpt2 Test fgetcsv() : usage variations - with only file handle as argument, file pointer pointing at end…
7 Description: Gets line from file pointer and parse for CSV fields
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…
60 // else rewind the file pointer to beginning of the file
68 // set the file pointer to EOF
73 // now file pointer should point to end of the file, try reading again
76 // check the file pointer position and if eof
89 *** Testing fgetcsv() : with file handle as only argument and 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
7 Description: Gets line from file pointer and parse for CSV fields
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";
60 // else rewind the file pointer to beginning of the file
68 // set the file pointer to EOF
73 // now file pointer should point to end of the file, try reading again
77 // check the file pointer position and if eof
90 *** Testing fgetcsv() : with enclosure argument, file pointer pointing at end of file ***
H A Dpopen_pclose_basic.phpt13 * Description: Opens process file pointer.
16 * Description: Closes process file pointer.
H A Dfseek_ftell_rewind_variation5.phpt6 Description: Seeks on a file pointer
9 Description: Rewind the position of a file pointer
12 Description: Tells file pointer read/write position
48 var_dump( ftell($file_handle) ); // confirm the file pointer position
49 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfscanf_variation55.phpt2 Test fscanf() function: usage variations - tracking file pointer while reading
19 tracking the file pointer movement along with reading
24 echo "*** Test fscanf(): tracking file pointer along with reading data from file ***\n";
74 // current file pointer position
76 // rewind the file so that for every foreach iteration the file pointer starts from bof
78 // current file pointer position after rewind operation
98 *** Test fscanf(): tracking file pointer along with reading data from file ***
H A Dfseek_ftell_rewind_variation3.phpt6 Description: Seeks on a file pointer
9 Description: Rewind the position of a file pointer
12 Description: Tells file pointer read/write position
49 var_dump( ftell($file_handle) ); // confirm the file pointer position
50 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_variation4-win32.phpt11 Description: Seeks on a file pointer
14 Description: Rewind the position of a file pointer
17 Description: Tells file pointer read/write position
55 var_dump( ftell($file_handle) ); // confirm the file pointer position
56 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_variation4.phpt11 Description: Seeks on a file pointer
14 Description: Rewind the position of a file pointer
17 Description: Tells file pointer read/write position
55 var_dump( ftell($file_handle) ); // confirm the file pointer position
56 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_variation6-win32.phpt11 Description: Seeks on a file pointer
14 Description: Rewind the position of a file pointer
17 Description: Tells file pointer read/write position
55 var_dump( ftell($file_handle) ); // confirm the file pointer position
56 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_variation6.phpt11 Description: Seeks on a file pointer
14 Description: Rewind the position of a file pointer
17 Description: Tells file pointer read/write position
55 var_dump( ftell($file_handle) ); // confirm the file pointer position
56 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_variation7.phpt6 Description: Seeks on a file pointer
9 Description: Rewind the position of a file pointer
12 Description: Tells file pointer read/write position
48 var_dump( ftell($file_handle) ); // confirm the file pointer position
49 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_variation1.phpt6 Description: Seeks on a file pointer
9 Description: Rewind the position of a file pointer
12 Description: Tells file pointer read/write position
48 var_dump( ftell($file_handle) ); // confirm the file pointer position
49 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_variation8-win32.phpt11 Description: Seeks on a file pointer
14 Description: Rewind the position of a file pointer
17 Description: Tells file pointer read/write position
56 var_dump( ftell($file_handle) ); // confirm the file pointer position
57 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_variation8.phpt11 Description: Seeks on a file pointer
14 Description: Rewind the position of a file pointer
17 Description: Tells file pointer read/write position
56 var_dump( ftell($file_handle) ); // confirm the file pointer position
57 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
/PHP-5.5/ext/intl/tests/
H A Dbreakiter_setText_basic.phpt23 /* setText resets the pointer */
/PHP-5.5/ext/standard/tests/dir/
H A Dreaddir_variation7.phpt11 * Open a file pointer using fopen and pass to readdir() to test behaviour
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug68545.phpt2 Bug #68545 NULL pointer dereference in unserialize.c:var_push_dtor
/PHP-5.5/ext/exif/tests/
H A Dbug60150.phpt15 Warning: exif_read_data(bug60150.jpg): Process tag(x9003=DateTimeOri): Illegal pointer offset(%s) i…
H A Dbug68799.phpt2 Bug #68799 (Free called on uninitialized pointer)
/PHP-5.5/ext/snmp/tests/
H A Dbug64124.phpt19 # Should be checked with IPv6 since IPv4 processing code do not alter pointer position

Completed in 36 milliseconds

12345678910>>...15