Home
last modified time | relevance | path

Searched refs:std (Results 1 – 25 of 45) sorted by last modified time

12

/PHP-5.5/tests/classes/
H A Diterators_001.phpt66 echo "===foreach/std===\n";
107 ===foreach/std===
/PHP-5.5/ext/xsl/
H A Dphp_xsl.c79 zend_object_std_dtor(&intern->std TSRMLS_CC); in ZEND_GET_MODULE()
132 zend_object_std_init(&intern->std, class_type TSRMLS_CC); in xsl_objects_new()
133 object_properties_init(&intern->std, class_type); in xsl_objects_new()
H A Dphp_xsl.h57 zend_object std; member
/PHP-5.5/ext/xmlreader/
H A Dphp_xmlreader.c382 zend_object_std_dtor(&intern->std TSRMLS_CC); in xmlreader_objects_free_storage()
397 memset(&intern->std, 0, sizeof(zend_object)); in xmlreader_objects_new()
403 zend_object_std_init(&intern->std, class_type TSRMLS_CC); in xmlreader_objects_new()
404 object_properties_init(&intern->std, class_type); in xmlreader_objects_new()
H A Dphp_xmlreader.h35 zend_object std; member
/PHP-5.5/ext/tidy/
H A Dtidy.c198 zend_object std; member
658 zend_object_std_dtor(&intern->std TSRMLS_CC); in tidy_object_free_storage()
825 if (!obj->std.properties) { in tidy_doc_update_properties()
826 rebuild_object_properties(&obj->std); in tidy_doc_update_properties()
836 if (!obj->std.properties) { in tidy_doc_update_properties()
837 rebuild_object_properties(&obj->std); in tidy_doc_update_properties()
857 if (!obj->std.properties) { in tidy_add_default_properties()
858 rebuild_object_properties(&obj->std); in tidy_add_default_properties()
929 if (!obj->std.properties) { in tidy_add_default_properties()
930 rebuild_object_properties(&obj->std); in tidy_add_default_properties()
[all …]
/PHP-5.5/ext/spl/tests/
H A Dpqueue_001.phpt2 SPL: SplPriorityQueue: std operations and extract flags
H A Dheap_001.phpt2 SPL: SplMaxHeap: std operations
H A Dheap_002.phpt2 SPL: SplMinHeap: std operations
H A Ddllist_001.phpt2 SPL: DoublyLinkedList: std operations
H A Dfixedarray_001.phpt2 SPL: FixedArray: std operations
H A Ddllist_002.phpt12 // std iterator
/PHP-5.5/ext/spl/
H A Dspl_iterators.c104 zend_object std; member
884 zend_object_std_dtor(&object->std TSRMLS_CC); in spl_RecursiveIteratorIterator_free_storage()
918 zend_object_std_init(&intern->std, class_type TSRMLS_CC); in spl_RecursiveIteratorIterator_new_ex()
919 object_properties_init(&intern->std, class_type); in spl_RecursiveIteratorIterator_new_ex()
1777 zend_call_method_with_0_params(&zthis, intern->std.ce, NULL, "accept", &retval); in spl_filter_it_fetch()
2035 …replacement = zend_read_property(intern->std.ce, getThis(), "replacement", sizeof("replacement")-1… in SPL_METHOD()
2327 zend_object_std_dtor(&object->std TSRMLS_CC); in spl_dual_it_free_storage()
2343 zend_object_std_init(&intern->std, class_type TSRMLS_CC); in spl_dual_it_new()
2344 object_properties_init(&intern->std, class_type); in spl_dual_it_new()
H A Dspl_iterators.h127 zend_object std; member
H A Dspl_observer.c82 zend_object std; member
103 zend_object_std_dtor(&intern->std TSRMLS_CC); in spl_SplOjectStorage_free_storage()
122 …zend_call_method_with_1_params(&this, intern->std.ce, &intern->fptr_get_hash, "getHash", &rv, obj); in spl_object_storage_get_hash()
269 zend_object_std_init(&intern->std, class_type TSRMLS_CC); in spl_object_storage_new_ex()
270 object_properties_init(&intern->std, class_type); in spl_object_storage_new_ex()
311 new_object = &intern->std; in spl_object_storage_clone()
901 if (!intern->std.properties) { in SPL_METHOD()
902 rebuild_object_properties(&intern->std); in SPL_METHOD()
904 …zend_hash_copy(intern->std.properties, Z_ARRVAL_P(pmembers), (copy_ctor_func_t) zval_add_ref, (voi… in SPL_METHOD()
H A Dspl_directory.c83 zend_object_std_dtor(&intern->std TSRMLS_CC); in spl_filesystem_object_free_storage()
159 zend_object_std_init(&intern->std, class_type TSRMLS_CC); in spl_filesystem_object_new_ex()
160 object_properties_init(&intern->std, class_type); in spl_filesystem_object_new_ex()
321 …zend_hash_find(&intern->std.ce->function_table, "getcurrentline", sizeof("getcurrentline"), (void … in spl_filesystem_file_open()
347 new_object = &intern->std; in spl_filesystem_object_clone()
600 if (!intern->std.properties) { in spl_filesystem_object_get_debug_info()
601 rebuild_object_properties(&intern->std); in spl_filesystem_object_get_debug_info()
605 ZEND_INIT_SYMTABLE_EX(rv, zend_hash_num_elements(intern->std.properties) + 3, 0); in spl_filesystem_object_get_debug_info()
610 …zend_hash_copy(rv, intern->std.properties, (copy_ctor_func_t) zval_add_ref, (void *) &tmp, sizeof(… in spl_filesystem_object_get_debug_info()
735 …intern->u.dir.is_recursive = instanceof_function(intern->std.ce, spl_ce_RecursiveDirectoryIterator… in spl_filesystem_object_construct()
H A Dspl_directory.h63 zend_object std; member
H A Dspl_dllist.c86 zend_object std; member
345 zend_object_std_dtor(&intern->std TSRMLS_CC); in spl_dllist_object_free_storage()
378 zend_object_std_init(&intern->std, class_type TSRMLS_CC); in spl_dllist_object_new_ex()
379 object_properties_init(&intern->std, class_type); in spl_dllist_object_new_ex()
474 new_object = &intern->std; in spl_dllist_object_clone()
488 zend_call_method_with_0_params(&object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_dllist_object_count_elements()
526 if (!intern->std.properties) { in spl_dllist_object_get_debug_info()
527 rebuild_object_properties(&intern->std); in spl_dllist_object_get_debug_info()
529 …zend_hash_copy(intern->debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref, (void … in spl_dllist_object_get_debug_info()
H A Dspl_fixedarray.c52 zend_object std; member
214 zend_object_std_dtor(&intern->std TSRMLS_CC); in spl_fixedarray_object_free_storage()
234 zend_object_std_init(&intern->std, class_type TSRMLS_CC); in spl_fixedarray_object_new_ex()
235 object_properties_init(&intern->std, class_type); in spl_fixedarray_object_new_ex()
336 new_object = &intern->std; in spl_fixedarray_object_clone()
386 …zend_call_method_with_1_params(&object, intern->std.ce, &intern->fptr_offset_get, "offsetGet", &rv… in spl_fixedarray_object_read_dimension()
447 …zend_call_method_with_2_params(&object, intern->std.ce, &intern->fptr_offset_set, "offsetSet", NUL… in spl_fixedarray_object_write_dimension()
487 …zend_call_method_with_1_params(&object, intern->std.ce, &intern->fptr_offset_del, "offsetUnset", N… in spl_fixedarray_object_unset_dimension()
537 …zend_call_method_with_1_params(&object, intern->std.ce, &intern->fptr_offset_has, "offsetExists", … in spl_fixedarray_object_has_dimension()
559 zend_call_method_with_0_params(&object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_fixedarray_object_count_elements()
H A Dspl_heap.c72 zend_object std; member
105 …zend_call_method_with_2_params(&object, heap_object->std.ce, &heap_object->fptr_cmp, "compare", &r… in spl_ptr_heap_cmp_cb_helper()
364 zend_object_std_dtor(&intern->std TSRMLS_CC); in spl_heap_object_free_storage()
396 zend_object_std_init(&intern->std, class_type TSRMLS_CC); in spl_heap_object_new_ex()
397 object_properties_init(&intern->std, class_type); in spl_heap_object_new_ex()
490 new_object = &intern->std; in spl_heap_object_clone()
504 zend_call_method_with_0_params(&object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_heap_object_count_elements()
532 if (!intern->std.properties) { in spl_heap_object_get_debug_info_helper()
533 rebuild_object_properties(&intern->std); in spl_heap_object_get_debug_info_helper()
538 ZEND_INIT_SYMTABLE_EX(intern->debug_info, zend_hash_num_elements(intern->std.properties) + 1, 0); in spl_heap_object_get_debug_info_helper()
[all …]
H A Dspl_array.c66 zend_object std; member
85 if (!intern->std.properties) { in spl_array_get_hash_table()
88 return intern->std.properties; in spl_array_get_hash_table()
93 if (!intern->std.properties) { in spl_array_get_hash_table()
96 return intern->std.properties; in spl_array_get_hash_table()
294 new_object = &intern->std; in spl_array_object_clone()
804 if (!intern->std.properties) { in spl_array_get_debug_info()
809 return intern->std.properties; in spl_array_get_debug_info()
920 !(ht1 == intern1->std.properties && ht2 == intern2->std.properties)) { in spl_array_compare_objects()
1716 if (!intern->std.properties) { in SPL_METHOD()
[all …]
/PHP-5.5/ext/reflection/tests/
H A Dparameters_002.phpt6 function test($nix, Array $ar, &$ref, stdClass $std, NonExistingClass $na, stdClass &$opt = NULL, $…
12 …function test($nix, Array $ar, &$ref, stdClass $std, NonExistingClass $na, stdClass $opt = NULL, $…
104 getName: string(3) "std"
170 getName: string(3) "std"
/PHP-5.5/ext/phar/
H A Dphar_internal.h499 zend_object std; member
502 zend_object std; member
511 zend_object std; member
514 zend_object std; member
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c332 pdbh->std.properties = NULL; in PHP_METHOD()
338 if (pdbh->std.properties) { in PHP_METHOD()
340 efree(dbh->std.properties); in PHP_METHOD()
341 if (dbh->std.properties_table) { in PHP_METHOD()
342 efree(dbh->std.properties_table); in PHP_METHOD()
345 pdbh->std.ce = dbh->std.ce; in PHP_METHOD()
348 pdbh->std.properties = dbh->std.properties; in PHP_METHOD()
349 pdbh->std.properties_table = dbh->std.properties_table; in PHP_METHOD()
1314 ifunc->scope = dbh->std.ce; in pdo_hash_methods()
1580 dbh->std.properties = NULL; in pdo_dbh_free_storage()
[all …]
H A Dpdo_stmt.c2315 zend_object_std_init(&stmt->std, Z_OBJCE_P(zobject) TSRMLS_CC); in dbstmt_clone_obj()
2316 object_properties_init(&stmt->std, Z_OBJCE_P(zobject)); in dbstmt_clone_obj()
2410 zend_object_std_dtor(&stmt->std TSRMLS_CC); in free_statement()
2438 zend_object_std_init(&stmt->std, ce TSRMLS_CC); in pdo_dbstmt_new()
2439 object_properties_init(&stmt->std, ce); in pdo_dbstmt_new()
2676 if (!stmt->std.properties) { in row_get_properties()
2677 rebuild_object_properties(&stmt->std); in row_get_properties()
2684 …zend_hash_update(stmt->std.properties, stmt->columns[i].name, stmt->columns[i].namelen + 1, (void … in row_get_properties()
2687 return stmt->std.properties; in row_get_properties()

Completed in 98 milliseconds

12