Home
last modified time | relevance | path

Searched refs:std (Results 26 – 45 of 45) sorted by relevance

12

/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/spl/
H A Dspl_iterators.h127 zend_object std; member
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_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()
/PHP-5.5/ext/dom/
H A Dphp_dom.c361 } else if (instanceof_function(obj->std.ce, dom_node_class_entry TSRMLS_CC)) { in dom_read_property()
362 php_error(E_WARNING, "Couldn't fetch %s. Node no longer exists", obj->std.ce->name); in dom_read_property()
612 zend_objects_clone_members(&intern->std, retval, &old_object->std, intern->handle TSRMLS_CC); in dom_objects_store_clone_obj()
1065 zend_object_std_dtor(&intern->std TSRMLS_CC); in dom_xpath_objects_free_storage()
1098 zend_object_std_dtor(&intern->std TSRMLS_CC); in dom_objects_free_storage()
1160 zend_object_std_init(&intern->std, class_type TSRMLS_CC); in dom_objects_set_class()
1162 object_properties_init(&intern->std, class_type); in dom_objects_set_class()
1177 clone = dom_objects_set_class(intern->std.ce, 0 TSRMLS_CC); in dom_objects_clone()
1179 if (instanceof_function(intern->std.ce, dom_node_class_entry TSRMLS_CC)) { in dom_objects_clone()
1276 zend_object_std_dtor(&intern->std TSRMLS_CC); in dom_nnodemap_objects_free_storage()
/PHP-5.5/ext/pdo/
H A Dphp_pdo_driver.h434 zend_object std; member
549 zend_object std; member
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()
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.re246 std:
379 goto std;
385 goto std;
391 goto std;
H A Dparse_iso_intervals.c248 std: in scan()
328 goto std; in scan()
395 goto std; in scan()
405 goto std; in scan()
H A Dparse_date.re812 std:
1705 goto std;
1711 goto std;
1717 goto std;
H A Dparse_date.c814 std: in scan()
1288 goto std; in scan()
2349 goto std; in scan()
2363 goto std; in scan()
/PHP-5.5/ext/date/
H A Dphp_date.c2125 object_properties_init(&intern->std, class_type); in date_object_new_date_ex()
2144 …zend_objects_clone_members(&new_obj->std, new_ov, &old_obj->std, Z_OBJ_HANDLE_P(this_ptr) TSRMLS_C… in date_object_clone_date()
2274 object_properties_init(&intern->std, class_type); in date_object_new_timezone_ex()
2293 …zend_objects_clone_members(&new_obj->std, new_ov, &old_obj->std, Z_OBJ_HANDLE_P(this_ptr) TSRMLS_C… in date_object_clone_timezone()
2373 object_properties_init(&intern->std, class_type); in date_object_new_interval_ex()
2392 …zend_objects_clone_members(&new_obj->std, new_ov, &old_obj->std, Z_OBJ_HANDLE_P(this_ptr) TSRMLS_C… in date_object_clone_interval()
2481 …zend_objects_clone_members(&new_obj->std, new_ov, &old_obj->std, Z_OBJ_HANDLE_P(this_ptr) TSRMLS_C… in date_object_clone_period()
2495 zend_object_std_dtor(&intern->std TSRMLS_CC); in date_object_free_storage_date()
2506 zend_object_std_dtor(&intern->std TSRMLS_CC); in date_object_free_storage_timezone()
2515 zend_object_std_dtor(&intern->std TSRMLS_CC); in date_object_free_storage_interval()
[all …]
/PHP-5.5/Zend/
H A Dzend_closures.c38 zend_object std; member
241 zend_object_std_dtor(&closure->std TSRMLS_CC); in zend_closure_free_storage()
275 zend_object_std_init(&closure->std, class_type TSRMLS_CC); in zend_closure_new()
H A Dzend_generators.c211 zend_object_std_dtor(&generator->std TSRMLS_CC); in zend_generator_free_storage()
227 zend_object_std_init(&generator->std, class_type TSRMLS_CC); in zend_generator_create()
/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()
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp370 std::vector<Formattable> fargs; in umsg_format_helper()
371 std::vector<UnicodeString> farg_names; in umsg_format_helper()
/PHP-5.5/ext/pcre/pcrelib/
H A DREADME621 This may be followed by other errors, complaining that 'namespace "std" has no
H A DChangeLog3918 (c) pcre_scanner.cc: avoid use of std::count() because not all systems
/PHP-5.5/
H A DNEWS1372 . Fixed bug #66009 (Failed compilation of PHP extension with C++ std
2255 with non std tmp dir). (Pierre)
8923 - Fixed bug #35723 (xmlrpc_introspection.c fails compile per C99 std). (Jani)
10042 - Fixed bug #29385 (Soapserver always uses std class). (David, Dmitry)
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic17577 >24 belong 0 \b, no std time flags
17578 >20 belong 1 \b, 1 std time flag
17579 >24 belong >1 \b, %d std time flags

Completed in 190 milliseconds

12