/PHP-5.6/ext/pdo_mysql/tests/ |
H A D | bug70389.phpt | 18 $std = new StdClass(); 19 $std->flags = $flags;
|
/PHP-5.6/ext/dom/ |
H A D | xml_common.h | 30 zend_object std; member 66 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't fetch %s", __intern->std.ce->name);\ 75 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't fetch %s", __intern->std.ce->name);\
|
H A D | php_dom.h | 71 zend_object std; member 137 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't fetch %s", __intern->std.ce->name);\
|
/PHP-5.6/ext/date/ |
H A D | php_date.h | 134 zend_object std; member 140 zend_object std; member 152 zend_object std; member 159 zend_object std; member
|
/PHP-5.6/ext/tidy/ |
H A D | tidy.c | 198 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.6/ext/spl/ |
H A D | spl_array.c | 66 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() 819 if (!intern->std.properties) { in spl_array_get_debug_info() 824 return intern->std.properties; in spl_array_get_debug_info() 935 !(ht1 == intern1->std.properties && ht2 == intern2->std.properties)) { in spl_array_compare_objects() 1731 if (!intern->std.properties) { in SPL_METHOD() [all …]
|
H A D | spl_heap.c | 72 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 D | spl_fixedarray.c | 52 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 D | spl_observer.c | 83 zend_object std; member 104 zend_object_std_dtor(&intern->std TSRMLS_CC); in spl_SplOjectStorage_free_storage() 123 …zend_call_method_with_1_params(&this, intern->std.ce, &intern->fptr_get_hash, "getHash", &rv, obj); in spl_object_storage_get_hash() 270 zend_object_std_init(&intern->std, class_type TSRMLS_CC); in spl_object_storage_new_ex() 271 object_properties_init(&intern->std, class_type); in spl_object_storage_new_ex() 312 new_object = &intern->std; in spl_object_storage_clone() 917 if (!intern->std.properties) { in SPL_METHOD() 918 rebuild_object_properties(&intern->std); in SPL_METHOD() 920 …zend_hash_copy(intern->std.properties, Z_ARRVAL_P(pmembers), (copy_ctor_func_t) zval_add_ref, (voi… in SPL_METHOD()
|
H A D | spl_dllist.c | 86 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 D | spl_directory.h | 63 zend_object std; member
|
/PHP-5.6/ext/pdo/ |
H A D | pdo_dbh.c | 338 pdbh->std.properties = NULL; in PHP_METHOD() 344 if (pdbh->std.properties) { in PHP_METHOD() 346 efree(dbh->std.properties); in PHP_METHOD() 347 if (dbh->std.properties_table) { in PHP_METHOD() 348 efree(dbh->std.properties_table); in PHP_METHOD() 351 pdbh->std.ce = dbh->std.ce; in PHP_METHOD() 354 pdbh->std.properties = dbh->std.properties; in PHP_METHOD() 355 pdbh->std.properties_table = dbh->std.properties_table; in PHP_METHOD() 1311 ifunc->scope = dbh->std.ce; in pdo_hash_methods() 1567 dbh->std.properties = NULL; in pdo_dbh_free_storage() [all …]
|
/PHP-5.6/ext/reflection/tests/ |
H A D | parameters_002.phpt | 6 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.6/ext/xmlreader/ |
H A D | php_xmlreader.h | 35 zend_object std; member
|
/PHP-5.6/Zend/ |
H A D | zend_generators.h | 37 zend_object std; member
|
/PHP-5.6/ext/xsl/ |
H A D | php_xsl.c | 79 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 D | php_xsl.h | 57 zend_object std; member
|
/PHP-5.6/ext/spl/tests/ |
H A D | dllist_002.phpt | 12 // std iterator
|
H A D | heap_002.phpt | 2 SPL: SplMinHeap: std operations
|
H A D | heap_001.phpt | 2 SPL: SplMaxHeap: std operations
|
H A D | dllist_001.phpt | 2 SPL: DoublyLinkedList: std operations
|
H A D | fixedarray_001.phpt | 2 SPL: FixedArray: std operations
|
H A D | pqueue_001.phpt | 2 SPL: SplPriorityQueue: std operations and extract flags
|
/PHP-5.6/ext/com_dotnet/ |
H A D | com_persist.c | 299 zend_object std; member 707 zend_object_std_dtor(&object->std TSRMLS_CC); in helper_free_storage() 720 zend_object_std_init(&clone->std, object->std.ce TSRMLS_CC); in helper_clone() 744 zend_object_std_init(&helper->std, helper_ce TSRMLS_CC); in helper_new()
|
/PHP-5.6/tests/classes/ |
H A D | iterators_001.phpt | 66 echo "===foreach/std===\n"; 107 ===foreach/std===
|