Home
last modified time | relevance | path

Searched refs:get (Results 176 – 200 of 565) sorted by relevance

12345678910>>...23

/PHP-8.0/ext/standard/tests/class_object/
H A Dget_object_vars_variation_005.phpt10 // Using ArrayObject here to get around property name restrictions
/PHP-8.0/ext/standard/tests/dir/
H A Dreaddir_variation7.phpt11 // get a resource variable
/PHP-8.0/ext/soap/tests/bugs/
H A Dbug34657.phpt2 Bug #34657 (If you get a communication problem when loading the WSDL, it fatal's)
/PHP-8.0/ext/sysvsem/tests/
H A Dnowait.phpt21 echo "P: failed to parent get semaphore.\n";
30 echo "P: failed to child get semaphore.\n";
95 // This should fail to get to the semaphore and not wait
/PHP-8.0/ext/standard/tests/strings/
H A Dsetlocale_variation1.phpt23 // get the contents from the internal output buffer
35 /* Collect existing system locales and get 2 valid locales that can be use to
69 // use localeconv() to get the details of currently set locale
/PHP-8.0/ext/oci8/tests/
H A Dconn_attr_1.phpt2 Set and get of connection attributes with all types of connections.
33 echo"**Test 1.2 - Set and get values for the attributes **************\n";
71 **Test 1.2 - Set and get values for the attributes **************
/PHP-8.0/ext/xmlreader/tests/
H A D005.phpt2 XMLReader: libxml2 XML Reader, parser property set/get
H A D006.phpt15 // 2 read to get on the 2nd node
/PHP-8.0/ext/curl/tests/
H A Dcurl_basic_024.phpt18 $url = "{$host}/get.inc?test=";
H A Dbug77711.phpt12 curl_setopt($ch, CURLOPT_URL, "{$host}/get.php?test=file");
/PHP-8.0/Zend/tests/
H A Dbug70012.phpt18 echo "Outer shouldn't get here\n";
H A Dgc_043.phpt2 GC buffer shouldn't get reused when removing nested data
/PHP-8.0/Zend/tests/match/
H A D029.phpt11 default => "This should not get printed with or without opcache\n",
H A D030.phpt11 default => "This should not get printed with or without opcache\n",
/PHP-8.0/ext/pdo_dblib/tests/
H A Dbug_45876.phpt2 PDO_DBLIB: Does not support get column meta
/PHP-8.0/ext/standard/tests/array/
H A Darray_merge_recursive_variation4.phpt12 // get an unset variable
16 // get a resource variable
19 // get a class
27 // get a heredoc string
H A Darray_merge_recursive_variation5.phpt12 // get an unset variable
16 // get a resource variable
19 // get a class
27 // get a heredoc string
H A Darray_reverse_variation4.phpt12 //get an unset variable
16 //get a resource variable
19 //get a class
26 // get a heredoc string
H A Darray_reverse_variation5.phpt14 //get an unset variable
18 //get a resource variable
21 //get a class
29 // get a heredoc string
H A Darray_unshift_variation4.phpt13 //get an unset variable
17 //get a resource variable
20 //get a class
28 // get a heredoc string
H A Darray_unshift_variation5.phpt15 // get an unset variable
19 // get a resource variable
22 // get a class
30 // get a heredoc string
/PHP-8.0/ext/standard/tests/file/
H A Drename_variation8-win32.phpt17 // ensure that $dest_name didn't get created
36 // ensure that $new_dir_name didn't get created
/PHP-8.0/ext/pdo_oci/tests/
H A Dpdo_oci_attr_case.phpt49 echo "Test 4 - Setting on statement has no effect. Attempt lower case but get upper\n";
75 Test 4 - Setting on statement has no effect. Attempt lower case but get upper
/PHP-8.0/ext/dba/
H A Ddba_db1.c99 if (dba->dbp->get(dba->dbp, &gkey, &gval, 0) == RET_SUCCESS) { in DBA_FETCH_FUNC()
124 return dba->dbp->get(dba->dbp, &gkey, &gval, 0) != RET_SUCCESS ? FAILURE : SUCCESS; in DBA_EXISTS_FUNC()
/PHP-8.0/ext/sockets/tests/
H A Dsocket_setopt_basic.phpt20 //set/get comparison

Completed in 25 milliseconds

12345678910>>...23