Home
last modified time | relevance | path

Searched refs:get (Results 226 – 250 of 565) sorted by relevance

12345678910>>...23

/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_pconn_kill.phpt22 // get the thread ids of the two connections...
27 printf("[002] Cannot get processlist, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
51 printf("[007] Cannot get processlist, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
/PHP-8.0/ext/intl/tests/
H A Dresourcebundle_iterator.phpt30 $r = $r->get( 'testarray' );
/PHP-8.0/ext/intl/resourcebundle/
H A Dresourcebundle_arginfo.h45 ZEND_ME_MAPPING(get, resourcebundle_get, arginfo_class_ResourceBundle_get, ZEND_ACC_PUBLIC)
/PHP-8.0/ext/standard/tests/array/
H A Darray_diff_uassoc_variation12.phpt10 //get an unset variable
H A Darray_diff_ukey_variation9.phpt10 //get an unset variable
H A Darray_intersect_assoc_variation5.phpt13 // get an unset variable
17 // get a heredoc string
H A Darray_intersect_assoc_variation6.phpt13 // get an unset variable
17 // get a heredoc string
H A Darray_intersect_variation6.phpt13 // get an unset variable
17 // get a heredoc string
H A Darray_diff_key_variation7.phpt10 //get an unset variable
H A Darray_intersect_key_variation7.phpt9 //get an unset variable
H A Darray_pad_variation3.phpt17 //get an unset variable
21 // get a class
34 // get a resource variable
37 // get a reference variable
/PHP-8.0/ext/dba/tests/
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";
H A Ddba_db4_007.phpt23 echo "File did not get created\n";
/PHP-8.0/ext/dba/
H A Ddba_db2.c100 if (dba->dbp->get(dba->dbp, NULL, &gkey, &gval, 0)) { in DBA_FETCH_FUNC()
130 if (dba->dbp->get(dba->dbp, NULL, &gkey, &gval, 0)) { in DBA_EXISTS_FUNC()
/PHP-8.0/ext/pgsql/tests/
H A D00version.phpt8 // Execute run-test.php with --keep-all to get version string in 00version.log or 00version.out
/PHP-8.0/ext/curl/tests/
H A Dcurl_copy_handle_basic_002.phpt15 $url = "{$host}/get.inc?test=getpost";
H A Dbug55767.phpt15 $url = "{$host}/get.inc?test=getpost&get_param=Hello%20World";
H A Dcurl_copy_handle_basic_005.phpt16 $url = "{$host}/get.inc?test=getpost";
H A Dcurl_copy_handle_basic_006.phpt16 $url = "{$host}/get.inc?test=useragent";
H A Dcurl_copy_handle_variation4.phpt12 curl_setopt($ch1, CURLOPT_URL, "{$host}/get.php?test=file");
H A Dcurl_CURLOPT_READDATA.phpt14 $url = $host . '/get.inc?test=post';
/PHP-8.0/Zend/tests/generators/
H A Dget_return_and_finally.phpt47 Cannot get return value of a generator that hasn't returned
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_connection.h71 #define GET_CONNECTION_STATE(state_struct) (state_struct)->m->get((state_struct))
/PHP-8.0/Zend/tests/
H A Dbug32674.phpt54 echo 'shouldn`t get here';

Completed in 33 milliseconds

12345678910>>...23