Home
last modified time | relevance | path

Searched refs:zval_property_ctor (Results 1 – 24 of 24) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_variables.h79 ZEND_API void zval_property_ctor(zval **);
82 # define zval_shared_property_ctor zval_property_ctor
H A Dzend_variables.c164 ZEND_API void zval_property_ctor(zval **p) /* {{{ */ in zval_property_ctor() function
H A Dzend_compile.c2839 #define zval_property_ctor(parent_ce, ce) \ macro
2865 …zend_hash_merge(&ce->default_properties, &parent_ce->default_properties, zval_property_ctor(parent… in zend_do_inheritance()
2875 …zend_hash_merge(&ce->constants_table, &parent_ce->constants_table, zval_property_ctor(parent_ce, c… in zend_do_inheritance()
/PHP-5.3/ext/xsl/
H A Dphp_xsl.c132 …td.properties, &class_type->default_properties, (copy_ctor_func_t) zval_property_ctor, (void *) &t… in xsl_objects_new()
/PHP-5.3/ext/fileinfo/
H A Dfileinfo.c107 …zo.properties, &class_type->default_properties, (copy_ctor_func_t) zval_property_ctor,(void *) &tm… in finfo_objects_new()
/PHP-5.3/ext/sqlite3/
H A Dsqlite3.c2137 …zo.properties, &class_type->default_properties, (copy_ctor_func_t) zval_property_ctor,(void *) &tm…
2159 …zo.properties, &class_type->default_properties, (copy_ctor_func_t) zval_property_ctor,(void *) &tm…
2183 …zo.properties, &class_type->default_properties, (copy_ctor_func_t) zval_property_ctor,(void *) &tm…
/PHP-5.3/ext/spl/
H A Dspl_fixedarray.c218 …td.properties, &class_type->default_properties, (copy_ctor_func_t) zval_property_ctor, (void *) &t… in spl_fixedarray_object_new_ex()
H A Dspl_dllist.c379 …td.properties, &class_type->default_properties, (copy_ctor_func_t) zval_property_ctor, (void *) &t… in spl_dllist_object_new_ex()
H A Dspl_heap.c397 …td.properties, &class_type->default_properties, (copy_ctor_func_t) zval_property_ctor, (void *) &t… in spl_heap_object_new_ex()
H A Dspl_observer.c209 …td.properties, &class_type->default_properties, (copy_ctor_func_t) zval_property_ctor, (void *) &t… in spl_object_storage_new_ex()
H A Dspl_array.c177 …td.properties, &class_type->default_properties, (copy_ctor_func_t) zval_property_ctor, (void *) &t… in spl_array_object_new_ex()
H A Dspl_directory.c161 …td.properties, &class_type->default_properties, (copy_ctor_func_t) zval_property_ctor, (void *) &t… in spl_filesystem_object_new_ex()
H A Dspl_iterators.c926 …td.properties, &class_type->default_properties, (copy_ctor_func_t) zval_property_ctor, (void *) &t… in spl_RecursiveIteratorIterator_new_ex()
/PHP-5.3/ext/xmlreader/
H A Dphp_xmlreader.c404 …td.properties, &class_type->default_properties, (copy_ctor_func_t) zval_property_ctor, (void *) &t… in xmlreader_objects_new()
/PHP-5.3/ext/date/
H A Dphp_date.c2061 …td.properties, &class_type->default_properties, (copy_ctor_func_t) zval_property_ctor, (void *) &t… in date_object_new_date_ex()
2189 …td.properties, &class_type->default_properties, (copy_ctor_func_t) zval_property_ctor, (void *) &t… in date_object_new_timezone_ex()
2245 …td.properties, &class_type->default_properties, (copy_ctor_func_t) zval_property_ctor, (void *) &t… in date_object_new_interval_ex()
2327 …td.properties, &class_type->default_properties, (copy_ctor_func_t) zval_property_ctor, (void *) &t… in date_object_new_period_ex()
/PHP-5.3/ext/pdo/
H A Dpdo_dbh.c1583 …zend_hash_copy(dbh->properties, &ce->default_properties, (copy_ctor_func_t) zval_property_ctor, (v… in pdo_dbh_new()
H A Dpdo_stmt.c2469 …zend_hash_copy(stmt->properties, &ce->default_properties, (copy_ctor_func_t) zval_property_ctor, (… in pdo_dbstmt_new()
/PHP-5.3/ext/mysqli/
H A Dmysqli.c505 …opy(intern->zo.properties, &class_type->default_properties, (copy_ctor_func_t) zval_property_ctor, in mysqli_objects_new()
/PHP-5.3/ext/xmlwriter/
H A Dphp_xmlwriter.c154 …copy(intern->zo.properties, &class_type->default_properties, (copy_ctor_func_t) zval_property_ctor, in xmlwriter_object_new()
/PHP-5.3/ext/tidy/
H A Dtidy.c690 …td.properties, &class_type->default_properties, (copy_ctor_func_t) zval_property_ctor, (void *) &t… in tidy_object_new()
/PHP-5.3/ext/zip/
H A Dphp_zip.c1114 …opy(intern->zo.properties, &class_type->default_properties, (copy_ctor_func_t) zval_property_ctor, in php_zip_object_new()
/PHP-5.3/ext/sqlite/
H A Dsqlite.c1169 …td.properties, &class_type->default_properties, (copy_ctor_func_t) zval_property_ctor, (void *) &t… in sqlite_object_new()
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c317 …zo.properties, &class_type->default_properties, (copy_ctor_func_t) zval_property_ctor, (void *) &t… in reflection_objects_new()
/PHP-5.3/ext/soap/
H A Dsoap.c1284 …zend_hash_copy(service->class_map, (*tmp)->value.ht, (copy_ctor_func_t) zval_property_ctor, (void … in PHP_METHOD()

Completed in 174 milliseconds