Home
last modified time | relevance | path

Searched refs:get (Results 51 – 75 of 565) sorted by relevance

12345678910>>...23

/PHP-8.0/Zend/tests/
H A Dbug70262.phpt20 $a->getObj($array) //use function call to get a refcount == 1 IS_VAR object
22 …[0] = "test"; //We will get a refcount == 3 array (not a IS_INDIRCT) in ZEND_ASSIGN_DIM_SPEC_VAR_C…
H A Dbug38287.phpt12 // error occurs here: execution should never get inside the if condition because $not_there is NULL
14 // will print NULL (which is ok, but execution should never get here if the value is NULL)
/PHP-8.0/ext/opcache/tests/
H A Dbug73746.phpt14 …public function get(string $countryIsoCode = null) : string // Works correctly if return type is r…
27 var_dump($mapping->get('CZ'));
H A Dbug77275.phpt11 class Bar { public function get() {} }
24 $id = $b->get('a', 'b', 'c');
/PHP-8.0/ext/standard/tests/array/
H A Darray_unique_variation3.phpt12 // get an unset variable
16 // get a resource variable
19 // get a class
27 // get a heredoc string
H A Darray_unique_variation4.phpt12 // get an unset variable
16 // get a resource variable
19 // get a class
27 // get a heredoc string
H A Darray_merge_variation1.phpt14 //get an unset variable
18 // get a class
31 // get a resource variable
H A Darray_map_variation5.phpt15 //get an unset variable
19 //get a resource variable
22 //get a class
30 // get a heredoc string
H A Darray_push_variation2.phpt14 //get an unset variable
18 // get a class
31 // get a resource variable
H A Darray_diff_variation8.phpt13 // get an unset variable
17 // get a resource variable
20 // get a class
28 // get a heredoc string
H A Darray_map_variation4.phpt16 // get an unset variable
20 // get a resource variable
23 // get a class
30 // get a heredoc string
/PHP-8.0/ext/curl/tests/
H A Dcurl_basic_002.phpt16 $url = "{$host}/get.inc?test=get";
H A Dcurl_basic_001.phpt16 $url = "{$host}/get.inc?test=get";
H A Dcurl_copy_handle_basic_001.phpt2 Test curl_copy_handle() with simple get
16 $url = "{$host}/get.inc?test=getpost&get_param=Hello%20World";
H A Dcurl_basic_006.phpt16 $url = "{$host}/get.inc?test=get";
/PHP-8.0/ext/sockets/tests/
H A Dsocket_set_option_rcvtimeo.phpt5 -set/get params comparison
27 //set/get comparison
H A Dsocket_set_option_sndtimeo.phpt5 -set/get params comparison
27 //set/get comparison
/PHP-8.0/sapi/cli/tests/
H A Dcli_process_title_unix.phpt54 echo "Successfully verified title using get\n";
56 echo "Actually loaded from get: $read_title\n";
63 Successfully verified title using get
/PHP-8.0/ext/standard/tests/serialize/
H A Dbug65806.phpt23 public function get()
54 echo 'check ' . check($list->get()) . PHP_EOL;
61 echo 'check ' . check($newList->get()) . PHP_EOL;
/PHP-8.0/Zend/tests/generators/
H A Dget_return_errors.phpt74 Cannot get return value of a generator that hasn't returned
76 Cannot get return value of a generator that hasn't returned
79 Cannot get return value of a generator that hasn't returned
/PHP-8.0/tests/output/
H A Dob_flush_basic_001.phpt12 echo "This should get flushed.\n";
29 This should get flushed.
/PHP-8.0/ext/opcache/tests/jit/
H A Dbug81051.phpt33 public function get(int $len) : string{
39 var_dump($stream->get(1));
/PHP-8.0/ext/snmp/tests/
H A Dsnmp-object-error.phpt41 var_dump($session->get('.1.3.6.1.2.1.1.1..0'));
48 var_dump($session->get('.1.3.6.1.2.1.1.1..0'));
67 var_dump($session->get('.1.3.6.1.2.1.1.1.0'));
95 Warning: SNMP::get(): Invalid object identifier: .1.3.6.1.2.1.1.1..0 in %s on line %d
/PHP-8.0/ext/standard/tests/math/
H A Dpow_variation1_64bit.phpt13 //get an unset variable
23 // get a class
28 // get a resource variable
H A Dpow_variation2.phpt9 //get an unset variable
19 // get a class
24 // get a resource variable

Completed in 31 milliseconds

12345678910>>...23