Home
last modified time | relevance | path

Searched refs:get (Results 201 – 225 of 596) sorted by relevance

12345678910>>...24

/PHP-7.4/ext/standard/tests/array/
H A Darray_slice_variation2.phpt21 //get an unset variable
25 // get a class
38 // get a resource variable
H A Darray_diff_assoc_variation3.phpt19 //get an unset variable
23 // get a class
H A Darray_unshift_variation4.phpt18 //get an unset variable
22 //get a resource variable
25 //get a class
33 // get a heredoc string
H A Darray_merge_recursive_variation4.phpt17 // get an unset variable
21 // get a resource variable
24 // get a class
32 // get a heredoc string
H A Darray_reverse_variation4.phpt17 //get an unset variable
21 //get a resource variable
24 //get a class
31 // get a heredoc string
H A Darray_reverse_variation5.phpt19 //get an unset variable
23 //get a resource variable
26 //get a class
34 // get a heredoc string
H A Darray_key_exists_variation1.phpt20 //get an unset variable
24 // get a class
37 // get a resource variable
/PHP-7.4/ext/curl/tests/
H A Dcurl_file_upload_stream.phpt14 curl_setopt($ch, CURLOPT_URL, "{$host}/get.inc?test=file");
H A Dcurl_copy_handle_basic_004.phpt16 $url = "{$host}/get.inc?test=getpost&get_param=Hello%20World";
H A Dcurl_copy_handle_variation3.phpt12 curl_setopt($ch1, CURLOPT_URL, "{$host}/get.php?test=file");
H A Dcurl_file_upload.phpt24 curl_setopt($ch, CURLOPT_URL, "{$host}/get.inc?test=file");
55 curl_setopt($ch, CURLOPT_URL, "{$host}/get.inc?test=post");
H A Dbug45161.phpt32 curl_setopt($ch, CURLOPT_URL, "{$host}/get.inc");
/PHP-7.4/ext/xmlreader/tests/
H A D003-get-errors.phpt12 $filename = __DIR__ . '/003-get-errors.xml';
63 unlink(__DIR__.'/003-get-errors.xml');
/PHP-7.4/ext/standard/tests/dir/
H A Dreaddir_variation7.phpt16 // get a resource variable
/PHP-7.4/ext/openssl/tests/
H A Dbug55259.phpt2 Bug #55259 (openssl extension does not get the DH parameters from DH key resource)
/PHP-7.4/ext/dom/tests/
H A Dbug54382.phpt2 Bug #54382 DOMNode::getAttributeNodeNS doesn't get xmlns* attributes
/PHP-7.4/ext/intl/tests/
H A Dcalendar_get_setRepeatedWallTimeOption_basic.phpt2 IntlCalendar::get/setRepeatedWallTimeOption(): basic test
H A Dresourcebundle_iterator.phpt30 $r = $r->get( 'testarray' );
/PHP-7.4/ext/dba/tests/
H A Ddba_db4_017.phpt22 echo "File did not get created\n";
H A Ddba_db4_004.phpt25 echo "File did not get created\n";
H A Ddba_db4_008.phpt25 echo "File did not get created\n";
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_pconn_kill.phpt23 // get the thread ids of the two connections...
28 printf("[002] Cannot get processlist, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
52 printf("[007] Cannot get processlist, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
/PHP-7.4/ext/dba/
H A Ddba_db2.c102 if (dba->dbp->get(dba->dbp, NULL, &gkey, &gval, 0)) { in DBA_FETCH_FUNC()
132 if (dba->dbp->get(dba->dbp, NULL, &gkey, &gval, 0)) { in DBA_EXISTS_FUNC()
/PHP-7.4/ext/standard/tests/strings/
H A Dsetlocale_basic1.phpt24 Description: To get the currently installed locle in this platform
35 // get the contents from the internal output buffer
103 // use localeconv() to get the details of currently set locale
/PHP-7.4/ext/xmlrpc/tests/
H A Dbug42736.phpt9 public function get($id){

Completed in 30 milliseconds

12345678910>>...24