Home
last modified time | relevance | path

Searched refs:get (Results 126 – 150 of 565) sorted by relevance

12345678910>>...23

/PHP-8.0/ext/standard/tests/math/
H A Ddecbin_variation1_64bit.phpt12 //get an unset variable
22 // get a class
27 // get a resource variable
H A Ddechex_variation1.phpt12 //get an unset variable
22 // get a class
27 // get a resource variable
H A Ddecoct_variation1_64bit.phpt12 //get an unset variable
23 // get a class
28 // get a resource variable
/PHP-8.0/ext/spl/tests/
H A Dheap_current_variation_001.phpt2 SPL: SplHeap::current - get current value from empty heap
H A DSplDoublyLinkedList_offsetGet_param_array.phpt10 $get = $array->offsetGet( array( 'fail' ) );
H A DSplDoublyLinkedList_offsetGet_param_string.phpt10 $get = $array->offsetGet( 'fail' );
/PHP-8.0/Zend/tests/
H A Dbug69201.phpt2 Bug #69201 (Memory leak using iterator and get by reference on PHP 7)
H A Dmethods-on-non-objects.phpt8 echo "Should not get here!\n";
H A Dbug40757.phpt2 Bug #40757 (get_object_vars() get nothing in child class)
H A Dctor_promotion_untyped_default.phpt2 Bug #79867: Promoted untyped properties should get null default value
/PHP-8.0/ext/standard/tests/file/
H A Dfilesize_variation4-win32.phpt18 echo "-- opening the file in 'w' mode and get the size --\n";
26 echo "-- opening the file in 'wt' mode and get the size --\n";
84 -- opening the file in 'w' mode and get the size --
87 -- opening the file in 'wt' mode and get the size --
H A Dfilesize_variation4.phpt20 echo "-- opening the file in 'w' mode and get the size --\n";
28 echo "-- opening the file in 'wt' mode and get the size --\n";
86 -- opening the file in 'w' mode and get the size --
89 -- opening the file in 'wt' mode and get the size --
/PHP-8.0/ext/intl/tests/
H A Dresourcebundle_traversable.phpt12 var_dump(iterator_to_array($r->get('testarray')));
/PHP-8.0/ext/date/tests/
H A Dbug33563.phpt2 Bug #33563 (strtotime('+1 month',$abc) cant get right time)
/PHP-8.0/ext/xmlreader/tests/
H A D015-get-errors.phpt12 $filename = __DIR__ . '/015-get-errors.xml';
46 unlink(__DIR__.'/015-get-errors.xml');
/PHP-8.0/ext/imap/tests/
H A Dimap_bodystruct_basic.phpt44 echo "\nTry to get part 4!\n";
70 Try to get part 4!
/PHP-8.0/ext/dba/tests/
H A Ddba_db4_016.phpt23 echo "File did not get created\n";
39 echo "File did not get created\n";
/PHP-8.0/ext/oci8/tests/
H A Dedition_2.phpt43 echo"\n\n**Test 1.2 - Set a value and get the same with different connections *********\n";
73 //open a new connection and get the edition value . This will have the updated value.
110 // Set the edition value to MYEDITION. open a conn .get the value.
111 // execute the alter system set edition ='MYEDITION' .get the value .
112 // set it back to MYEDITION using oci_set_edition. and get the value.
116 echo "get the value set to MYEDITION with oci_set_edition\n";
170 **Test 1.2 - Set a value and get the same with different connections *********
228 get the value set to MYEDITION with oci_set_edition
/PHP-8.0/ext/reflection/tests/
H A Dbug53366.phpt2 Bug #53366 (Reflection doesn't get dynamic property value from getProperty())
/PHP-8.0/ext/curl/tests/
H A Dbug46739.phpt11 $ch = curl_init("{$host}/get.inc");
H A Dcurl_basic_020.phpt12 $url = "{$host}/get.inc?test=";
/PHP-8.0/ext/standard/tests/network/
H A Dbug80067.phpt11 var_dump(file_get_contents('https://httpbin.org/get', false, $context) !== false);
/PHP-8.0/ext/openssl/tests/
H A Dopenssl_pkcs7_encrypt_basic.phpt10 die("failed to get a temporary filename!");
13 die("failed to get a temporary filename!");
H A Dopenssl_pkcs7_verify_basic.phpt9 die("failed to get a temporary filename!");
14 die("failed to get a temporary filename!");
/PHP-8.0/ext/standard/tests/array/
H A Darray_diff_variation4.phpt15 //get an unset variable
19 //get heredoc

Completed in 28 milliseconds

12345678910>>...23