Home
last modified time | relevance | path

Searched refs:object (Results 1676 – 1700 of 2475) sorted by relevance

1...<<61626364656667686970>>...99

/php-src/ext/ffi/tests/
H A D036.phpt28 object(FFI\CData:int32_t*)#%d (1) {
H A Dbug79096.phpt32 object(FFI\CData:struct bug79096)#%d (2) {
/php-src/ext/simplexml/tests/
H A Dgh12192.phpt32 object(SimpleXMLElement)#2 (2) {
H A D009b.phpt22 object(SimpleXMLElement)#%d (3) {
/php-src/ext/opcache/tests/jit/
H A Dassign_042.phpt24 object(Test)#1 (1) {
/php-src/tests/lang/
H A Dtype_hints_002.phpt20 object(P)#2 (0) {
/php-src/ext/dom/tests/
H A Dentity_reference_stale_03.phpt31 object(DOM\NodeList)#1 (1) {
/php-src/tests/security/
H A Dopen_basedir_dir.phpt70 object(Directory)#%d (2) {
76 object(Directory)#%d (2) {
82 object(Directory)#%d (2) {
/php-src/Zend/tests/
H A Dexception_from_toString.phpt106 object(BadStr)#1 (0) {
109 object(BadStr)#1 (0) {
127 object(stdClass)#2 (0) {
/php-src/ext/standard/tests/array/
H A Darray_column_basic.phpt111 echo "\n*** Testing use of object converted to string ***\n";
175 object(stdClass)#%d (0) {
194 object(stdClass)#%d (0) {
308 *** Testing use of object converted to string ***
/php-src/ext/mysqli/tests/
H A Dmysqli_store_result_copy.phpt22 printf("[004] Expecting object, got %s/%s. [%d] %s\n",
52 printf("[009] Expecting object, got %s/%s. [%d] %s\n",
90 printf("[013] Expecting object, got %s/%s. [%d] %s\n",
117 printf("[016] Expecting object, got %s/%s. [%d] %s\n",
128 printf("[018] Expecting object, got %s/%s. [%d] %s\n",
141 printf("[021] Expecting object, got %s/%s. [%d] %s\n",
/php-src/ext/curl/
H A Dmulti.c514 static zend_function *curl_multi_get_constructor(zend_object *object) { in curl_multi_get_constructor() argument
519 static void curl_multi_free_obj(zend_object *object) in curl_multi_free_obj() argument
521 php_curlm *mh = curl_multi_from_obj(object); in curl_multi_free_obj()
551 static HashTable *curl_multi_get_gc(zend_object *object, zval **table, int *n) in curl_multi_get_gc() argument
553 php_curlm *curl_multi = curl_multi_from_obj(object); in curl_multi_get_gc()
569 return zend_std_get_properties(object); in curl_multi_get_gc()
/php-src/ext/mysqli/
H A Dmysqli.stub.php819 public function get_charset(): ?object {}
1089 public function fetch_field(): object|false {}
1102 public function fetch_field_direct(int $index): object|false {}
1129 …public function fetch_object(string $class = "stdClass", array $constructor_args = []): object|nul…
1409 function mysqli_fetch_field(mysqli_result $result): object|false {}
1418 function mysqli_fetch_field_direct(mysqli_result $result, int $index): object|false {}
1445 …qli_result $result, string $class = "stdClass", array $constructor_args = []): object|null|false {}
1476 function mysqli_get_charset(mysqli $mysql): ?object {}
/php-src/Zend/tests/type_declarations/
H A Dscalar_strict_64bit.phpt99 *** Trying object(stdClass)#5 (0) {
103 *** Trying object(StringCapable)#6 (0) {
152 *** Trying object(stdClass)#5 (0) {
156 *** Trying object(StringCapable)#6 (0) {
205 *** Trying object(stdClass)#5 (0) {
209 *** Trying object(StringCapable)#6 (0) {
258 *** Trying object(stdClass)#5 (0) {
262 *** Trying object(StringCapable)#6 (0) {
H A Dscalar_strict.phpt99 *** Trying object(stdClass)#5 (0) {
103 *** Trying object(StringCapable)#6 (0) {
152 *** Trying object(stdClass)#5 (0) {
156 *** Trying object(StringCapable)#6 (0) {
205 *** Trying object(stdClass)#5 (0) {
209 *** Trying object(StringCapable)#6 (0) {
258 *** Trying object(stdClass)#5 (0) {
262 *** Trying object(StringCapable)#6 (0) {
H A Dtyped_properties_052.phpt21 object(A)#1 (0) {
/php-src/ext/spl/
H A Dspl_dllist.c291 static void spl_dllist_object_free_storage(zend_object *object) /* {{{ */ in spl_dllist_object_free_storage() argument
293 spl_dllist_object *intern = spl_dllist_from_obj(object); in spl_dllist_object_free_storage()
406 static zend_result spl_dllist_object_count_elements(zend_object *object, zend_long *count) /* {{{ */ in spl_dllist_object_count_elements() argument
408 spl_dllist_object *intern = spl_dllist_from_obj(object); in spl_dllist_object_count_elements()
412 zend_call_method_with_0_params(object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_dllist_object_count_elements()
871 spl_dllist_object *object = Z_SPLDLLIST_P(&iter->data); in spl_dllist_it_rewind() local
872 spl_ptr_llist *llist = object->llist; in spl_dllist_it_rewind()
911 spl_dllist_object *object = Z_SPLDLLIST_P(&iter->data); in spl_dllist_it_move_forward() local
1228 static zend_object_iterator *spl_dllist_get_iterator(zend_class_entry *ce, zval *object, int by_ref… in spl_dllist_get_iterator() argument
1230 spl_dllist_object *dllist_object = Z_SPLDLLIST_P(object); in spl_dllist_get_iterator()
[all …]
/php-src/ext/opcache/tests/
H A Dbug78937_2.phpt23 object(Bar@anonymous)#%d (0) {
H A Dbug78937_5.phpt24 object(Foo)#%d (0) {
/php-src/ext/phar/tests/
H A Dphar_oo_012.phpt2 Phar object: unset file
/php-src/ext/gd/tests/
H A Dbug74435.phpt23 object(GdImage)#1 (0) {
/php-src/Zend/tests/traits/
H A Dflattening001.phpt2 Methods using object properties
/php-src/Zend/tests/varSyntax/
H A DissetOnTemp.phpt10 var_dump(isset(((object) ['a' => 'b'])->a));
/php-src/ext/spl/tests/
H A DSplFixedArray_offsetUnset_string.phpt22 object(SplFixedArray)#1 (5) {
H A Dbug73209.phpt2 Bug #73209: RecursiveArrayIterator does not iterate object properties

Completed in 41 milliseconds

1...<<61626364656667686970>>...99