Home
last modified time | relevance | path

Searched refs:fetch_object (Results 1 – 25 of 1768) sorted by relevance

12345678910>>...71

/dports/lang/php73/php-7.3.33/ext/mysqli/tests/
H A Dmysqli_fetch_object_oo.phpt19 if (false !== ($tmp = @$res->fetch_object()))
31 if (!is_null($tmp = @$res->fetch_object($link)))
35 if (!is_null($tmp = @$res->fetch_object($link, $link)))
43 if (!is_null($tmp = @$res->fetch_object($link, $link, $link)))
65 $obj = $res->fetch_object('mysqli_fetch_object_test');
81 $obj = $res->fetch_object('mysqli_fetch_object_construct', null);
93 $obj = $res->fetch_object('mysqli_fetch_object_construct', array('a'));
102 $obj = $res->fetch_object('mysqli_fetch_object_construct', array('a', 'b'));
108 var_dump($res->fetch_object('mysqli_fetch_object_construct', array('a', 'b', 'c')));
122 var_dump($res->fetch_object('this_class_does_not_exist'));
[all …]
/dports/databases/php74-mysqli/php-7.4.27/ext/mysqli/tests/
H A Dmysqli_fetch_object_oo.phpt19 if (false !== ($tmp = @$res->fetch_object()))
31 if (!is_null($tmp = @$res->fetch_object($link)))
35 if (!is_null($tmp = @$res->fetch_object($link, $link)))
43 if (!is_null($tmp = @$res->fetch_object($link, $link, $link)))
65 $obj = $res->fetch_object('mysqli_fetch_object_test');
81 $obj = $res->fetch_object('mysqli_fetch_object_construct', null);
93 $obj = $res->fetch_object('mysqli_fetch_object_construct', array('a'));
102 $obj = $res->fetch_object('mysqli_fetch_object_construct', array('a', 'b'));
108 var_dump($res->fetch_object('mysqli_fetch_object_construct', array('a', 'b', 'c')));
122 var_dump($res->fetch_object('this_class_does_not_exist'));
[all …]
/dports/databases/php73-mysqli/php-7.3.33/ext/mysqli/tests/
H A Dmysqli_fetch_object_oo.phpt19 if (false !== ($tmp = @$res->fetch_object()))
31 if (!is_null($tmp = @$res->fetch_object($link)))
35 if (!is_null($tmp = @$res->fetch_object($link, $link)))
43 if (!is_null($tmp = @$res->fetch_object($link, $link, $link)))
65 $obj = $res->fetch_object('mysqli_fetch_object_test');
81 $obj = $res->fetch_object('mysqli_fetch_object_construct', null);
93 $obj = $res->fetch_object('mysqli_fetch_object_construct', array('a'));
102 $obj = $res->fetch_object('mysqli_fetch_object_construct', array('a', 'b'));
108 var_dump($res->fetch_object('mysqli_fetch_object_construct', array('a', 'b', 'c')));
122 var_dump($res->fetch_object('this_class_does_not_exist'));
[all …]
/dports/lang/php74/php-7.4.27/ext/mysqli/tests/
H A Dmysqli_fetch_object_oo.phpt19 if (false !== ($tmp = @$res->fetch_object()))
31 if (!is_null($tmp = @$res->fetch_object($link)))
35 if (!is_null($tmp = @$res->fetch_object($link, $link)))
43 if (!is_null($tmp = @$res->fetch_object($link, $link, $link)))
65 $obj = $res->fetch_object('mysqli_fetch_object_test');
81 $obj = $res->fetch_object('mysqli_fetch_object_construct', null);
93 $obj = $res->fetch_object('mysqli_fetch_object_construct', array('a'));
102 $obj = $res->fetch_object('mysqli_fetch_object_construct', array('a', 'b'));
108 var_dump($res->fetch_object('mysqli_fetch_object_construct', array('a', 'b', 'c')));
122 var_dump($res->fetch_object('this_class_does_not_exist'));
[all …]
/dports/www/mod_php73/php-7.3.33/ext/mysqli/tests/
H A Dmysqli_fetch_object_oo.phpt19 if (false !== ($tmp = @$res->fetch_object()))
31 if (!is_null($tmp = @$res->fetch_object($link)))
35 if (!is_null($tmp = @$res->fetch_object($link, $link)))
43 if (!is_null($tmp = @$res->fetch_object($link, $link, $link)))
65 $obj = $res->fetch_object('mysqli_fetch_object_test');
81 $obj = $res->fetch_object('mysqli_fetch_object_construct', null);
93 $obj = $res->fetch_object('mysqli_fetch_object_construct', array('a'));
102 $obj = $res->fetch_object('mysqli_fetch_object_construct', array('a', 'b'));
108 var_dump($res->fetch_object('mysqli_fetch_object_construct', array('a', 'b', 'c')));
122 var_dump($res->fetch_object('this_class_does_not_exist'));
[all …]
/dports/www/mod_php74/php-7.4.27/ext/mysqli/tests/
H A Dmysqli_fetch_object_oo.phpt19 if (false !== ($tmp = @$res->fetch_object()))
31 if (!is_null($tmp = @$res->fetch_object($link)))
35 if (!is_null($tmp = @$res->fetch_object($link, $link)))
43 if (!is_null($tmp = @$res->fetch_object($link, $link, $link)))
65 $obj = $res->fetch_object('mysqli_fetch_object_test');
81 $obj = $res->fetch_object('mysqli_fetch_object_construct', null);
93 $obj = $res->fetch_object('mysqli_fetch_object_construct', array('a'));
102 $obj = $res->fetch_object('mysqli_fetch_object_construct', array('a', 'b'));
108 var_dump($res->fetch_object('mysqli_fetch_object_construct', array('a', 'b', 'c')));
122 var_dump($res->fetch_object('this_class_does_not_exist'));
[all …]
/dports/databases/php81-mysqli/php-8.1.1/ext/mysqli/tests/
H A Dmysqli_fetch_object_oo.phpt31 if (!is_null($tmp = @$res->fetch_object($link, $link)))
39 if (!is_null($tmp = @$res->fetch_object($link, $link, $link)))
61 $obj = $res->fetch_object('mysqli_fetch_object_test');
77 $res->fetch_object('mysqli_fetch_object_construct', null);
84 $obj = $res->fetch_object('mysqli_fetch_object_construct', array('a'));
93 $obj = $res->fetch_object('mysqli_fetch_object_construct', array('a', 'b'));
99 var_dump($res->fetch_object('mysqli_fetch_object_construct', array('a', 'b', 'c')));
117 var_dump($res->fetch_object('this_class_does_not_exist'));
132 [0] mysqli_result::fetch_object() expects at most 2 arguments, 3 given in %s on line %d
133 mysqli_result::fetch_object(): Argument #2 ($constructor_args) must be of type array, null given
[all …]
/dports/databases/php80-mysqli/php-8.0.15/ext/mysqli/tests/
H A Dmysqli_fetch_object_oo.phpt30 if (!is_null($tmp = @$res->fetch_object($link, $link)))
38 if (!is_null($tmp = @$res->fetch_object($link, $link, $link)))
60 $obj = $res->fetch_object('mysqli_fetch_object_test');
76 $res->fetch_object('mysqli_fetch_object_construct', null);
83 $obj = $res->fetch_object('mysqli_fetch_object_construct', array('a'));
92 $obj = $res->fetch_object('mysqli_fetch_object_construct', array('a', 'b'));
98 var_dump($res->fetch_object('mysqli_fetch_object_construct', array('a', 'b', 'c')));
116 var_dump($res->fetch_object('this_class_does_not_exist'));
131 [0] mysqli_result::fetch_object() expects at most 2 arguments, 3 given in %s on line %d
132 mysqli_result::fetch_object(): Argument #2 ($constructor_args) must be of type array, null given
[all …]
/dports/www/mod_php81/php-8.1.1/ext/mysqli/tests/
H A Dmysqli_fetch_object_oo.phpt31 if (!is_null($tmp = @$res->fetch_object($link, $link)))
39 if (!is_null($tmp = @$res->fetch_object($link, $link, $link)))
61 $obj = $res->fetch_object('mysqli_fetch_object_test');
77 $res->fetch_object('mysqli_fetch_object_construct', null);
84 $obj = $res->fetch_object('mysqli_fetch_object_construct', array('a'));
93 $obj = $res->fetch_object('mysqli_fetch_object_construct', array('a', 'b'));
99 var_dump($res->fetch_object('mysqli_fetch_object_construct', array('a', 'b', 'c')));
117 var_dump($res->fetch_object('this_class_does_not_exist'));
132 [0] mysqli_result::fetch_object() expects at most 2 arguments, 3 given in %s on line %d
133 mysqli_result::fetch_object(): Argument #2 ($constructor_args) must be of type array, null given
[all …]
/dports/lang/php81/php-8.1.1/ext/mysqli/tests/
H A Dmysqli_fetch_object_oo.phpt31 if (!is_null($tmp = @$res->fetch_object($link, $link)))
39 if (!is_null($tmp = @$res->fetch_object($link, $link, $link)))
61 $obj = $res->fetch_object('mysqli_fetch_object_test');
77 $res->fetch_object('mysqli_fetch_object_construct', null);
84 $obj = $res->fetch_object('mysqli_fetch_object_construct', array('a'));
93 $obj = $res->fetch_object('mysqli_fetch_object_construct', array('a', 'b'));
99 var_dump($res->fetch_object('mysqli_fetch_object_construct', array('a', 'b', 'c')));
117 var_dump($res->fetch_object('this_class_does_not_exist'));
132 [0] mysqli_result::fetch_object() expects at most 2 arguments, 3 given in %s on line %d
133 mysqli_result::fetch_object(): Argument #2 ($constructor_args) must be of type array, null given
[all …]
/dports/lang/php80/php-8.0.15/ext/mysqli/tests/
H A Dmysqli_fetch_object_oo.phpt30 if (!is_null($tmp = @$res->fetch_object($link, $link)))
38 if (!is_null($tmp = @$res->fetch_object($link, $link, $link)))
60 $obj = $res->fetch_object('mysqli_fetch_object_test');
76 $res->fetch_object('mysqli_fetch_object_construct', null);
83 $obj = $res->fetch_object('mysqli_fetch_object_construct', array('a'));
92 $obj = $res->fetch_object('mysqli_fetch_object_construct', array('a', 'b'));
98 var_dump($res->fetch_object('mysqli_fetch_object_construct', array('a', 'b', 'c')));
116 var_dump($res->fetch_object('this_class_does_not_exist'));
131 [0] mysqli_result::fetch_object() expects at most 2 arguments, 3 given in %s on line %d
132 mysqli_result::fetch_object(): Argument #2 ($constructor_args) must be of type array, null given
[all …]
/dports/www/mod_php80/php-8.0.15/ext/mysqli/tests/
H A Dmysqli_fetch_object_oo.phpt30 if (!is_null($tmp = @$res->fetch_object($link, $link)))
38 if (!is_null($tmp = @$res->fetch_object($link, $link, $link)))
60 $obj = $res->fetch_object('mysqli_fetch_object_test');
76 $res->fetch_object('mysqli_fetch_object_construct', null);
83 $obj = $res->fetch_object('mysqli_fetch_object_construct', array('a'));
92 $obj = $res->fetch_object('mysqli_fetch_object_construct', array('a', 'b'));
98 var_dump($res->fetch_object('mysqli_fetch_object_construct', array('a', 'b', 'c')));
116 var_dump($res->fetch_object('this_class_does_not_exist'));
131 [0] mysqli_result::fetch_object() expects at most 2 arguments, 3 given in %s on line %d
132 mysqli_result::fetch_object(): Argument #2 ($constructor_args) must be of type array, null given
[all …]
/dports/net-mgmt/phpipam/phpipam-a14bc06/app/tools/routing/bgp/
H A Ddetails.php17 $bgp = $Tools->fetch_object ("routing_bgp", "id", $_GET['sPage']);
24 $circuit = $Tools->fetch_object ("circuits", "id", $bgp->circuit_id);
29 $vrf = $Tools->fetch_object ("vrf", "vrfId", $bgp->vrf_id);
34 $customer = $Tools->fetch_object ("customers", "id", $bgp->customer_id);
/dports/net-mgmt/phpipam/phpipam-a14bc06/app/tools/circuits/logical-circuits/
H A Dlogical-circuit-details-members.php19 $deviceA = $Tools->fetch_object ("devices", "id", $locationA['id']);
36 $deviceB = $Tools->fetch_object ("devices", "id", $locationB['id']);
57 $rackA = $Tools->fetch_object ("racks", "id", $locationA['rack']);
72 $rackB = $Tools->fetch_object ("racks", "id", $locationB['rack']);
93 $locA = $Tools->fetch_object ("locations", "id", $locationA['location']);
108 $locB = $Tools->fetch_object ("locations", "id", $locationB['location']);
/dports/net-mgmt/phpipam/phpipam-a14bc06/app/tools/circuits/physical-circuits/
H A Dcircuit-details-points.php18 $deviceA = $Tools->fetch_object ("devices", "id", $locationA['id']);
35 $deviceB = $Tools->fetch_object ("devices", "id", $locationB['id']);
56 $rackA = $Tools->fetch_object ("racks", "id", $locationA['rack']);
71 $rackB = $Tools->fetch_object ("racks", "id", $locationB['rack']);
92 $locA = $Tools->fetch_object ("locations", "id", $locationA['location']);
107 $locB = $Tools->fetch_object ("locations", "id", $locationB['location']);
/dports/devel/p5-SPOPS/SPOPS-0.87/SPOPS/Iterator/
H A DLDAP.pm38 sub fetch_object { subroutine
62 return $self->fetch_object;
97 return $self->fetch_object;
109 return $self->fetch_object;
129 return $self->fetch_object;
H A DDBI.pm38 sub fetch_object { subroutine
68 return $self->fetch_object;
107 return $self->fetch_object;
119 return $self->fetch_object;
139 return $self->fetch_object;
/dports/net-mgmt/phpipam/phpipam-a14bc06/api/controllers/
H A DCircuits.php199 $result = $this->Tools->fetch_object ($this->type, "cid", $this->_params->id2);
209 $result = $this->Tools->fetch_object ($this->type, "id", $this->_params->id);
288 $old_object = $this->Tools->fetch_object ($this->type, "id", $this->_params->id);
407 …if($this->Tools->fetch_object($this->type,"id", $this->_params->id)===false) { $this->Response->th…
438 …if($this->Tools->fetch_object("circuitProviders","id", $this->_params->provider)===false) { $this…
441 …if($this->Tools->fetch_object("circuitProviders","id", $this->_params->provider)===false) { $this…
460 …if($this->Tools->fetch_object ($this->type, "cid", $this->_params->cid)){ $this->Response->throw_e…
469 …elseif ($this->Tools->fetch_object ($this->type, "cid", $this->_params->cid)) { $this->Response->t…
536 …if($this->Tools->fetch_object("devices","id",$this->_params->{device.$m})===false) { $this->Respo…
540 …if($this->Tools->fetch_object("locations","id",$this->_params->{location.$m})===false) { $this->R…
H A DVrfs.php185 $result = $this->Tools->fetch_object ("vrf", "vrfId", $this->_params->id);
320 …if($this->Tools->fetch_object ("vrf", "vrfId", $this->_params->id) === false ) { $this->Response-…
336 …if($this->Tools->fetch_object ("vrf", "name", $this->_params->name) !== false ) { $this->Response-…
341 $vrf_old = $this->Tools->fetch_object ("vrf", "vrfId", $this->_params->id);
345 …if($this->Tools->fetch_object ("vrf", "name", $this->_params->name)) { $this->Response->throw_exce…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/install/
H A Dupgrade2.php663 $obj = $db->fetch_object($result);
678 $obj = $db->fetch_object($resql);
742 $obj = $db->fetch_object($result);
763 $obj = $db->fetch_object($resql);
852 $obj = $db->fetch_object($result);
1340 $obj = $db->fetch_object($result);
2006 $obj = $db->fetch_object($result);
2071 $obj = $db->fetch_object($result);
2153 $obj = $db->fetch_object($result);
2587 $obj = $db->fetch_object($result);
[all …]
/dports/net-mgmt/phpipam/phpipam-a14bc06/app/admin/circuits/
H A Dedit-circuit-submit.php46 if($Tools->fetch_object("circuitProviders","id",$circuit['provider'])===false) { $Result->show("dan…
75 …if($Tools->fetch_object("devices","id",$deviceId)===false) { $Result->show("danger", _('Inv…
82 …if($Tools->fetch_object("locations","id",$locationId)===false) { $Result->show("danger", _('In…
94 …if($Tools->fetch_object("devices","id",$deviceId)===false) { $Result->show("danger", _('In…
101 …if($Tools->fetch_object("locations","id",$locationId)===false) { $Result->show("danger", _('In…
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/install/
H A Dupgrade2.php617 $obj = $db->fetch_object($result);
635 $obj = $db->fetch_object($resql);
703 $obj = $db->fetch_object($result);
727 $obj = $db->fetch_object($resql);
820 $obj = $db->fetch_object($result);
1307 $obj = $db->fetch_object($result);
1998 $obj = $db->fetch_object($result);
2069 $obj = $db->fetch_object($result);
2158 $obj = $db->fetch_object($result);
2628 $obj = $db->fetch_object($result);
[all …]
/dports/devel/pecl-swoole/swoole-4.8.5/src/memory/
H A Dshared_memory.cc35 static SharedMemory *fetch_object(void *ptr) { in fetch_object() function
75 SharedMemory *object = SharedMemory::fetch_object(ptr); in free()
95 SharedMemory *object = SharedMemory::fetch_object(ptr); in sw_shm_protect()
104 SharedMemory *object = SharedMemory::fetch_object(ptr); in sw_shm_realloc()
/dports/net-mgmt/phpipam/phpipam-a14bc06/app/admin/users/print-user/
H A Dindex.php7 $user = $Admin->fetch_object("users", "id", $_GET['subnetId']);
13 $language = $Admin->fetch_object("lang", "l_id", $user->lang);
15 $auth_details = $Admin->fetch_object("usersAuthMethod", "id", $user->authMethod);
/dports/net-mgmt/phpipam/phpipam-a14bc06/app/admin/nat/
H A Ditem-add-submit.php25 $nat = $Admin->fetch_object ("nat", "id", $_POST['id']);
42 if($Tools->fetch_object("ipaddresses", "id", $iv)===false) {
49 if($Tools->fetch_object("ipaddresses", "id", $iv)===false) {
101 $item = $Tools->fetch_object ($obj_type, "id", $obj_id);

12345678910>>...71