Home
last modified time | relevance | path

Searched refs:inner (Results 51 – 75 of 98) sorted by relevance

1234

/php-src/ext/ffi/tests/
H A Dgh11934.phpt67 struct inner_struct inner;
75 $source->inner->data[0] = 789;
78 var_dump($struct->field->foo === 123 && $struct->field->bar === 456 && $struct->field->inner->data[…
/php-src/Zend/tests/function_arguments/
H A Dsensitive_parameter_value_keeps_object_alive.phpt2 A SensitiveParameterValue keeps inner objects alive.
/php-src/ext/pdo/
H A Dpdo_dbh.c416 php_pdo_dbh_fetch_object(object)->inner = pdbh; in internal_construct()
555 pdo_dbh_t *dbh = dbh_obj->inner; in PHP_METHOD()
1159 pdo_dbh_t *dbh = dbh_obj->inner; in PHP_METHOD()
1307 pdo_dbh_t *dbh = dbh_obj->inner; in pdo_hash_methods()
1382 if (!dbh_obj->inner->cls_methods[PDO_DBH_DRIVER_METHOD_KIND_DBH]) { in dbh_method_get()
1385 || !dbh_obj->inner->cls_methods[PDO_DBH_DRIVER_METHOD_KIND_DBH]) { in dbh_method_get()
1391 …fbc = zend_hash_find_ptr(dbh_obj->inner->cls_methods[PDO_DBH_DRIVER_METHOD_KIND_DBH], lc_method_na… in dbh_method_get()
1510 dbh->inner = ecalloc(1, sizeof(pdo_dbh_t)); in pdo_dbh_new()
1511 dbh->inner->def_stmt_ce = pdo_dbstmt_ce; in pdo_dbh_new()
H A Dphp_pdo_driver.h510 pdo_dbh_t *inner; member
520 …urn (pdo_dbh_t *)(((pdo_dbh_object_t *)((char*)(obj) - XtOffsetOf(pdo_dbh_object_t, std)))->inner); in php_pdo_dbh_fetch_inner()
/php-src/ext/standard/tests/array/
H A Dcurrent_variation4.phpt39 // see if internal pointer is in the same position from when accessing this inner array
H A Dkey_variation4.phpt39 // see if internal pointer is in the same position from when accessing this inner array
/php-src/ext/simplexml/tests/
H A Dbug55098.phpt30 $n->outer[]->inner = "foo";
/php-src/ext/standard/tests/serialize/
H A Dmax_depth.phpt10 function create_nested_data($depth, $prefix, $suffix, $inner = 'i:0;') {
11 return str_repeat($prefix, $depth) . $inner . str_repeat($suffix, $depth);
/php-src/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt84 // expect the inner array to be defined
/php-src/ext/spl/tests/
H A Diterator_001.phpt2 SPL: Iterator aggregating inner iterator's methods
/php-src/ext/standard/tests/file/
H A Dfwrite_variation4-win32.phpt59 } // end of inner foreach loop
H A Dfwrite_variation4.phpt59 } // end of inner foreach loop
H A Dfwrite_variation2-win32.phpt76 } // end of inner foreach loop
H A Dfwrite_variation2.phpt75 } // end of inner foreach loop
H A Dfwrite_variation3-win32.phpt68 } // end of inner foreach loop
H A Dfwrite_variation3.phpt69 } // end of inner foreach loop
H A Dfwrite_basic-win32-mb.phpt63 } // end of inner for loop
H A Dfwrite_basic-win32.phpt63 } // end of inner for loop
H A Dfwrite_basic.phpt63 } // end of inner for loop
H A Dfwrite_variation1-win32-mb.phpt67 } // end of inner foreach loop
H A Dfwrite_variation1.phpt59 } // end of inner foreach loop
H A Dfscanf_variation55.phpt81 } // end of inner for loop
H A Dftruncate_variation1-win32-mb.phpt62 } //end of inner for loop
H A Dftruncate_variation1-win32.phpt62 } //end of inner for loop
/php-src/Zend/
H A Dzend_API.c2909 zend_type *inner; in ZEND_END_ARG_INFO() local
2910 ZEND_TYPE_FOREACH(*current, inner) { in ZEND_END_ARG_INFO()
2911 ZEND_ASSERT(!ZEND_TYPE_HAS_LITERAL_NAME(*inner) && !ZEND_TYPE_HAS_LIST(*inner)); in ZEND_END_ARG_INFO()
2912 if (ZEND_TYPE_HAS_NAME(*inner)) { in ZEND_END_ARG_INFO()
2913 zend_string *name = zend_new_interned_string(ZEND_TYPE_NAME(*inner)); in ZEND_END_ARG_INFO()
2915 ZEND_TYPE_SET_PTR(*inner, name); in ZEND_END_ARG_INFO()

Completed in 49 milliseconds

1234