Lines Matching refs:ce

321 …zend_hash_find(&intern->std.ce->function_table, "getcurrentline", sizeof("getcurrentline"), (void …  in spl_filesystem_file_open()
346 new_obj_val = spl_filesystem_object_new_ex(old_object->ce, &intern TSRMLS_CC); in spl_filesystem_object_clone()
370 …or_docref(NULL TSRMLS_CC, E_ERROR, "An object of class %s cannot be cloned", old_object->ce->name); in spl_filesystem_object_clone()
423 …ource, char *file_path, int file_path_len, int use_copy, zend_class_entry *ce, zval *return_value … in spl_filesystem_object_create_info() argument
447 ce = ce ? ce : source->info_class; in spl_filesystem_object_create_info()
449 zend_update_class_constants(ce TSRMLS_CC); in spl_filesystem_object_create_info()
451 return_value->value.obj = spl_filesystem_object_new_ex(ce, &intern TSRMLS_CC); in spl_filesystem_object_create_info()
454 if (ce->constructor->common.scope != spl_ce_SplFileInfo) { in spl_filesystem_object_create_info()
457 zend_call_method_with_1_params(&return_value, ce, &ce->constructor, "__construct", NULL, arg1); in spl_filesystem_object_create_info()
467 …te_type(int ht, spl_filesystem_object *source, int type, zend_class_entry *ce, zval *return_value … in spl_filesystem_object_create_type() argument
490 ce = ce ? ce : source->info_class; in spl_filesystem_object_create_type()
492 zend_update_class_constants(ce TSRMLS_CC); in spl_filesystem_object_create_type()
494 return_value->value.obj = spl_filesystem_object_new_ex(ce, &intern TSRMLS_CC); in spl_filesystem_object_create_type()
498 if (ce->constructor->common.scope != spl_ce_SplFileInfo) { in spl_filesystem_object_create_type()
501 zend_call_method_with_1_params(&return_value, ce, &ce->constructor, "__construct", NULL, arg1); in spl_filesystem_object_create_type()
511 ce = ce ? ce : source->file_class; in spl_filesystem_object_create_type()
513 zend_update_class_constants(ce TSRMLS_CC); in spl_filesystem_object_create_type()
515 return_value->value.obj = spl_filesystem_object_new_ex(ce, &intern TSRMLS_CC); in spl_filesystem_object_create_type()
520 if (ce->constructor->common.scope != spl_ce_SplFileObject) { in spl_filesystem_object_create_type()
525 …zend_call_method_with_2_params(&return_value, ce, &ce->constructor, "__construct", NULL, arg1, arg… in spl_filesystem_object_create_type()
735 …intern->u.dir.is_recursive = instanceof_function(intern->std.ce, spl_ce_RecursiveDirectoryIterator… in spl_filesystem_object_construct()
1349 zend_class_entry *ce = spl_ce_SplFileObject; in SPL_METHOD() local
1354 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|C", &ce) == SUCCESS) { in SPL_METHOD()
1355 intern->file_class = ce; in SPL_METHOD()
1367 zend_class_entry *ce = spl_ce_SplFileInfo; in SPL_METHOD() local
1372 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|C", &ce) == SUCCESS) { in SPL_METHOD()
1373 intern->info_class = ce; in SPL_METHOD()
1385 zend_class_entry *ce = intern->info_class; in SPL_METHOD() local
1390 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|C", &ce) == SUCCESS) { in SPL_METHOD()
1391 spl_filesystem_object_create_type(ht, intern, SPL_FS_INFO, ce, return_value TSRMLS_CC); in SPL_METHOD()
1403 zend_class_entry *ce = intern->info_class; in SPL_METHOD() local
1408 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|C", &ce) == SUCCESS) { in SPL_METHOD()
1414 spl_filesystem_object_create_info(intern, dpath, path_len, 1, ce, return_value TSRMLS_CC); in SPL_METHOD()
1649 zend_object_iterator *spl_filesystem_dir_get_iterator(zend_class_entry *ce, zval *object, int by_re… in spl_filesystem_dir_get_iterator() argument
1854 zend_object_iterator *spl_filesystem_tree_get_iterator(zend_class_entry *ce, zval *object, int by_r… in spl_filesystem_tree_get_iterator() argument